/*Team for CoE Page*
.partner_section {
  z-index: 1;
  padding: 105px 0px;
  background-color: #F3F3F5;
}
.partner_member {
  padding-top: 40px;
}

.partner_section .mem_img_text .mem_pic {
  width: 230px;
  height: 230px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 100%;
}

.partner_section .mem_img_text .mem_pic:before {
  content: "";
  position: absolute;
  width: 230px;
  height: 230px;
  border-radius: 100%;
  top: 0;
  /* left: 0; *
  background-color: rgba(0, 0, 0, 0.3);
}

.partner_section .mem_img_text .mem_pic:after {
  content: "";
  height: 100%;
  width: 100%;
  bottom: -95px;
  opacity: 0;
  visibility: hidden;
  left: -18px;
  transition: 0.3s all ease-in-out;
  background-image: url(../img/saas-m/partner/pbg.png);
  background-repeat: no-repeat;
  position: absolute;
}

.partner_section .mem_img_text .member_social {
  bottom: 20px;
  z-index: 3;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  text-align: center;
  position: absolute;
  transition: 0.3s all ease-in-out;
}

.partner_section .mem_img_text .member_social li {
  color: #fff;
  font-size: 18px;
  margin: 0px 7px;
}

.partner_section .mem_img_text .mem_img_line {
  z-index: 1;
}

.partner_section .mem_img_text .mem_img_line .line_shape1,
.partner_section .mem_img_text .mem_img_line .line_shape2 {
  height: 325px;
  position: absolute;
  width: 5px;
  top: -40px;
  left: 166px;
  z-index: -1;
  transform: rotate(50deg);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s all ease-in-out;
  box-shadow: 0px 14px 18px 0px rgba(1, 105, 228, 0.25);
  background-image: linear-gradient(116deg, #e67422 0%, #59504e 100%);
}

.partner_section .mem_img_text .mem_img_line .line_shape2 {
  top: -35px;
  height: 285px;
  left: 182px;
}

.partner_section .mem_img_text .mem_name_designation {
  margin-top: 45px;
}

.partner_section .mem_img_text .mem_name_designation h4 {
  color: #0e0e0e;
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 10px;
}

.partner_section .mem_img_text .mem_name_designation p {
  font-size: 15px;
  color: #383838;
}

.partner_section .mem_img_text:hover .member_social {
  opacity: 1;
  bottom: 35px;
  visibility: visible;
}

.partner_section .mem_img_text:hover .mem_pic:after {
  opacity: 1;
  visibility: visible;
}

.partner_section .mem_img_text:hover .line_shape1,
.partner_section .mem_img_text:hover .line_shape2 {
  height: 285px;
  opacity: 1;
  visibility: visible;
}

.partner_section .mem_img_text:hover .line_shape2 {
  height: 325px;
}

.partner_text {
  font-size: 18px;
  max-width: 480px;
  padding-top: 20px;
  padding-left: 35px;
  line-height: 1.667;
}*/

/*AI & Big Data*/
.section-container {
    position: relative;
    width: 100%;
    padding: 80px 0;
    text-align: center;
    /* background-color: #f3f3f5; */
}
.shape1, .shape2 {
    position: absolute;
    width: 20%;
    /* height: 200px; */
    z-index: -1;
}
.shape1 {
    top: 30%;
    left: 15%;
}
.shape2 {
    bottom: 8px;
    right: 15%;
}
.content-card {
    background: white;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    display: inline-block;
    text-align: center;
    position: relative;
    max-width: 600px;
}
.front-image {
    width: 125px;
    height: 125px;
    border-radius: 50%;
    object-fit: cover;
    position: relative;
    top: -70px;
    border: 5px solid white;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}
.text-content {
    margin-top: -50px;
}
.text-content h4 {
    margin: 10px 0 5px;
    font-size: 20px;
    color: #333;
}
.text-content p {
    font-size: 16px;
    color: #666;
}

.coe-btn {
    color: #e67422;
}
.coe-btn a i {
    margin-left: 8px; 
    transition: all 0.3s ease; 
}

.coe-btn a:hover i {
    transform: translateX(10px); 
}
/*Services Cards*/
.service-scroll-section {
    display: flex;
    align-items: center;
    padding: 0 50px 50px;
    background-color: #f8f9fa;
    position: sticky;
    top: 0;
    width: 100%;
}


.scroll-container {
    display: flex;
    overflow: hidden;
    flex: 2;
    white-space: nowrap;
    width: 70%;
}

.service-scroll-cards {
    display: flex;
    gap: 10px;
    transition: transform 0.3s ease-out;
}
.service-scroll-cards {
  display: flex;
  /* overflow-x: auto; */
  scroll-behavior: smooth;
  gap: 7px;
  padding-bottom: 10px;
  scrollbar-width: none; 
}

.service-scroll-cards::-webkit-scrollbar {
  display: none; 
}

.scrolling-card {
    flex: 0 0 auto;
    width: 320px;
    height: 520px;
    text-align: center;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.scrolling-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.service-scroll-btn {
  margin-top: 12%;
}
.scrolling-card .scroll-card-heading {
    width: 305px;
    position: absolute;
    bottom: 10px;
    left: 10px;
    background: rgba(0, 0, 0, 0.6);
    color: white;
    padding: 20px 3px;
    border-radius: 5px;
    font-size: 24px;
    text-align: center;
    
}


/* Mobile Styles */
@media (max-width: 768px) {
  .service-scroll-section {
      padding: 0 20px 20px; 
      flex-direction: column; 
  }

  .scroll-container {
      width: 100%; 
      overflow-x: auto;
  }

  .service-scroll-cards {
      gap: 5px;
  }

  .scrolling-card {
      width: 250px;
      height: 400px; 
  }

  .scrolling-card .scroll-card-heading {
      width: 230px; 
      font-size: 18px; 
  }

  .service-scroll-btn {
      margin-top: 10%; 
  }
}
/* Vision Mission */

.soft-m-feature-section {
  padding: 80px 0px 60px;
}
.soft-m-feature-section .soft-m-feature-content {
  padding-top: 60px;
}

.soft-m-feature-inner {
  padding-left: 40px;
  margin-bottom: 40px;
  transition: 0.3s all ease-in-out;
}
.soft-m-feature-inner .soft-m-inner-icon {
  left: 0;
  top: 30px;
  z-index: 1;
  position: absolute;
  transition: 0.3s all ease-in-out;
  filter: drop-shadow(0px 1px 4px rgba(0, 0, 0, 0.1));
}
.soft-m-feature-inner .soft-m-feature-icon {
  width: 85px;
  height: 95px;
  line-height: 100px;
  background-color: #fff;
  position: relative;
  z-index: 1;
  -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
          clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}
.soft-m-feature-inner .soft-m-feature-icon:after {
  top: 0;
  left: 0;
  z-index: -1;
  content: "";
  width: 100%;
  opacity: 0;
  height: 100%;
  position: absolute;
  transition: 0.3s all ease-in-out;
  background: linear-gradient(90deg, #e67422 0%, #59504e 100%);
}
.soft-m-feature-inner .soft-m-feature-icon img {
  width: 40px;
  transition: 0.3s all ease-in-out;
  margin-bottom: 10px;
}
.soft-m-feature-inner:hover .soft-m-feature-icon img {
  filter: brightness(0) invert(1);
}
.soft-m-feature-inner .soft-m-feature-box {
  position: relative;
  border: 2px solid #f1f1f1;
  padding: 35px 40px 15px 70px;
  transition: 0.3s all ease-in-out;
}
.soft-m-feature-inner .soft-m-feature-box:after {
  top: 0;
  left: 0;
  bottom: 0;
  content: "";
  width: 3px;
  height: 0%;
  position: absolute;
  transition: 0.3s all ease-in-out;
  background: linear-gradient(90deg, #e67422 0%, #59504e 100%);
}
.soft-m-feature-inner .soft-m-feature-box .soft-m-feature-text h3 {
  color: #102465;
  font-size: 30px;
  font-weight: 500;
  padding-bottom: 10px;
}
.soft-m-feature-inner .soft-m-feature-box .soft-m-feature-text h3 span {
  color: #fff;
  font-size: 10px;
  padding: 1px 5px;
  background-color: #00a8ff;
}
.soft-m-feature-inner .soft-m-feature-box .soft-m-feature-text p {
  color: #6c8493;
  padding-bottom: 8px;
}

.soft-m-feature-inner:hover {
  margin-bottom: 10px;
}
.soft-m-feature-inner:hover .soft-m-inner-icon {
  top: 50%;
  transform: translateY(-50%);
}


.soft-m-feature-inner:hover .soft-m-feature-box {
  padding: 35px 40px 60px 70px;
  box-shadow: 0px 8px 16px 0px rgba(15, 42, 107, 0.06);
}
.soft-m-feature-inner:hover .soft-m-feature-box:after {
  height: 100%;
}
.soft-m-feature-inner:hover .soft-m-feature-text .soft-f-more {
  opacity: 1;
}
.soft-m-feature-inner:hover .soft-m-feature-icon img {
  background: linear-gradient(90deg, #fff 0%, #fff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.soft-m-feature-inner:hover .soft-m-feature-icon:after {
  opacity: 1;
}

/*AI Product Portfolio Section*/
.AI-detail {
  position: relative;
  width: 100%;
  height: 60vh; 
  background: url('../webp/ai-bigdata.webp') no-repeat center center fixed; 
  background-size: cover;
  color: #fff; 
  text-align: center; 
}

.AI-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); 
  width: 70%;
  padding: 20px;
}

/*Our Partners  */
.partners-new{
  padding: 64px 0;
}
.logo-slider{
  overflow: hidden;
}
.overflow{
  display: flex;
  padding: .5rem 1rem;
  overflow: hidden;
}
.reverse .logos-wrapper {
  animation-direction: reverse;
}
.logos-wrapper{
  display: flex;
  justify-content: space-between;
  animation: logoLoop 30s linear infinite;
}

.logo-item{
  margin-left: 1rem;
  padding: 0;
  aspect-ratio: 30/9;
  display: grid;
  place-items: center;
  border-radius: 1rem;
}


.logo-item img{
  height: 8.5rem;
  width: 10rem;
  /* margin-inline: 2rem; */
}
@keyframes logoLoop {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

/*COE Services Detail Page */

.xis-saas-feature-section {
  padding-top: 130px;
  padding-bottom: 8%;
}

.xis-saas-feature-img-wrapper {
  margin-top: 67px;
}
.xis-saas-feature-img-wrapper .xis-saas-feature-img2 {
  left: 0;
  top: -48px;
}
.xis-saas-feature-img-wrapper .xis-saas-feature-img2 img {
 width: 98%;
 margin-top: 15%;
}
.xis-saas-feature-img-wrapper .xis-saas-feature-img5 {
  left: 0;
  top: -48px;
}
.xis-saas-feature-img-wrapper .xis-saas-feature-img5 img {
 width: 98%;
 /* margin-top: 5%; */
}

.xis-saas-feature-text-wrapper {
  padding-left: 50px;
}
.xis-saas-feature-text-wrapper .heading-title h2{
  font-size: 36px;
  margin-bottom: 16px;
}
.xis-saas-feature-text-wrapper .xis-saas-feature-text {
  max-width: 350px;
  padding-top: 30px;
}

.xis-saas-feature-section2 {
  padding-top: 90px;
  padding-bottom: 20px;
}

.xis-saas-feature-img-wrapper-2 {
  margin-right: 100px;
}

.xis-saas-feature-img-wrapper-2 .xis-saas-feature-img3 {
  top: 20px;
  left: 55px;
}
.xis-saas-feature-img-wrapper-2 .xis-saas-feature-img3 img{
 width: 130%;
 margin-top: 38%;
}
.xis-saas-feature-img-wrapper-2 .xis-saas-feature-img4 {
  top: 20px;
  left: 55px;
}
.xis-saas-feature-img-wrapper-2 .xis-saas-feature-img4 img{
 width: 130%;
 /* margin-top: 20%; */
}
.xis-saas-feature-img-wrapper-2 .xis-saas-feature-img5 {
  top: 20px;
  left: 55px;
}
.xis-saas-feature-img-wrapper-2 .xis-saas-feature-img5 img{
 width: 130%;
 /* margin-top: 5%; */
}
@media (max-width: 768px){
.sec-mb-40{
  margin-bottom: 40%;
}
.sec-mt-50{
  margin-top: 50%;
}
.sec-mt-20{
  margin-top: 20%;
}
.sec-mt-heading{
  margin-top: 87%;
}
.xis-saas-feature-text-wrapper{
  padding-left: 20px;
}
.xis-saas-feature-img-wrapper-2 .xis-saas-feature-img5 {
  top: 10px;
  left: 3px;
  margin-bottom: 20%;
}
.xis-saas-feature-img-wrapper-2 .xis-saas-feature-img4 {
  top: 0px;
  left: 0px;
}
.xis-saas-feature-img-wrapper-2 .xis-saas-feature-img4 img{
 width: 136%;
}
.xis-saas-feature-img-wrapper-2 .xis-saas-feature-img3 {
  top: -70px;
  left: 0px;
}
.xis-saas-feature-img-wrapper-2 .xis-saas-feature-img3 img{
 width: 135%;
}
}

/*---------- COE Gallery --------*/
.gallery {
  height: 385px; 
  width: 100%;
  display: flex;
  margin: 5% auto 0;
  box-sizing: border-box;
}

.image-box {
  margin: 0 5px;
  flex-grow: 1;
  flex-basis: 100px; 
  transition: flex-basis 0.4s ease-in-out, transform 0.3s ease-in-out;
  position: relative;
}
.image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease-in-out;
}

.image-box:hover img {
  transform: scale(1.2); 
  transition: transform 0.3s ease-in-out;
   object-fit: contain; 

}

.image-box:hover {
  flex-basis: 40%; 
  transform: scale(1.05); 
  z-index: 999;
}

.active {
  flex-basis: 40%;
}

.gallery:hover .active {
  flex-basis: 10%; 
}
.image-box:nth-child(n):hover {
  flex-basis: 40%;
}

@media (max-width: 768px) {
    .gallery {
        flex-direction: row;
        height: 170px;
        white-space: nowrap;
        overflow-x: auto;
        display: flex;
        
    }

    .image-box {
        flex-basis: 20%; 
        transition: flex-basis 0.4s ease-in-out, transform 0.3s ease-in-out;
        cursor: pointer;
        overflow: hidden;
    }

    .image-box img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.3s ease-in-out;
    }

    .image-box.active {
        flex-basis: 100% !important;
    }

    /* Shrinks other images */
    .gallery .image-box:not(.active) {
        flex-basis: 10%;
    }
}
