/* About page style start */

.aboutImg, .rotateContainer{
    perspective: 1000px; /* Add perspective to create a 3D effect */

  }

  #rotateImg {
    transform-style: preserve-3d;
    transition: transform 0.3s ease;
    width: 100%;
    display: block;
    transform: rotateY(45deg);
   
  }

  .aboutMain .custom-arrow{
    background: var(--primary);
  }
  .contentSlider .aboutText{
    max-width: 60%;
  } 
  .aboutMain .aboutText hr{
    width: 75%;
  }
.leaderSec{
    position: relative;
}
.leaderSec::before{
    background: var(--blackLight);
    height: 215px;
    width: 100%;
    content:"";
    position: absolute;
    top:0;
    left:0;
    z-index: -1;
}
.leaderBlock{
   overflow: visible;
   position: relative;
   z-index: 3;
}
.leaderBlock .swiper{
    overflow: visible;
}
.leaderImg {
 height: 400px;
border-radius: 10px;
overflow: hidden;
 z-index: 1;
 position: relative;
}
.leaderImg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.leaderContent{
    /* padding-bottom: 80px; */
    padding-bottom: 20px; 
    max-width: 80%;
    position: relative;
}
.leaderContent:before{
    content:"";
    position: absolute;
    left:-80px;
    top:-20px;
    width: 64px;
    height: 64px;
    background-size: 64px;
    background-repeat: no-repeat;
    background-image: url(../images/quote.png);
    transform: scale(-1, -1);
}

.leaderContent h2{
    font-weight: 600;
    display: -webkit-box; 
    -webkit-line-clamp: 2;  
    -webkit-box-orient: vertical;
    overflow: hidden; 
    text-overflow: ellipsis;

}
.author h4, .leaderContent h4{
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 5px;
}
.author p, .leaderContent p{
    font-size: 15px;
}
.leaderSec .swiper-button-container{
    margin-top: -18px;
    position: relative;
}

.bio-wrapper {
  overflow: hidden;
}
.bio-full {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease;
}

.bio-wrapper.expanded .bio-full {
  max-height: 500px; /* Adjust based on content size */
}


.socialMedia a{
    color:#0a66c2;
    display: inline-block;
    font-size: 24px;
}





.featuredNews{
    display: flex;
    align-items: center;
    height: 100%;
    min-height: 300px;
    background: var(--blackLight);
}
.newsImg img, .featuredNews .newsImg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.featuredNews .newsContent{
    padding: 40px;
}

.featuredNews .newsContent h3{
    font-size: 24px;
}
.featuredNews .newsContent h3{
    color:var(--white);
}
.newsContent .sep, .ctaContent .sep{
    margin: 0 0 20px;
    height: 3px;
    width: 50px;
    background: var(--primary);
}
.newsBox {
    padding: 15px 15px 30px;
    border-radius: 8px;
}


.newsBox .newsImg{
    margin-bottom: 20px;
    border-radius: 8px;
    overflow: hidden;
    height: 200px;
}
.newsBox .newsContent h3{
    font-size: 18px;
    display: -webkit-box;
     -webkit-line-clamp: 3; 
  -webkit-box-orient: vertical;
   overflow: hidden;
    text-overflow: ellipsis;
    min-height: 66px;
}
.prSec .newsBox{
    padding: 0;
    border-radius: 8px;
}
.prSec .newsBox .newsImg{
overflow: hidden;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
.prSec .newsBox .newsContent{
   padding: 15px 15px 30px;
}

.timeline-line {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 4px;
    background: var(--blackLight);
    z-index: -1;
}
.timelineSlider {
    width: 100%;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.timelineSlider .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 300px;
   transition: transform 0.3s, opacity 0.3s;
   z-index: 1;
}

.timelineSlider .swiper-slide-active {
    animation: scaleUp 0.5s ease forwards;
    opacity: 1;
    transform: scale(1);
  
}
@keyframes scaleUp {
    from {
        transform: scale(0.8);
    }
    to {
        transform: scale(1);
    }
}
.timelineSlider .swiper-slide:not(.swiper-slide-active) {
    filter: blur(2px);
    opacity: 0.2;
    transform: scale(0.6);
 
}
.timelineBox{
    padding: 60px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}

.timelineSlider .swiper-slide-active .timelineBox{

    background: #1f1f1f;
    border-bottom: 5px solid var(--primary);

}
.timelineBox h2{
    font-size: 60px;
    color:var(--white);
    font-weight: bold;
}
.timelineBox p{
    font-size: 16px;
    line-height: 21px;
    color:var(--white);
    margin-top: 15px;
   
}

.timelineSec .custom-arrow, .biggerPicture .custom-arrow{
    background: var(--primary);
}

.biggerPicture img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.awardSec {
    position: relative;
}
.awardSlider {
    padding-left: calc((100vw - 1140px) / 2);
}
.awardImg {
    height: 185px;
    overflow: hidden;
}
.awardImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.awardYear {
    font-size: 12px;
    color: #626262;
}
.awardContent .awardTitle {
    font-size: 19px;
    line-height: 24px;
    color: var(--blackLight);
    font-family: 'gilroy-semibold';
    min-height: 50px;
}

.awardContent .awardText {
    font-size: 14px;
    line-height: 18px;
}

.awardSlider .swiper-button-next, .awardSlider .swiper-button-prev {
    width: 48px;
    height: 48px;
  
    background: var(--black);
}
.awardSlider .swiper-button-next:after, .awardSlider .swiper-button-prev:after {
    font-size: 20px;
    color: var(--white);
}


/* Services page style start */
.serviceImg{
    position: relative;
    width: 100%;

}
.serviceImg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.serviceContent{
    padding: 40px;
}
.serviceContent h4, .serviceContent h4 .char{
    font-size: 34px;
    font-weight: 500;
    line-height: 1.2;
    color: var(--black);
    font-family: 'gilroy-semibold';
}
.serviceContent h4 .char{
    white-space: nowrap;
}
.serviceContent p {
    font-size: 15px;
    line-height: 22px;
}
.aboutText hr{
    border-color: #6c6c6c;
}
/* Services page style End */


/* Industries page style start */

.industrySlider {
    padding-left: calc((100vw - 1140px) / 2);
    position: relative; 
}
.industryBox, .promiseBox{
    position: relative;
    height:400px;
    overflow: hidden;
     background: rgba(0,0,0,1);
     display: flex;
     flex-direction: column;
     justify-content: flex-end;
}
.industryBox.half img:not(.arrow){
    height: 50%;
}
.industryBox img:not(.arrow), .promiseBox img:not(.arrow){
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease, opacity 0.5s ease;
   
}
.industryBox .overlay,  .promiseBox .overlay{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, transparent 70%, rgba(0,0,0,0.7));

}
.industryTitle, .promiseTitle {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    color: #fff;
    padding: 30px;

    font-size: 20px;
    font-weight: 500;
    letter-spacing: -0.02em;
    line-height: 1.2;
 
}
.industryContent, .promiseContent {
    position: absolute;
    top: 15%;
    left: 100%;
    bottom: 0;
    width: 100%;
    color: #fff;
    padding: 30px;
    transition: all 0.3s ease;
    opacity: 0;
    max-height: calc(100% - 30px);
}
.industryContent h5, .promiseContent h5{
    font-size: 18px;
    line-height: 1.125rem;
    letter-spacing: 0.32px;
    margin-bottom: 15px;

}
.industryContent p, .promiseContent p{
    font-size: 13px;
}
.industryBox:hover img:not(.arrow),  .promiseBox:hover img:not(.arrow){
    transform: scale(1.9);
    opacity: 0;
    
}

.industryBox:hover .industryContent, .promiseBox:hover .promiseContent{
opacity: 1;
left:0;
transition-delay: 0.3s;
} 
.industrySec .swiper-button-container{
    padding-left:  calc((100vw - 1140px) / 2); 
}
.swiper-button-container {
  
    margin-top: 60px;
  
    display: flex;
    gap: 5px; /* Space between arrows */
    z-index: 10;
    width: fit-content;
  }
  .custom-arrow {
    width: 40px;
    height: 40px;
    background-color: #000;
    color: #fff;

    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
    transition: all 0.3s ease;
    position: static;
  }
  .custom-arrow:hover {
    background: var(--primary);
  }
  .custom-arrow:after{
    font-size: 20px;
  }
.industryImg{
    height: 400px;
    position: relative;
}

.industryImg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    
}
.industryText{
    padding: 40px;
    position: relative;
}
.industryText h4, .industryText h4 .char{
    font-size: 34px;
    font-weight: 500;
    line-height: 1.2;
    color: var(--black);
    font-family: 'gilroy-semibold';
}

.industryText p {
    font-size: 15px;
    line-height: 22px;
}
.industryImg{
    perspective: 1000px;
    border-radius: 0 50px 0 50px ;
    overflow: hidden;
 
}


/* Industries page style end */

/* Industry pages style start */



.keyTrends .counter p{
    font-size: 14px;
    line-height: 21px;
}
.keyTrends .keyContent h3{
    font-size: 34px;
    line-height: 1.2;
    font-weight: 500;
}
.keyTrends .keyContent h5{
    font-size: 18px;
    line-height: 26px;
    font-weight: normal;
}
.keyList{
    margin-top: 15px;
}
.keyList li{
    list-style: disc;
    margin-bottom: 5px;
    font-size: 14px;
}
.keyList li strong{
    font-weight: bold;
}
.tabList,
.tabList li {
    list-style-type: disc;
    font-size: 13px;

}
.tabList{
    padding-left: 15px;
}


.solutionBox{
    position: relative;
    padding: 35px;
    background: var(--white);
    color:var(--black);
    z-index: 1;
    transition: all 0.5s ease-in-out;
    
}

.solutions .solutionBox{
    min-height: 385px;
}
.solutionBox:after{
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    top: 0px;
    right: 0px;
    border-width: 0;
    border-style: solid;
    background: var(--primary);
    display: block;
    /* border-radius: 3px 0 0 0; */
    border-color: transparent var(--black) transparent #fff;
    transition: border-width 0.2s ease-out;
    
}
.solutionBox:hover:after{
      border-width: 0px 40px 40px 0px;

}
.solutionBox:hover{
       border-radius: 20px 0 0 0;
    color: var(--black);
}



.solutionBox h3{
    font-size: 24px;
    font-weight: 600;
}
.solutionBox h5{
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
}
.solutionBox p{
    font-size: 15px;
    line-height: 22px;

}
.solutionBox ul{
    padding-left: 15px;
}
.solutionBox ul li{
    list-style-type: disc;
    margin-bottom: 2px;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
}
.solutionBox .solutionText{
    font-size: 21px;
    line-height: 28px;
}
.solutionBox .solutionText strong{
    font-weight: bold;
}

.keyDiff .solutionBox{
    min-height: 250px;
}
.blogSec .blogImg{
    position: relative;
     max-height: 480px;
    overflow: hidden;
   
    margin-bottom: 20px;

}
.blogSec .blogImg a{
    display: block;
    height: 100%;
    width: 100%;
}
.blogSec .blogImg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.blogSec .blogDate{
    font-size: 14px;
    margin-bottom: 15px;
}
.blogSec .blogTitle{
    font-size: 18px;
}
.teamBox{
    position: relative;
    background: var(--blackLight);
    padding: 15px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap:30px;
    transition: transform 0.5s ease;
}

.teamBox .teamImg{
    width: 200px;
    height: 200px;
    border-radius: 10px;
    overflow: hidden;
 
}

.teamBox .teamImg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s ease;
}

.teamBox .teamInfo{
    flex: 1;
}
.teamInfo .teamTitle{
    font-size: 20px;
    color:var(--white);
    font-weight: 600;
}
.teamInfo .teamDesignation{
    font-size: 16px;
    color:#8a8a8a;
}
.teamBox:hover{
    transform: translateY(-5px);
}
.teamBox:hover .teamImg img{
    transform: scale(1.1) rotate(2deg);
}
/*Industry pages style end */


.post_content p{
    font-size: 18px;
}
/* Contact page style start */
.formContent h5{
    font-size: 22px;
    line-height: 30px;
}
.cinfoList li{
    padding: 10px;
    border-top: 2px solid var(--primary);
    position: relative;
    display: flex;
    align-items: center;
    gap:15px;
}
.cinfoList li:last-child{
    border-bottom: 2px solid var(--primary);
}
.cinfoList li i{
    font-size: 20px;
    color:var(--primary);

}
.socialBox .social a{
    color:var(--primary);
}

.officeBox {
    position: relative;
    width: 100%;
    height:380px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
   
    background: linear-gradient(to bottom, #fff, #f5f5f5);
    overflow: hidden;
}

.officeImg,
.officeAddress {
  flex: 1;

}
.officeImg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
    position: relative;
   transition: transform 0.3s ease;
  }


.officeText {
    position: absolute;
    bottom: 30px;
    max-width:80%;
    left: 20px;
    color: white;
  }
  .officeText h5{
    font-size: 16px;
    margin-bottom: 2px;
    font-weight: 600;
  }
  .officeText h2{
    font-size: 26px;
    margin-top: 0;
  }
  .officeAddress {
    padding: 0 30px;
    font-size: 17px;
    color:var(--black);
    display: flex;
    align-items: center;
    transition: transform 0.3s ease;
  }
/* Join Us page css start */
.ctaBox{
    position: relative;
    padding: 60px;
}
.ctaContent h3{
    font-size: 32px;
    font-weight: 500;
    line-height: 38px;
    font-family: inherit;
}

.featureSec{
    position: relative;
}
.featureSec .featureBox{
    padding: 60px;
    background: var(--white);
    color:var(--black);
    z-index: 1;
    transition: all 0.5s ease-in-out;
    position: relative;
}

.featureSec .featureBox:before{
        content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    top: 0px;
    right: 0px;
    border-width: 0;
    border-style: solid;
    background: var(--primary);
    display: block;
    /* border-radius: 3px 0 0 0; */
    border-color: transparent #f5f5f5 transparent #fff;
    transition: border-width 0.2s ease-out;
}
.featureSec .featureBox:hover:before{
        border-width: 0px 40px 40px 0px;
}
 .featureBox .featureContent{
    min-height: 100px;
}





/* job Search page css start */
.sidebar{
   width: 100%;
    
}
.sidebarHeader{
    padding-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sidebarHeader button{
    color:var(--black);
    background: transparent;
    border: none;
    font-weight: 500;
    display: flex;
    gap:4px;
    font-family: inherit;
    font-size: 16px;
    letter-spacing: -0.005em;
}

.filterBox {
    
    border-bottom: 2px solid var(--primary);
    padding: 15px 15px 15px 0;
  }


  .filterHeader {
    align-items: center;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    font-weight: 600;
 
  }
  .filterHeader h6{
    font-size: 16px;
    font-weight: 500;
  }
  .filterContent {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    padding-top: 0;
    transition: all 0.4s ease;
    padding-left: 4px;
  }
  
  .filterContent.open {
    max-height: 500px; /* Large enough to fit content */
    opacity: 1;
    padding-top: 10px;
  }
  .filterContent label {
    display: flex;
    margin: 6px 0;
    font-size: 16px;
    gap:10px;
  }  
  .custom-checkbox input[type="checkbox"] {
    display: none;
  }
  .custom-checkbox {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    user-select: none;
    display: flex;
    align-items: center;
    font-size: 16px;
    gap: 10px;
  }
  .custom-checkbox .checkmark {
    position: absolute;
    left: 0;
    top: 2px;
    height: 18px;
    width: 18px;
    border: 1px solid var(--black);
    background-color: transparent;
    transition: all 0.3s ease;
  }
  .custom-checkbox .checkmark::after {
    content: '';
    position: absolute;
    display: none;
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
  }
  .custom-checkbox input[type="checkbox"]:checked + .checkmark {
    background-color: var(--primary);
    border-color: var(--primary);
  }
  .custom-checkbox input[type="checkbox"]:checked + .checkmark::after {
    display: block;
  }
  .icon {
    font-size: 30px;
    line-height: normal;
    font-weight: 400;
  }
.result-sort{
    display: flex;
    justify-content: flex-end;
    gap:30px;
    align-items: center;
    padding-bottom: 20px;
}
.count{
    font-size: 16px;
    font-weight: 500;
}

.sort .dropdown a{
    color:var(--blackLight);
    font-weight: normal;
}
.result-sort .sep{
    width: 1px;
    height: 12px;
    background: var(--black);

}
.jobListBox{
    padding:20px 30px;
    background:#e9e9e9;
    margin-bottom: 20px;

    
}

.jobListHeader, .offerListHeader{
 
    display:flex;
    justify-content: space-between;
    align-items: baseline;
    align-items: center;
 
}
.jobListBox .jobTitle, .offerListBox .offerTitle{
    font-size: 19px;
    font-weight: 600;
    letter-spacing: -0.1px;
    margin-bottom:4px;
    line-height: 1.6;
    width: fit-content;
}

.jobInfo{
    font-size: 14px;
}
.jobInfo span:after{
    content: "|";
    margin: 0 8px;
}
.jobInfo span:last-child:after{
 display: none;
}
.jobIcon{
    width: 24px;
    height: 24px;
    position: relative;
    background: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    font-size: 22px;
    cursor: pointer;
    transition: all 0.3s ease;

}


.jobDescription{
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    padding-top: 0;
    transition: all 0.4s ease;
   
}

.jobListBox.active .jobDescription, .offerListBox.active .offerDescription{
    max-height: 300px; /* adjust if content is bigger */
    opacity: 1;
    padding-top: 16px;
  }

  .offerListBox {
      min-height: 120px;
      padding: 25px;
      border-radius: 12px;
      border: 1px solid var(--primary);
      transition: all 0.3s ease;

  }
    .offerListBox:hover{
        background: var(--black);
        border-color: var(--black);
        color:var(--white);
    }
   .offerListBox .offerTitle{
    font-size: 19px;
    margin-bottom: 10px;
    line-height: normal;
 }
  .offerIcon{display: none;}

  .offerDescription p {
    font-size: 14px;
    margin-bottom: 0;
  }
.keydiffBox, .simpleCard {
  padding: 25px;
  border-radius: 12px;
  transition: all 0.3s ease;
    border: 1px solid rgba(213, 19, 21, 0.4);
   height: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
.simpleCard.dark, .keydiffBox.dark{
 background: #111;
  border: 1px solid rgba(213, 19, 21, 0.4); /* subtle red border */
}
.simpleCard ul, .simpleCard ul li{
    list-style: disc;
}

.keydiffBox:hover, .simpleCard:hover{
      border-color: #d51315;
  box-shadow: 0 0 15px rgba(213, 19, 21, 0.5);
 

}
.simpleCard.noHover:hover{
   border:none;
  box-shadow: none
}
.keydiffBox .keyTitle, .simpleCardTitle {
    font-size: 1.05rem;
  font-weight: 400;
  color: #fff;
  line-height: 1.6;
  margin: 0;
}

/* Brand Story page css start */



.promiseBox h5{
    font-size: 20px;
    font-weight: 500;
}
.promiseBox p{
    font-size: 14px;
    margin-top: 40px;
}

.impactBox{position: relative;}
.impactImg{
    overflow: hidden;
    height: 243px;

}
.impactImg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.impactBox p{
    font-size: 14px;
}
.biggerContnet{
    padding: 0 15%;
}

.tabContent h4 {
    font-size: 34px;
    font-weight: 500;
    line-height: 1.2;
    color: var(--black);
    font-family: 'gilroy-semibold';
}


/* Brand Story page css end */

/* IEO Story page css start */
.foundations  .counter h1{
    font-size: 48px;

}
.foundations .counter hr{
    border-color: #b2b2b2;
}

.foundations .solutionBox h3{
    margin-bottom: 15px;
}
.foundations .solutionBox p{
    font-size: 14px;
    line-height: 21px;
}
.foundations .solutionBox{
    min-height: 360px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: all 0.3s ease;
    position: relative;
}
.solutionBox.long{
    min-height: 412px;
}
.foundations .solutionBox:after{
    display: none;
}
.foundations .solutionBox:hover{
    border-radius: 20px 0 0 0;

    color:var(--black);

}
.foundations .solutionBox:before{
    content:"";
    width: 0px;
   height: 0px;
   position: absolute;
   top: 0px;
   right: 0px;
   border-width: 0;
   border-style: solid;
   background: var(--primary);
   display:block;
   /*border-radius:3px 0 0 0;*/
   border-color:transparent var(--black) transparent #fff;
   transition: border-width 0.2s ease-out;

   
}
.foundations .solutionBox:hover:before{
    border-width: 0px 40px 40px 0px;
}
.ieoInsights hr{
    border-color: #363636
}
.ieoInsights .ctaBox{
    background-position: bottom right;
    background-size: 50%;
    background-image: url(../images/insightsBg.jpg);
    background-repeat: no-repeat;
}
.authorImg{
    width: 80px;
    height: 80px;
    border-radius: 100%;
    overflow: hidden;
    flex:0 0 80px;
}
.authorImg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.enterpriseList li{
    font-weight: 600;
    border-bottom: 1px solid var(--black);
    width: fit-content;
    padding-bottom: 10px;
}

.storyList{
    padding-left: 0;
}
.storyList li{
  
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--primary);
    width: fit-content;
}
.storyList li a{
    color:var(--black);
    font-size: 18px;
    font-weight: 600;
}
.counterSec .fw-bold .word{
    font-weight: bold;
}
/* IEO page css end */
/* Cybersecurity page css start */
.statSec .sectionTitle h2{
    font-size: 36px;
     font-weight: 500;
    line-height: 38px;
    min-height: 76px;
}
.statSec .sectionTitle h2 .char{
    font-weight: 500;
}
/* Cybersecurity page css end */



/* Sprint AP page css start */
.keyBox{
    position: relative;
    min-height: 400px;
    color:var(--black);
    transition: all 0.5s ease;
    background: #e9e9e9;
  
}
.keyBox:before{
        content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    top: 0px;
    right: 0px;
    border-width: 0;
    border-style: solid;
    background: var(--primary);
    display: block;
    /* border-radius: 3px 0 0 0; */
    border-color: transparent var(--black) transparent #fff;
    transition: border-width 0.2s ease-out;
}
.bgBlackLight .keyBox:before{
       border-color: transparent var(--blackLight) transparent #fff;
}

.keyBox:hover:before{
    border-width: 0px 40px 40px 0px;
    border-radius: 0 0 0 10px;
}
.keyBox:hover{
       border-radius:0 0 0 20px; 
}
.keyBox .keyTitle{
    padding: 0 40px;
    font-size: 24px;
    font-weight: 600;
    height: 150px;
    display: flex;
    align-items: center;
    background:var(--white);
}
.keyBox .keyContent{
   
    padding: 40px ;
    
    display: flex;
    
}
.keyBox:hover{
    transform: translateY(-10px);
}

.insightBox,  .locationBox{
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    cursor: pointer;
   
}
.insightBox img, .locationBox img,   .hoverSlideBox img{
     width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform 0.4s ease;
}
.initialTitle, .officeLocation {
    position: absolute;
      bottom: 0;
      width: 100%;
      color: white;
      padding: 15px;
      font-size: 24px;
      font-weight: 500;
      z-index: 3;
      transition: opacity 0.3s ease;
    }

  .insightBox:hover .initialTitle, .locationBox:hover .officeLocation{
      opacity: 0;
    }  



    .overlayContent {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      padding: 30px;
      color: white;
      z-index: 3;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      background: var(--black);
      transform: translateY(100%);
      transition: transform 0.3s ease;
    }

.insightBox:hover .overlayContent, .locationBox:hover .overlayContent{
  transform: translateY(0);
}

.overlayContent h3{
       margin: 0;
      font-size: 18px;
      line-height: 26px;
    letter-spacing: .32px;
}

.overlayContent p {
      margin-top: 20px;
      font-size: 12px;
      line-height: 17px;
      letter-spacing: .02rem;
    }

.overlayContent ul li{
    font-size: 12px;
    letter-spacing: .02rem;
    line-height: 17px;
    list-style-type: disc;
    margin-top: 10px;
}
.insightBox:hover img{
    transform: translateY(-20px);
}
.locationBox:hover img{
   transform: translateY(-50px); 
}

.insightBox .siteLink img{
        height: 8px;
    transform: translateZ(0);
    width: 12px;
}

.locationBox .overlayContent{
    background: var(--white);
}
.locationBox .overlayContent h3{
    font-size: 28px;
    color:var(--black);
    font-weight: 600;
    margin-bottom: 8px;
}
.locationBox .overlayContent h5{
    font-size: 14px;
    color:var(--blackLight);
}
.locationBox .overlayContent p{
    font-size: 13px;
    line-height: 21px;
     color:var(--black);
}
/* Sprint AP page css end */




/* FirmSprint page css start */
.hoverSlideBox{
 position: relative;
    width: 100%;
    height: 450px;
    overflow: hidden;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}
.hoverSlideBox:hover .overlayContent{
        transform: translateY(0);
}

.hoverSlideBox:hover img{
        transform: translateY(-20px);
}
.hoverSlideBox .initialTitle{
 font-size: 20px;
}
.hoverSlideBox:hover .initialTitle{
    opacity: 0;
}

.hoverSlideBox .siteLink img{
    height: 8px;
    transform: translateZ(0);
    width: 12px;
}
/* FirmSprint page css End */



/* Ai pods page css Start */
.contentList li{
    list-style-type: disc;
    margin-bottom: 10px;
 
}
.sectionContent h4 {
    font-size: 28px;
    font-weight: 500;
    line-height: 1.2;
    color: var(--black);
    font-family: 'gilroy-semibold';
}
.cardSimple{
    padding: 40px;
    background: var(--black);
    color:var(--white);
    border-radius: 10px;
    min-height: 232px;
    transition: all 0.5s ease;
}
.cardSimple:hover{
 background: var(--blackLight);
}
/* Ai pods page css End */




/* SalesSprint page css Start */
  .bars-container {
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 100%;

  }

 .progressBar {
    width: 100%;
    height: 30px;
    background: #e0e0e0;
    border-radius: 20px;
    overflow: hidden;
  }
 .fill {
    height: 100%;
    width: 0;
    background: #48847f;
    transition: width 0.6s ease;
  }

  .percentBadge{
    width: 70px;
    height: 35px;
    background: #48847f;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;

  }
/* SalesSprint page css End */





/* AI accelerators page css start*/
.accelerators .keyBox{
    min-height: 423px;
}
.accelerators .keyBox .keyContent{
    padding: 30px;
}
.accelerators .keyBox .keyContent  h4{
    font-size: 17px;
    font-weight: 600;
}
.accelerators .keyBox .keyContent p{
    font-size: 14px;
}



/*  Blog detail page css start */ 
.withNum{
    display: flex;
    gap:15px;
}
.withNum .num{
    font-size: 60px;
    line-height: normal;
}
.heroMeta, .metaInfo {
    display: flex;
    gap: 20px;
}

.heroMeta span, .metaInfo span{
    position: relative;

}

.metaInfo span{
    font-size: 13px;
}


.heroMeta span::after, .metaInfo span::after{
    content:"";
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    width: 1px;
    height: 12px;
    margin: 0 10px;
    background: var(--white);
}
.heroMeta span:last-child::after, .metaInfo span:last-child::after{
    display: none;
}

.heroMeta span{
    font-size: 16px;
}


.heroCat {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5rem;
    letter-spacing: .2rem;
    margin-bottom: 50px;
    text-transform: uppercase;
}
.heroTagList{
    display: flex;
    list-style: none;
    margin: 0 0 20px;
    align-items: center;
    flex-wrap: wrap;
    gap:10px;
    padding: 0;
}
.heroTagList li {
    background: hsla(0, 0%, 100%, .2);
    padding: .375rem .6875rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.25rem;
    letter-spacing: .03125rem;
}
.heroTagList li.featured-icon {
    height: 1.6rem;
    width: 1.6rem;
    padding: 0;
    position: relative;
        background: #ed1515;
    line-height: inherit;
}
.heroTagList li.featured-icon span{
    display: none;
}
.heroTagList li.featured-icon:before {
    content: "★";
    display: inline-block;
    font-size: 1.16875rem;
    padding: 0 .4375rem 0 .34375rem;
    margin-top: -.125rem;
}

.heroAuthorBox{
    margin-top: 60px;
    display: flex;
    align-items: center;
    gap:15px;
}
.heroAuthorBox .heroAuthorImg{
    width: 57px;
    height: 57px;
    flex:0 0 57px;
    border-radius: 50%;
    overflow: hidden;
}
.heroAuthorBox .heroAuthorImg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.custBox{
    padding: 40px;
    border-radius: 12px;
    transition: all 0.3s ease;
    border: 1px solid rgba(213, 19, 21, 0.4);
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
    gap:20px;
    
}
.custBoxSimple{
    height: 100%;
    display: flex;
    align-items: flex-start;
    position: relative;
    gap:20px;

}
.custBox:before {
    content: "";
    position: absolute;
    right: 0;
    top: -40px;
    width: 64px;
    height: 64px;
    background-size: 64px;
    background-repeat: no-repeat;
    background-image: url(../images/quote.png);
    transform: scale(-1, -1);
    opacity: 0.6;
}
.custBox:hover{
        border-color: #d51315;
    box-shadow: 0 0 15px rgba(213, 19, 21, 0.5);
}

.custImg{
    width: 80px;
    border-radius: 100%;
    overflow: hidden;
    flex:0 0 80px;
}

.custImg.sm{
    width: 64px;
    flex: 0 0 64px;
}
.custImg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.custTitle{
    font-size: 22px;
    font-weight: 600;
}
.custDesig{
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
}
.stars{
    display: flex;
    gap:5px;
}
.leaderPhoto img{
    border-radius: 10px;
}

.infographicMain{
    position: relative;
}

.infographicMain h4{
    padding-bottom: 40px;
    width: 50%;
    margin: 0 auto 50px;  
    font-weight: 600;  
}
.infographicMain:before{
    content:"";
    position: absolute;
    left: 50%;
    top:60px;
    transform: translateX(-50%);
    background: var(--blackLight);
    height: 100%;
    width: 1px;
}

.igBox{
    position: relative;
    border-radius: 150px;
    box-shadow: 0 5px 10px rgba(0,0,0,0.15);
    display: flex;
    margin-bottom: 50px;
    height: 150px;
  

}   

.igBox.left:before{
    content:"";
    position: absolute;
    left:100%;
    top:50%;
    transform: translateY(-50%);
    width: 50px;
    height: 1px;
    background: var(--black);
    
}

.igBox.right:before{
    content:"";
    position: absolute;
    right:100%;
    top:50%;
    transform: translateY(-50%);
    width: 50px;
    height: 1px;
    background: var(--black);
    
}
.igContent{
    flex:2;
    padding: 20px 15px;
    height: 100%;
   display: flex;
   justify-content: center;
   flex-direction: column;
}
.igContent p{
    font-size: 12px;
    margin-bottom: 0;
}
.igIcon{
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary);
   
   
}

.igBox.left .igIcon{
   border-radius: 0  150px 150px 0; 
}
.igBox.right .igIcon{
      border-radius: 150px  0 0 150px 
}
.igIcon img{
    max-width: 80px;
}

.igBox .bullet{
    position: absolute;
    right:-48px;
    top:50%;
    transform: translate(50%, -50%) ;
    width: 20px;
    height: 20px;
    padding: 8px;
    background: var(--white);
    border-radius: 50%;
    z-index: 3;
   
}
.igBox .bullet:before{
    z-index: -1;
    content:"";
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
    background: var(--black);
    width:12px;
    height: 12px;
    border-radius: 50%;

    }
.borderBox{
    border: 1px solid var(--blackLight);
    padding: 30px;
   
}
.borderBox.border-red{
    border: 1px solid var(--primary); 
}
.borderBox h6{
    font-size: 20px;
    margin-bottom: 20px;
}
.borderBox p{
    font-size: 14px;
}
.borderBox .icon img{
    max-width: 75px;
    margin-bottom: 20px;
}

.hoverBox{
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}
.hoverBox:hover img{
    transform: scale(1.1) rotate(5deg);
}
.hoverBox img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s ease;
}

.hoverBoxTitle{
    position: absolute;
    bottom:0;
    left:0;
    width: 100%;
    height: 80px;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: all 0.6s ease-in-out;

}

.hoverBoxTitle h4{
    color:var(--white);
    font-size: 19px;
    font-weight: bold;

}

.customPills .nav-link{
    border-radius: 0;
    color:var(--black);
    font-weight: 600;
}
.customPills .nav-link.active, .customPills .show>.nav-link{
    background: #d7d7d7;
       color:var(--black);
       border-bottom: 2px solid var(--primary);
}
.hPills{
  background:#efefef;
  font-size: 14px;
  
 
}

.hPills .nav-link{
  color:var(--black);
  padding: 20px 25px;
  border-radius: 0;
 border-bottom: 2px solid transparent;
 font-size: 15px;
}
.hPills .nav-link.active{
background: transparent;
  color:var(--black);
  border-color:var(--primary);
}
.vPills{
background: #efefef;


}
.vPills .nav-link{
    color: rgba(0, 0, 0, 0.5);
    border-radius: 0;
    text-align: left;
     padding: 15px;
     font-size: 14px;
     border-top: 2px solid transparent;

    
}
.vPills .nav-link.active{

  background:rgba(255,255,255,0.6);
  border-color: var(--primary);
   color: var(--primary);

  
}
.whySec .accordion-item{
 
    border: none;
}
.whySec .accordion-button {
    background: #efefef;
    color: var(--black);
    padding: 20px !important;
    font-size: 20px;
    box-shadow: none;
 
}
.whySec .accordion-button.collapsed{
      margin-bottom: 20px;
}
.whySec .accordion-button:not(.collapsed){
  background: var(--blackLight);
    color: var(--white);
   
    
}
.whySec .accordion-button:not(.collapsed):after{
    filter: grayscale(100%) invert(1);
}



@media (min-width: 1400px) {
  .sliderFullWrapper {
    padding-left: calc((100vw - 1320px) / 2);
  }
}
@media(max-width: 767px){

    .heroSec {
            padding-bottom: 60px;
            padding-top: 60px;
            min-height: 400px;
            height: auto!important;
        }
    
        .heroSec:before {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.25);
            z-index: -1;
        }
    .heroTitle, .heroFull .heroTitle{
        font-size: 30px!important;
        line-height: 36px;
        height: auto!;
    }
    .heroContent p br{
        display: none
    }
    .sectionTitle h2{
        font-size: 30px;
        line-height: 36px
    }
    #rotateImg{
        transform: none;
        margin-top: 30px;
        max-width: 300px;
    }
    .leaderContent{
        margin-top: 30px;
        max-width: 100%;
    }

    .serviceContent{
        padding: 0;
    }
    .serviceImg, .offeringImg{
        margin-bottom: 25px;
    }
    .serviceListing .row:nth-child(2){
        flex-direction: column-reverse;
    }
    .getinTouch .absImg{
        max-width: 100%;
        min-width: 320px;
    }
    .getinToch-content{
        padding: 0;
        margin: 0;
    }
    .getinTouch .col-md-7{
        padding: 0;
    }
    .newsBox{
        min-height: 0;
    }
    .successStories .row>*{
        margin-top:0;
    }
    .successStories .row{
        flex-direction: column-reverse;
       
    }
    .getinTouch .siteBtn{
        padding: 10px 12px;
    }
    .myPills .nav-link{
        font-size: 13px;
    }
    .solutions .sectionTitle {
        margin-bottom: 20px;
    }
    .solutions .sectionTitle h4{
        font-size: 28px;
    }
    .contentSlider .aboutText{
        max-width:100%
    }
    .testimonials .row{
        flex-direction: column-reverse;
    }
    .testimonials .bgImg{
        min-height: 300px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .ctaBox{
        padding: 30px;
    }
       .ctaBox.mobFull{
        background-size: cover;
        position: relative;
      
    }
    .ctaBox.mobFull:after{
        position: absolute;
        content:"";
        width: 100%;
        height: 100%;
        left:0;
        top:0;
        background: rgba(255,255,255,0.7);
        
    }
     .ctaContent{
        z-index: 1;
        position: relative;
     }
    .ctaContent h3{
        font-size: 24px;
        line-height: 30px;
    }
    .ctaContent .d-flex.gap-2{
        flex-direction: column;
        margin-top: 30px;

    }
    .ctaContent .siteBtn{
        margin-top: 0!important;
    }
    .jobListBox{
        position: relative;
    }
    .jobIcon{
        position: absolute;
        top:0;
        right:0;
    }
    .locations .row .col-md-3:nth-child(even) .officeBox{
        flex-direction: column-reverse;
    }
    .socialBox {
        flex-direction: column;
        align-items: flex-start!important;
    }
    .socialBox .social{
        margin-top: 0;
        justify-content: flex-start!important;
    }
    .contactDetails .w-75{
        width: 100%!important;
    }
    .contactDetails .absImg{
        max-width: 350px;
        min-width:300px;
    }
    .teamBox {
        flex-direction: column;
        align-items: center;
        text-align: center;
        margin-bottom: 30px;
    }
    .teamBox .teamInfo{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
   .biggerPicture .biggerContnet{
    padding-top:60px!important;
    padding-bottom: 60px!important;
   } 
   .promiseBox{
    margin-bottom: 30px;
   }
 .insightBox{
    margin-bottom: 30px;
 }
 .testimonialSlider .swiper-slide .row{
    flex-direction: column-reverse;
    height: auto!important;
 }
 .testimonialSlider .col-md-6.bgImg{
    min-height: 250px;
 }
 .playBtn {
     left: 50%;
     transform: translate(-50%, -50%);
     margin-left: 0;
     top: 50%;
     width: 80px;
     height: 80px;
     font-size: 40px;
 }
 .testimonialSlider .testimonial-content{
    padding-top: 30px;
    padding-bottom: 30px;
 }
 .quoteTitle{
    margin-top: 0;
 }
 .awardSec {
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
}
.testimonialSec .d-flex.justify-content-end{
justify-content: flex-start!important;
}
.overview .row, .benefitSection .row{
    flex-direction: column-reverse;
}
.heroInner{
    min-height: 370px!important;
    height: auto!important;
}
.ctaSec{
    text-align: center;
}
.ctaSec .justify-content-end{
    justify-content: center!important;
}


.sectionImg{
    margin-bottom: 20px;
}

}