body {
  font-family: "Open Sans", sans-serif !important;
}
.container{
    padding: 0 20px;
}
h1{
  max-width: 970px;
    font-size: 29px;
    color: #fff;
    line-height: 1.3;
    font-weight: 600;

}
.fz-40, h2 {
    font-weight: 500;
}
.btn{
    background-color: #fff;
    padding: 11px 24px;
    border-radius: 20px;
    border-color: #14151B;
    color: #14151B;
    max-width: 197px;
    font-size: 14px;
    transition: 0.3s all;

}
.btn-global.white-btn{
  background-color: #fff;
  border-color: #535353;
  color: #000000;
  padding: 14px 25px;
  font-size: 1.6rem;
  border-radius: 30px;
}
.btn-global.white-btn::after{
    background: url(/assets-style/images/arrow-blue.svg) no-repeat;
}
.btn-global:hover:after {
    background: url(/assets-style/images/arrow-blue.svg) no-repeat;
}
.banner-section .btn-global:hover:after {
  filter: brightness(0) invert(1);
}
.banner-section .btn-global:hover{
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
}
.banner-section{
    padding:100px 0;
    background-image: url(/assets-style/images/case-study-banner.png);
    background-repeat: no-repeat;
    background-color: #000;
    height: 535px;
    background-position: 22% 100%;
}
.banner-section p{
  max-width: 759px;
  color: #fff;
}
.btn-global img{
    margin-right: 10px;
}
.hisense{
    padding: 30px 0;
}
.hisense-content h2{
    display: flex;
}
.hisense-content h2 span{
    font-size: 16px;
    margin-right: 10px;
}
.number-list {
    font-size: 16px;
    margin-right: 10px;
}
.hisense-content{
    margin-bottom: 20px;
}
.hisense-img img{
    margin-bottom: 16px;
}
.hisense-img .btn-wrapper{
    display: flex;
        align-items: center;
        gap: 12px;
        flex-wrap: wrap;
}
.app-tags{
    display: flex;
    align-items: center;
    gap: 10px;
}
.lower-content a{
    font-size: 16px;
    color: #1C1E55;
}




.case-study-myLife {
    padding: 40px 0;
}

.case-study-header {
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
    align-items: self-start;
}



.case-study-myLife h2 {
    margin-bottom: 16px;
}

.case-study-myLife p {
    max-width: 600px;
    margin-bottom: 20px;
}
.case-study-content {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.case-study-images {
    display: flex;
    flex-direction: column;
    gap: 20px;
}


.case-study-category{
padding: 40px 0 0;
}
.app-tags {
    display: flex;
    gap: 10px;
    margin-top: 20px;
    flex-wrap: wrap;
}

.case-study-category {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
  
  .case-study-category h2 {
    margin-bottom: 20px;
  }
  
.case-study-title h2{
display: flex;
}
.case-study-title h2 span{
font-size: 18px;
margin-right: 5px;
}
  .case-study-category p {
    font-weight: 400;
    font-size: 16px;
    color: #535353;
    line-height: 1.4;
  }
  .case-studies {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
  .case-study-title{
    display: flex;
  }
  .case-study-card {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  
  .case-study-image {
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
    aspect-ratio: 1/1;
  }

  
  .case-study-image img {
    width: 100%;
    height: 100%;
  }
  
  .case-number {
    font-size: 16px;
    font-weight: 500;
    color: #666;
    margin-right: 6px;
  }

  
  .tags {
    position: absolute;
    bottom: 16px;
    left: 16px;
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
  }
  .tags .btn{
background-color: transparent;
color: #fff;
border-color: #fff;
  }
  .tag {
    /* background-color: rgba(0, 0, 0, 0.7); */
    color: white;
    border: 1px solid #fff;
    padding: 6px 12px;
    border-radius: 100px;
    font-size: 12px;
  }
  
  .math-bg {
    background-color: #4a4591;
  }
  .math-bg img{
padding: 20px;
  }
  .wellthy-bg {
    background-color: #e1e0e1;
  }
  .wellthy-bg img {
    padding: 20px;
  }
  .ezi-bg {
    background-color: #e85a4f;
  }
  
  .arrow-icon {
    margin-left: 6px;
  }

.projects-list-section h2 {
    margin-bottom: 20px;
    font-weight: 600;
}

/* Remove default list styling */
.projects-list {
      display: flex;
      flex-direction: column;
      gap: 10px;
      align-items: center;
}

.projects-list li {
  border-radius: 72px;
  background-color: #F3F4F6;
  border: 1px solid #D1D5DB;
  font-size: 18px;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 80%;
  text-align: center;
  color: #14151B;
  font-weight: 700;
  display: flex;
  justify-content: center;
}

.projects-list li:hover {
    background-color: #e0e0e0;
}
.section-head {
  max-width: 945px;
  width: 100%;
  margin: 0 auto 50px;
}
.section-title {
  margin-bottom: 24px;
}
.awards-container {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.awards-heading {
  font-weight: 600;
  margin-bottom: 20px;
  color: #fff;
  font-size: 20px;
}


.awards-subheading {
  font-size: 14px;
  font-weight: 400;
  max-width: 800px;
  margin: 0 auto 60px;
  font-weight: 600;
  color: #fff;
}

.awards-grid {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}

.award-card {
  background-color: #fff;
  border-radius: 8px;
  width: 100%;
  max-width: 100%;
}
.award-content img {
  margin-bottom: 40px;
}
.award-icon {
  background-color: #111;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border-radius: 6px 6px 0 0;
}
.about-wrap, .awards-block {
  overflow: auto;
  padding-bottom: 10px;
}
.about-box, .awards-box, .event-location li svg {
  margin-right: 12px;
}
.awards-logo img {
  width: 115px;
}

.awards-box {
  flex: 0 0 86%;
}
.awards-content {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1);
}
.awards-content {
  padding: 20px;
  min-height: 118px;
  border-radius: 0 0 8px 8px;
}
.trophy-icon {
  width: 40px;
  height: 40px;
  color: #FFD700;
}
.awards-content strong {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.03;
  display: block;
  margin-bottom: 16px;
}
.award-content {
  padding: 40px;
  text-align: left;
  min-height: 290px;
  display: flex;
      flex-direction: column;
      justify-content: space-between;
      border-radius: 0px 0px 8px 8px;
}

.content-edt{
 padding-top: 10px;
}
.award-title {
  color: #7A7A7A;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 40px;
  text-transform: uppercase;
  max-width: 240px;
  line-height: 1.3;
}

.awards-logo {
  height: 140px;
  border-radius: 8px 8px 0 0;
  background-color: #e5e7eb;
}
.award-years {
  display: flex;
  gap: 10px;
}
.Clutch-logo {
  background-color: #17313b;
}
.project-points {
  display: flex;
  gap: 9px;
  flex-wrap: wrap;
}

.year-badge {
  border: 1px solid #535353;
  border-radius: 20px;
  padding: 6px 11px;
  font-size: 14px;
  color: #222222;
}
.project-on, .project-points li {
  border-radius: 6px;
  font-weight: 500;
}
.project-points li {
  padding: 5px 12px;
  color: #1e429f;
  font-size: 1.4rem;
  font-weight: 500;
  background-color: #e1effe;
  position: relative;
  overflow: hidden;
  border: 1px solid transparent;
  transition: 0.3s all;
}
.project-points li:hover {
  background-color: #fff;
  border: 1px solid #2465d0;
}
.goodfirms-logo {
  background-color: #3a7af3;
}
.wd-full{
width: 85% !important;
}
.itfirms-logo {
  background-color: #ed343a;
}

.red-blob {
  position: absolute;
  width: 600px;
  height: 600px;
  background-color: rgba(128, 0, 0, 0.4);
  border-radius: 50%;
  bottom: -200px;
  right: -200px;
  z-index: 0;
}
.testimonial-section{
  padding: 40px 0 0 !important;
}
.text-center {
  text-align: center;
}
.section-head {
  max-width: 945px;
  width: 100%;
  margin: 0 auto 50px;
}
.section-title {
  margin-bottom: 28px;
}
.section-subtitle {
  margin-bottom: 30px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.3px;
}
.text-link {
 color: #000000;
  font-size: 1.6rem;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
}
.text-link::after {
  content: "";
  background: url(/assets-style/images/right-arrow.svg);
  width: 10px;
  height: 18px;
  transition: .4s linear;
  display: inline-block;
  margin-left: 10px;
}
.text-link:hover:after {
  transform: translateX(6px);
}
.text-center {
  text-align: center;
}
.flex-wrap {
  flex-wrap: wrap;
}
.testimonial-section .slick-slider {
  user-select: text !important;
}
.testimonial-wrap {
  margin-bottom: 35px;
  border-radius: 4px;
}
.benefits-slides .slick-arrow {
  position: absolute;
  top: 95%;
  background-color: #000000;
  width: 36px;
  height: 36px;
  margin-top: 10px;
  font-size: 0;
  z-index: 2;
  margin: 0 auto;
  left: -108px;
  right: 0;
  border-radius: 50%;
  margin-top: 35px;
}
.xpaging-bg{
  background-color: #fff;
  border: 1px solid #dcdcde;
}
/* .benefits-slides .slick-arrow:hover {
background-color: #fff;
}
.benefits-slides .slick-arrow:hover::after{
border-color: #000;
} */
/* .benefits-slides .slick-arrow::before{
  content: '';
  z-index: -1;
  border-radius: inherit;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.benefits-slides .slick-arrow::before {
  border: 2px solid #37474f;
  opacity: 0;
  -webkit-transform: scale3d(1.2, 1.2, 1);
  transform: scale3d(1.2, 1.2, 1);
}
.benefits-slides .slick-arrow:hover::before {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
} */
.benefits-slides .slick-prev{
  left: -49px;
}
.benefits-slides .slick-disabled {
  background-color: #F3F4F6;
}
.benefits-slides .slick-prev:after {
  content: "";
  display: inline-block;
  border: solid #fff;
  border-width: 2px 0 0 2px;
  left: 100%;
  z-index: 1;
  padding: 5px;
  top: 7px;
  transition: 0.3s ease-in;
  transform: rotate(320deg);
}
.benefits-slides .slick-disabled::after {
  border: solid #9CA3AF;
  border-width: 2px 0 0 2px;
}
.benefits-slides .slick-next {
  right: -161px;
}
.benefits-slides .slick-next:after {
  content: "";
  display: inline-block;
  border: solid #fff;
  border-width: 2px 0 0 2px;
  left: 100%;
  z-index: 1;
  padding: 5px;
  top: 7px;
  transition: 0.3s ease-in;
  transform: rotate(134deg);
}
.testimonial-box {
  /* overflow: hidden; */
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.05);
  margin-bottom: 20px;
}
.testimonial-box .user-wrap{
  display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}
.testimonial-box .user-detail {
  justify-content: space-between;
  background-color: #1B1B1B;
  padding: 30px;
  border-radius: 10px 10px 0px 0px;
}

.testimonial-box .user-name{
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  display: block;
  margin-bottom: 8px;
  line-height: 1.1;
}
.testimonial-box .user-info{
  font-size: 14px;
  color: #fff;
  font-weight: 400;
}
.speakers {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.21;
  display: block;
  margin-bottom: 28px;
  color: #535353;
}
.testimonial-block-details p{
  font-size: 1.6rem;
  color: #535353;
  margin: 0;
}
.testimonial-block-details{
  border-radius: 0px 0px 10px 10px;
 padding: 20px;
 box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
 /* Trusted brands section - Mobile first */
 .trusted-brands {
  text-align: center;
}


.trusted-brands h2 {
  font-size: 2rem;
  font-weight: 600;
 color: #14151B;
  margin-bottom: 25px;
}

.brand-logos {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 3rem;
  flex-direction: column;
}

.brand-logo {
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.brand-logo img {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}

/* Specific brand colors */
.toshiba {
  color: #FF0000;
  font-weight: bold;
  font-size: 1.5rem;
}

.walmart img {
  max-height: 35px;
}

.accenture img {
  max-height: 30px;
}

.fiverr {
  color: #1DBF73;
  font-weight: bold;
  font-size: 1.5rem;
}

.cleartrip img {
  max-height: 30px;
}

/* Responsive adjustments using min-width */
@media (min-width: 481px) {
  .trusted-brands h2 {
      font-size: 2.4rem;
      margin-bottom: 2rem;
  }
  
  .brand-logos {
      flex-direction: row;
      gap: 2rem;
  }
}
@media only screen and (min-width: 576px) {
.awards-box {
      flex: 0 0 60%;
  }
}
@media (max-width: 767px) {
  .about-section .about-wrap, .awards-block {
      flex-direction: column;
      gap: 20px;
  }
}
@media (min-width: 769px) {
 
  .trusted-brands h2 {
      font-size: 3.6rem;
      margin-bottom: 4rem;
  }
  
  .brand-logos {
      gap: 3rem;
  }
  
  .brand-logo {
      height: 40px;
  }
}
@media screen and (min-width: 768px) {
  h1 {
    font-size: 48px;
  }
    .banner-section p{
      margin-bottom: 30px;
    }
    .hisense-content h2 span {
        font-size: 18px;
    }
    .first-award::after{
      content: "";
      background-image: url(/assets-style/images/mast_one.png);
      background-repeat: no-repeat;
      right: -25px;
    }
    .number-list {
        font-size: 18px;
    }
    .bg-hisense{
      background: url(/assets-style/images/hisense-images.png) no-repeat;
      border-radius: 10px;
      position: relative;
      width: 944px !important;
      height: 531px !important;
    }
    .hisense-wrapper{
        display: flex;
        justify-content: space-between;
    }
    .hisense-content{
        width: 33%;
        margin-bottom: 0px;
        display: flex;
            justify-content: space-between;
            flex-direction: column;
    }
    .case-study-category p {
      width: calc(100% - 175px);
  }
    .award-content img{
      width: 50%;
    }
    .hisense-img{
        width: 65%;
    }
    .hisense-content p{
        margin-bottom: 32px;
    }
    .hisense-img img{
        margin-bottom: 24px;
    }
    .case-study-header {
        flex-direction: row;
        justify-content: space-between;
    }

    .header-content {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .bottom-content{
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 10px;
    }
    .content-edt{
      position: absolute;
      bottom: -63px;
      left: 0;
    }
    .view-details {
        align-self: flex-start;
        margin-top: 0;
    }

    .case-study-images {
        flex-direction: row;
        gap: 30px;
    }
    .case-study-myLife h2 {
        margin-bottom: 0;
        margin-right: 50px;
    }
    .main-image {
        flex: 1;
    }
    .d-sm-flex {
      display: flex;
  }
  /* .benefits-slides .slick-slide {
    margin-right: 40px;
} */

.benefits-slides .slick-slide > div {
  margin: 0 18px;
}
.benefits-slides .slick-list {
  margin: 0 -18px;
}

   
      
      .case-studies {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
      }
      
    
      
      .case-study-category button {
        width: 150px;
        height: 46px;
        font-size: 15px;
      }
      
      .case-number {
        font-size: 17px;
      }
   
      
      .tag {
        font-size: 13px;
      }
      .projects-list {
        flex-direction: row; /* Align items in a row */
        flex-wrap: wrap; /* Allow wrapping */
        gap: 20px;
    }

    .projects-list li {
        width: auto; /* Allow flexible width */
    }
    .projects-list-section {
      padding: 60px 0;
  }


  .awards-heading {
    font-size: 36px;
}

.awards-grid {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
}

.award-card {
    max-width: 350px;
}
.testimonial-section {
  padding: 80px 0 0 !important;
}
 .awards-block{
  overflow: visible;
  padding-bottom: 0;
  --columns: 3;
  --gap: 20px;
  --gap-count: calc(var(--columns) - 1);
  flex-wrap: wrap;
  justify-content: center;
  gap: var(--gap);
}
.awards-box {
  flex: inherit;
  margin: 0;
  flex-basis: calc(calc(100% / var(--columns)) - calc(var(--gap) / var(--columns)* var(--gap-count)));
}
.awards-content {
  padding: 20px 15px;
}
.second-award::after{
  content: "";
  background-image: url(/assets-style/images/mast_two.svg);
  background-repeat: no-repeat;
  right: -25px;
}
.third-award::after{
  content: "";
  background-image: url(/assets-style/images/mast_three.svg);
  background-repeat: no-repeat;
}

}
@media screen and (min-width: 992px) {
  .banner-section{
    background-size: 80%;
    background-position: center top;
}
  .about-wrap, .awards-block, .exciting-block {
    --gap: 25px;
}
.marhsee-wrap h2{
  font-size: 3.2rem;
}
.testimonial-box .user-name{
  font-size: 24px;
}

}
@media screen and (min-width: 1024px) {
    h1{
        font-size: 40px;
    }
    .banner-section p{
      font-size: 18px;
      line-height: 1.44;
    }
    .hisense-content h2 span {
      font-size: 24px;
      margin-top: 3px;
      font-weight: 100;
    }
    .number-list {
        font-size: 27px;
    }
    .banner-section {
      padding: 142px 0;
    }
    .hisense {
        padding: 60px 0;
    }
    .case-study-myLife {
        padding: 60px 0;
    }
    .section-title {
      font-size: 48px;
      color: #000000;
      font-weight: 600;
  }
  .testimonial-block-details{
   padding: 30px;
  }


  .mn-top{
    margin-top: -18px;
  }
    
      
      .case-study-category {
        gap: 60px;
      }
    
      .case-studies {
        grid-template-columns: repeat(3, 1fr);
        gap: 24px;
      }
      
      .case-study-image {
        aspect-ratio: 1/1.2;
        margin-bottom: 30px;
      }
      /* .case-study-image img {
    object-fit: cover;
} */
    
      
      .case-study-category button {
        padding: 14px 9px;
        font-size: 12px;
      }
      .bottom-content p {
    max-width: 191px;
}
      .case-number {
        font-size: 18px;
        margin-right: 8px;
      }
      
      .tags {
        bottom: 20px;
        left: 24px;
        gap: 10px;
      }
      
      .tag {
        padding: 8px 16px;
        font-size: 14px;
      }
      
      .arrow-icon {
        margin-left: 8px;
      }
      .projects-list-section h2 {
        margin-bottom: 37px;
        font-size: 3.6rem;
      }
      .projects-list-section {
        padding: 75px 0 !important;
    }
}
@media (min-width: 1200px) {
    .case-study-myLife {
        padding: 81px 0 !important;
    }
    .case-study-category.marhsee-wrap {
      padding-top: 42px;
  }
  .suzuki-block{
    padding: 76px 0;
  }
  .case-study-category h2 {
    margin-bottom: 27px;
}
    .testimonial-block-details{
      padding: 40px;
     }
     .case-study-myLife h2 {
      margin-right: 75px;
      letter-spacing: -1px;
      margin-top: 5px;
  }
  .case-study-title h2 span {
    font-size: 21px;
    margin-right: 9px;
    margin-top: -1px;
}
    .case-study-category button {
        font-size: 15px;
    }
      
      .bottom-content p {
    max-width: 225px;
}
.case-study-image {
        aspect-ratio: 1 / 1.3;
    }
      .case-studies {
        gap: 30px;
      }
      .benefits-slides .slick-slide > div {
        margin: 0 20px;
      }
      .benefits-slides .slick-list {
        margin: 0 -20px;
      }
      .awards-section{
        padding: 60px 0;
      }
 
    .about-wrap, .awards-block, .exciting-block {
      --gap: 30px;
  }
  .awards-logo {
    height: 158px;
}
.awards-logo img {
  width: 130px;
}
.awards-content strong {
  font-size: 2.2rem;
}
}
@media (min-width: 1366px) {
  .testimonial-section .section-head {
      max-width: 700px;
      margin-bottom: 41px;
  }
  .testimonial-wrap {
    margin: 43px 0 60px;
}
.awards-section{
  padding: 49px 0 68px;
}
.section-head, .service-section .section-head {
  margin-bottom: 39px;
}
.section-title {
  margin-bottom: 28px;
}

.about-wrap, .awards-block, .event-wrap, .exciting-block {
  --gap: 60px;
}

.awards-logo img {
  width: auto;
}
.awards-content {
  padding: 17px 15px;
}
.awards-content strong {
  line-height: 1.333;
  margin-bottom: 13px;
}
.project-points {
  padding-right: 30px;
  margin-bottom: 30px;
}
.project-points.awards-years {
  margin-bottom: 3px;
}
}
@media screen and (min-width: 1440px) {
    h1{
        font-size: 48px;
        margin-bottom: 24px;
        letter-spacing: -0.98px;
        line-height: 1.2;
        margin-bottom: 27px;
    }
 
    .banner-section p{
      margin-bottom: 35px;
      }
      .hisense-content{
        width: 24%;
    }
    .hisense-img{
        width: 70%;
    }
    .projects-list li a {
      font-size:18px !important;
    }
  .about-wrap, .awards-block, .exciting-block {
    --gap: 63px;
}
.awards-content strong {
  font-size: 2.2rem;
}
.project-points {
  padding-right: 30px;
  margin-bottom: 62px;
  
}
}