.agentic-impact-container,
.tab-content{
  width:100%;
  display:inline-block;
  vertical-align: top;
}
.exploring_impact_slider {
    position: relative;
}

.exploring_impact_slider .agentic-impact-card {
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    width: 100%; /* Ensure cards take full width of container */
}

.exploring_impact_slider .agentic-impact-card.active {
    opacity: 1;
    position: relative; /* Use relative to keep it in the document flow */
    visibility: visible;
    display: flex !important;
}

.exploring-prev-arrow.disabled,
.exploring-next-arrow.disabled {
    opacity: 0.5;
    pointer-events: none;
}

 .agentic-impact-section {
      padding: 74px 0;
      background: url("https://d1k5qim9574h9e.cloudfront.net/wp-content/uploads/2025/09/agentic-bg.svg") no-repeat;
      width: 100%;
      background-size: 100%;
  }
  .agentic-impact-title {
      
      font-size: 48px;
      font-weight: 300;
      color: #000;
      margin-bottom: 32px;
      text-align: center;
      letter-spacing: 2px;
   }
   

    .agentic-impact-tabs .nav-tabs {
      align-items: center;
      gap: 51px;
      justify-content: center;
      border-bottom: 2px solid rgba(0, 0, 0, 0.10);
   }
   .agentic-impact-tabs .nav-item {
      background-color: transparent;
      border: none;
      padding: 0px 0 10px 0;
      font-size: 23px;
      font-weight: 400;
      color: #4D4D4D;
      cursor: pointer;
   }

   .agentic-impact-tabs .nav-item:hover {
      color: #000;
   }

  .agentic-impact-tabs .nav-item.active {
      color: #000;
      font-weight: 500;
      background-color: transparent;
      border-color: transparent;
      position: relative;
   }
   .agentic-impact-tabs .nav-item.active::after {
      content: '';
      position: absolute;
      left: 0;
      bottom: 0px;
      width: 100%;
      height: 2px;
      background: linear-gradient(131deg, #544FF8 70.42%, #2EB6AE 102.7%);
      z-index: 5;
      top: 98%;
   }

   .agentic-impact-tabs .nav-item.active .tab-underline {
      display: block;
   }

.agentic-impact-card {
      background-color: #FFFFFF;
      border-radius: 12px;
      padding: 34px;
      display: flex  !important;
      gap: 40px;
      text-align: left;
      position: relative;
      /* flex-wrap:wrap; */
   }

   .agentic-impact-card-overlay {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      padding: 30px;
      z-index: 1;
   }


   .agentic-impact-card-text {
      flex: 1;
      display:flex;
      flex-direction:column;
   }

   .agentic-impact-card-title {
      font-size: 28px;
      font-weight: 500;
      color: #000;
      
      margin-bottom: 20px;
      line-height: 1.3;
   }

   .agentic-impact-card-description {
      flex:1;
      font-size: 16px !important;
      color: #4D4D4D;
      
      line-height: 24px !important;
      margin-bottom: 22px;
   }
   
   .agentic-card-actions {
     display: flex;
     justify-content: space-between;
     align-items: center;
     margin-top: auto;
   }

   .agentic-impact-card-cta {
      display: inline-flex;
      padding: 10px 20px;
      justify-content: center;
      align-items: center;
      gap: 12px;
      
      font-size: 16px;
      font-weight: 500;
      background-color: #242424;
      color: #FFFFFF;
      border-radius: 12px;
      text-decoration: none;
      background: #242424;
      position: static;
   }

   .agentic-impact-card-cta:hover {
      background: linear-gradient(131deg, #544FF8 70.42%, #2EB6AE 102.7%);
   }

   .agentic-impact-card-cta:hover img{
      transform:scale(1.3);
   }

   .agentic-impact-card-image-wrapper {
      flex: 1.2;
      position: relative;
      border-radius: 12px;
      overflow: hidden;
      width: 534px;
      height: 386px;
   }

   .agentic-impact-card-image-wrapper::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 39.55%, #000 87.43%);
      border-radius: 12px;
   }

   .agentic-impact-card-image {
    height: 100%;
    width: 100%;
   }

   .agentic-impact-card-overlay-list {
      list-style: none;
      padding: 0;
      margin: 0;
      font-size: 16px;
      font-weight: 400;
      color: #FFFFFF;
   }
   .agentic-impact-card-overlay-list li{
      color: #E6E6E6;
      margin-bottom: 12px;
      display: flex;
      align-items: start;
      gap: 10px;
   }
   
   .agentic-impact-card-overlay-title {
      font-size: 23px;
      font-weight: 500;
      color: #FFFFFF;
      margin-bottom: 18px;
   }

   /* .agentic-impact-card-overlay-list li img {
      width: 16px;
   } */
.agentic-impact-slider-nav {
      width: 0px !important;
      position: absolute;
      bottom: 34px;
      right: 37px;
      transform: none;
      z-index: 10;
      display: flex;
   }

   .rotate-180{
   transform: rotate(180deg);
}
  .agentic-impact-tabs-container {
    position: relative;
    margin-bottom: 39px;
}
.agentic-impact-scroll-arrow {
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background-color: #f0f0f0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
}
.agentic-slider-arrows {
  display: flex;
  align-items: center;
  gap: 16px;
  z-index: 2;
}

.exploring-prev-arrow,
.exploring-next-arrow {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: inline-block;
}

.agentic-slider-arrows .exploring-prev-arrow {
  background-image: url('https://d1k5qim9574h9e.cloudfront.net/wp-content/uploads/2025/08/carousel-arrows-gray-award.svg');
}

.agentic-slider-arrows .exploring-next-arrow {
  background-image: url('https://d1k5qim9574h9e.cloudfront.net/wp-content/uploads/2025/08/grayarrow-award34.svg');
}

.agentic-slider-arrows .exploring-prev-arrow:hover{
  background-image: url('https://d1k5qim9574h9e.cloudfront.net/wp-content/uploads/2025/08/Carousel-Arrows.svg');
}
.agentic-slider-arrows .exploring-next-arrow:hover {
  background-image: url('https://d1k5qim9574h9e.cloudfront.net/wp-content/uploads/2025/08/carousel_arrows_next.svg');
}


@media (max-width: 1399.98px) {
    /* end 1399.98px*/
 }
@media (max-width: 1199.98px) {
    /* end 1199.98px*/
 }
@media (max-width: 991.98px) { 
     /* .agentic-impact-section {
       background: none;
  } */
  .tab-pane > .agentic-slider-arrows {
    justify-content: center;
     margin-top: 24px;
  }
  .exploring_impact_slider .agentic-impact-card{

   border-radius: 12px;
   border: 1px solid rgba(0, 0, 0, 0.10);
   background: rgba(255, 255, 255, 0.90);
  }
    .agentic-impact-tabs .nav-tabs{
      display: flex;
      gap: 30px;
       border-bottom: 1px solid rgba(0, 0, 0, 0.10);


    }
    .agentic-impact-tabs .nav-item{
      font-size: 18px;
    }
     .agentic-impact-card .d-md-none {
    display: inline-flex !important;
   align-self: center;
   margin-top: 20px;
  }
  .agentic-impact-card-text .d-none {
    display: none !important;
  }
    .agentic-impact-card {
        flex-direction: column;
        gap: 20px;
        padding: 20px;
    }
    .agentic-impact-card-text {
        height: 200px;
        /* overflow: hidden; */
    }

.agentic-impact-card-image-wrapper {
   
    width: 100%;
    height: 100%;

 }
 .agentic-impact-tabs .nav-item.active::after{
   height: 4px;
   top: 88%;
 }
 .agentic-impact-scroll-arrow {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background-color: #f0f0f0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
}
}
@media (max-width: 767.98px) {
   .agentic-impact-section {
     padding: 40px 0px 29px;
        margin-bottom: 5px;
   }
    .agentic-impact-tabs {
        overflow-x: hidden;
    }
    .agentic-impact-tabs .nav-tabs {
        gap: 25px;
        justify-content: flex-start;
        overflow-x: auto;
        flex-wrap: nowrap;
      border-bottom: none; /* Remove original border */
        scrollbar-width: none;   
       border-bottom: 1px solid rgba(0, 0, 0, 0.10);

    }
  
    .agentic-impact-tabs .nav-item {
        font-size: 16px;
        white-space: nowrap;
    }
   .agentic-impact-tabs .nav-item.active {
      border-bottom-width: 2px;
      border-image-source: linear-gradient(131deg, #554FF8 0%, #2EB6AE 100%);
      border-image-slice: 1;
   }
    .agentic-impact-card {
        flex-direction: column;
        gap: 20px;
        padding: 20px;
    }
    .agentic-impact-card-title {
        font-size: 23px;
    }
 
    .agentic-impact-card-cta {
        align-self: center;
        margin-top: 20px;
    }
    .agentic-impact-card-overlay{
      padding: 0px 0px 8px 23px
    }
    .agentic-impact-card-overlay-title{
          font-size: 19px;
          margin-bottom: 23px;
    }
    .agentic-impact-card-overlay-list{
      font-size: 14px;
    }
    .agentic-impact-card-overlay-list li {
    margin-bottom: 12px;
   }
   .agentic-impact-card-description
   {
      font-size: 14px !important;
   }
    .agentic-impact-card .agentic-slider-arrows.d-md-none {
      display: flex;
      justify-content: center;
      width: 100%;
      margin-top: 24px;
    }
 }
@media (max-width: 575.98px) {
    .agentic-impact-title {
        font-size: 40px;
    }
     .agentic-impact-card-description
   {
      font-size: 14px !important;
   }

   .agentic-impact-card-overlay{
      padding: 0px 0px 8px 23px
    }
    .agentic-impact-card-overlay-title{
          font-size: 19px;
          margin-bottom: 23px;
    }
    .agentic-impact-card-overlay-list{
      font-size: 14px;
    }
    .agentic-impact-card-overlay-list li {
      margin-bottom: 12px;
      }
      .agentic-impact-card-image-wrapper {
        width: 100%;
        min-height: 300px !important;
    }
.agentic-impact-card-image {
    height: 100%;
    position: absolute;
    background-size: 100%;
}
.agentic-impact-card-image-wrapper::after
{
   background: #000;
   opacity: .5;
}
 }
