html {
  scroll-behavior: smooth;
}
/* company-brands */
.company-brands {
    padding: 30px 0 0;
    position: relative;
}
.brands-wrapper {
  
    padding: 0 0 41px;
}
.brands-title {
    color: #14151B;
    font-size: 1.8rem;
    text-align: center;
    display: block;
    margin-bottom: 27px;
}
.logos-wrap img,.logos-wrap svg {
    width: 160px;
    height: 66px
}
/* company-brands close*/
/* project-delivery */
.project-delivery {
  padding: 40px 0px 80px;
    background-color: #F2F2F3;
  }

  .project-delivery h2 {
    text-align: center;
    margin-bottom: 30px;
  }

  .projects-grid {
    display: grid;
    gap: 30px;
    grid-template-columns: 1fr;
  }

  .project-card {
    background-color: #F6F6F8;
    border-radius: 14px;
    padding: 24px;
  }

  .project-image {
    margin-bottom: 24px;
  }

  .project-image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
  }

  .project-card h3 {
    font-weight: 600;
    font-size: 2.5rem;
    margin-bottom: 12px;
    color: #1B1E55;
  }

  .project-card p {
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.3;
    color: #1B1E55;
    margin-bottom: 24px;
  }

  .explore-btn {
    display: inline-flex;
    align-items: center;
    padding: 12px 24px;
    background: #e41e31;
    color: white;
    text-decoration: none;
    border-radius: 6px;
    font-family: Inter, sans-serif;
    font-weight: 500;
    width: 20%;
    font-size: 16px;
    transition: background-color 0.3s ease;
  }
 
  .explore-btn:hover {
    background: #c41929;
  }

  .projects-grid .slick-dots {
    list-style: none;
    margin: 0 auto;
    text-align: center;
    position: absolute;
    bottom: -37px;
    left: 0;
    right: 0;
}
.projects-grid .slick-dots li {
    display: inline-block;
    margin: 0 3px;
}
.projects-grid .slick-dots li button {
    transition: background-color 0.2s ease-in-out;
    border: none;
    padding: 0;
    color: transparent;
    width: 10px;
    height: 10px;
    background-color: #D9D9D9;
    margin-right: 10px;
    border-radius: 50%;
}
.projects-grid .slick-dots li.slick-active button, .link-highlight {
    background-color: #1B1E55;
}
.projects-grid .slick-dots li button {
    width: 12px;
    height: 12px;
    margin-right: 3px;
}
/* project-delivery close*/



/* service-section style*/
.service-section {
  padding: 50px 0;
  position: relative;
  background-color: #fff;
}
.service-subtitle {
  max-width: 979px;
  margin: 0 auto;
}
.service-subtitle a{
  text-decoration:underline;
}
.service-content-wrap {
  text-align: center;
  max-width: 1000px;
  margin:0 auto 40px;
}
.service-wrap {
  flex-wrap: wrap;
  gap: 30px;
}
.service-development {
  background-color: #fff;
  padding: 25px 15px;
  border: 1px solid #1B1E5524;
  border-radius: 4px;
  transition: 0.3s;
}
.service-development p a{ 
  color: #1b1e55;
  text-decoration: underline;
  display: inline;   
}
.service-development:hover p a{
  color: #ffff;
}
.why-choose-block .service-development p a{ 
  color: #fff;
  display: inline;
  text-decoration: underline;
  transition: .3s all;  
}
.service-development p a:hover{
  text-decoration: none;
  }
.events-images{
padding: 0 !important;
display: contents;
border: none;
}
.why-choose-block
figure {
width: 100%;
height: 100%;
}
.why-choose-block
figure img{
width: 100%;
height: 100%;
object-fit: cover;
}
.solutions-section h2 {
  max-width: 712px;
  margin: 0 auto;
}
/* service-section style end*/
/* service-cta-section  style */
.service-cta-section {
  margin-bottom: 40px;
}
.service-cta {
  display: flex;
  justify-content: space-between;
  padding: 30px 15px;
  background-color: #1B1E55;
  position: relative;
}
.cta-image {
  width: 100px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.service-cta h2,.service-cta p{
color: #fff;
}
.cta-content p{
font-size: 400;
}
.cta-content h2{
font-weight: 700;
}
.cta-content {
  max-width: 870px;
  text-align: center;
    margin: 0 auto;
}
.cta-content .btn-global {
  font-size: 14px;
  padding: 18px 12px;
}

/* service-cta-section style end*/
/* service-Platform style*/
.tools-head {
  margin-bottom: 35px;
}
.platform-sec-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.platform-sec-logo {
  width: 47%;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #F2F2F3;
}
.platform-sec-img {
  text-align: center;
  margin-bottom: 8px;
}
.platform-sec-logo strong {
  font-size: 1.6rem;
  color: #1B1E55;
  transition: all 0.4s linear;
  text-align: center;
}
/* service-Platform style end*/
/* why-choose-block */
.why-choose-block{
  background-color: #F2F2F3;
}
.why-choose-block h2{
  max-width: 878px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.why-choose-block .service-subtitle{
  max-width: 870px;
}
.why-choose-block .service-development{
  background-color:#1B1E55;
}
.why-choose-block .service-development h3{
color: #fff;
}
.why-choose-block .service-development p{
  color: #fff;
}
/* why-choose-block end*/
.tech-development {
  padding: 60px 20px;
  max-width: 1400px;
  margin: 0 auto;
}
.tech-content {
text-align: center;
margin-bottom: 50px;
}

.tech-content p{
  max-width: 809px;
  margin: 0 auto;
}
.tech-table {
  border-top: 1px solid #B6B7C9;
border-bottom: none;
  overflow: hidden;
  margin-bottom: 40px;
  position: relative;
  transition: 0.3s all;
}
.tech-table::after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 37px;
  width: 100%;
  background-color: #ffffff;
    opacity: 0.9;

}
.tech-row.header-row{
    border-bottom: 1px solid #B6B7C9;
}
.tech-row {
  display: flex;
  flex-wrap: nowrap;
  border-left: 1px solid #B6B7C9;
    border-right: 1px solid #B6B7C9;
}
.last-row#text {
  border-bottom: 1px solid #B6B7C9;
}
.expanded.tech-table::after{
display: none;
}
.tech-cell h3 {
font-size: 1.6rem;
color: #1B1E55;
text-align: center;
margin: 0;
}
.tech-cell {
  flex: 1;
  padding: 20px 15px;
  border-right: 1px solid #B6B7C9;
  min-width: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.tech-cell:last-child {
  border-right: none;
}

.tech-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.tech-icon {
  width: 48px;
  height: 48px;
  margin: 0 auto;
  object-fit: contain;
}

.tech-item span {
  font-size: 1.6rem;
  color:  #14151B;
  text-align: center;
}

.see-more {
  display: flex;
  align-items: center;
    margin: 0 auto;
    padding: 10px 24px;
    background: none;
    border: 1px solid #E5E7EB;
    border-radius: 4px;
    color: #E02424;
    font-weight: 600;
    cursor: pointer;
    font-size: 1.6rem;
    transition: all 0.3s ease;
}
.see-more:after {
  content: "";
  background: url(/assets-style/images/seen-more-btn.svg) no-repeat;
  width: 12px;
  height: 14px;
  margin-left: 8px;
  transition: .4s linear;
}
.see-more:focus{
  border: 1px solid #E5E7EB !important  ;
}
.see-more:hover:after{
  filter: brightness(0) invert(1);
} 
button.see-more.active:after {
  rotate: 180deg;
} 

.see-more:hover {
  background: #E02424;
  color: #fff;
}
.tech-table #text{
  display: none;
}
.tech-table.expanded #text{
  display: flex !important;
  transition: 0.3s all;
  transition-delay: 1s;
}
.models-logo {
  display: block;
  margin-bottom: 30px;
}



.process-section h2 {
  text-align: center;
  max-width: 633px;
  margin: 0 auto;
  margin-bottom: 70px;
}
.step {
  text-align: center;
  margin-bottom: 108px;
}
.step-content {
  /* width: 30%; */
  position: relative;
}
.step-content h3 a{
  text-decoration: underline;
  transition: 0.3s all;
}
.step-content h3 a:hover{
  text-decoration: none;
}
/* .step-content p {
  max-width: 657px;
  margin: 0 auto;
} */
.step-content::after {
  position: absolute;
  content: "";
  height: 77px;
  width: 1px;
  bottom: -104px;
  height: calc(100% + 21px);
  background: linear-gradient(90deg, #1B1E55 5px, transparent 5px) repeat-x, linear-gradient(180deg, #1B1E55 5px, transparent 5px) repeat-y, linear-gradient(90deg, #1B1E55 5px, transparent 5px) repeat-x bottom, linear-gradient(180deg, #1B1E55 5px, transparent 5px) repeat-y right;
  background-size: 28px 15px;
  width: 4px;
  height: 98px;
}
.process-wrapper {
  position: relative;
}

.step.step-1 {
  /* padding-left: 230px; */
}
.step.step-5 {
  /* margin-top: 46px;
  padding-left: 221px; */
}
/* industries-section style*/
/* testimonial-section */
.testimonial-section {
  padding: 40px 0;
}
.section-head {
  max-width: 945px;
  width: 100%;
  margin: 0 auto 50px;
}
.section-title {
  margin-bottom: 28px;
}
.section-subtitle {
  margin: 0 auto;
  margin-bottom: 20px;
  max-width: 830px;
}
.text-link {
  color: #e02424;
  font-size: 1.6rem;
    font-weight: 600;
}
.text-link:after {
  content: "";
  background: url(../images/_right_arrow.svg) no-repeat;
  width: 15px;
  height: 13px;
  display: inline-block;
  margin-left: 6px;
  transition: .5s linear;
}
.text-link:hover:after {
  transform: translateX(6px);
}
.testimonial-wrap {
  margin-bottom: 35px;
  border-radius: 4px;
}
.benefits-slides .slick-arrow {
  position: absolute;
  top: 100%;
  background-color: #1B1E55;
  width: 37px;
  height: 38px;
  margin-top: 10px;
  font-size: 0;
  z-index: 2;
  margin: 0 auto;
  left: -108px;
  right: 0;
  border-radius: 50%;
  margin-top: 35px;
}
.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: 4px;
  top: 7px;
  transition: 0.3s ease-in;
  transform: rotate(320deg);
}
.benefits-slides .slick-next {
  right: -153px;
}
.benefits-slides .slick-disabled::after {
  border: solid #9CA3AF;
  border-width: 2px 0 0 2px;
}
.benefits-slides .slick-next:after {
  content: "";
  display: inline-block;
  border: solid #fff;
  border-width: 2px 0 0 2px;
  left: 100%;
  z-index: 1;
  padding: 4px;
  top: 7px;
  transition: 0.3s ease-in;
  transform: rotate(134deg);
}
.testimonial-box {
  padding: 25px 15px;
  position: relative;
  background-color: #f9fafb;
}
.user-name {
  font-size: 1.6rem;
  font-weight: 500;
  width: 100%;
  margin-bottom: 9px;
}
.user-info{
  font-size: 1.4rem;
}
.speakers {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.21;
  display: block;
  margin-bottom: 28px;
}
/* testimonial-section close*/
.industries-section {
  padding: 45px 0;
}
.industries-head {
  text-align: center;
  margin:0 auto 30px;
  max-width: 900px;
}
.industries-head p {
  max-width: 665px;
  margin: 0 auto;
}
.industries {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
}
.industries-logo {
  width: 48%;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: 1px solid #1B1E55;
  border-radius: 4px;
  transition: 0.3s all;
}
.industries-img {
  text-align: center;
  margin-bottom: 15px;
}
.industries-logo strong {
  font-size: 1.6rem;
  color: #14151b;
}
.user-detail {
  padding-top: 10px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}
.user-wrap {
  display: flex
;
  align-items: center;
}
.user-pic {
  width: 38px;
  height: 38px;
  border-radius: 50%;
}
.user-ex {
  width: calc(100% - 38px);
  padding-left: 20px;
}
.width-auto {
  width: auto;
}
/* industries-section style end*/
.contact-main{
 
  padding:24px 0;
}
.container_fluid{
    max-width:1240px;
    width:100%;
    margin:0 auto;
    padding:0 20px;
}
.contact-head{
  text-align: center;
  margin-bottom:26px;
}
h1{
  color:#000;
  font-size:24px;
  font-weight: 700;
  line-height:125%;
  margin-bottom:13px;
}
.contact-head p{
  color:#1B1E55;
  font-size: 14px;
  font-weight: 500;
  line-height:1.3;
}
.color-info{
  color:#E7313D;
}
.contact-row h3{
    font-size:20px;
    font-weight: 700;
    margin-bottom:24px;
    line-height: 1.5;
    letter-spacing: normal;
}
.contact-form-wrap,.consultation-wrap{
    padding:19px 15px;
   border-radius:16px;
}
.contact-form-wrap{
  background-color:#1B1E55;
  margin-bottom:26px;
}
.contact-form-wrap h3{
  color:#fff;
}
.form-list {
    position: relative;
    margin-bottom: 16px;
  }
  .full-width,#form1comments{
    width: 100% !important;
  }
.form-control {
    font-family: "Inter", sans-serif;
    border:none;
    border-radius:4px;
    padding: 12px 12px 12px 16px;
    font-weight:500;
    font-size: 1.4rem;
    letter-spacing: -0.5px;
    color: #14151b;
    transition: all .3s ease;
    width: 100%;
   background-color:#fff;
  }
  .form-control:focus{
    outline:0;
  }
  .iti{
    width:100%;
  }
  .form-group label{
    color:#fff;
    font-size: 16px;
    display: block !important;
  }
  
  .file-drop-area.is-active {
    background-color:#fff;
}
  #form1comments{
    min-height:84px;
  }
  .custom-select {
    position: relative;
  }
  .select-selected {
    padding: 12px 12px 12px 16px;
    font-weight: 500;
    font-size: 1.4rem;
    cursor: pointer;
    user-select: none;
    width: 100%;
    letter-spacing: -0.5px;
    position: relative;
    border-radius:4px;
    color: rgba(28, 30, 85,0.7);
     background-color: #fff;
  }
  .select-selected:after {
    position: absolute;
    content: "";
    display: inline-block;
    border: solid #bdb6b8;
    border-width: 0 2px 2px 0;
    right: 24px;
    z-index: 1;
    padding: 4px;
    top:50%;
    transition: .3s ease-in;
    transform: rotate(45deg) translateY(-50%);
}
.select-items div {
    border: none;
    border-radius: 0;
    font-size: 16px;
    padding: 15px;
  }
  .select-items div, .select-selected {
    cursor: pointer;
    user-select: none;
  }
  .same-as-selected, .select-items div:hover {
    background-color: rgba(0, 0, 0, .1);
  }
  .select-items {
    position: absolute;
    background-color: #fff;
    top: 100%;
    left: 0;
    right: 0;
    height: 200px;
    overflow: auto;
    z-index: 99;
    border: 1px solid #d8d4d6;
  }
  .country-field .input-name {
    left: 60px;
  }
  .tooltip-box {
    color: #f90e1e;
    font-size:1.4rem;
    display: none;
    padding-top: 6px;
  }
  .file-drop-area{
    margin-bottom: 0;
    cursor: pointer;
    position: relative;
    padding: 12px 12px 12px 16px !important;
  }
  .file-drop-area:after{
    content:"";
    position:absolute;
    right:19px;
    top:50%;
    width:18px;
    height:19px;
    pointer-events:none;
    transform: translateY(-50%);
    background:url("../images/upload.svg") no-repeat;
  }
  .fake-btn{
    border: none;
    font-size: 14px;
    color: #BBBBCC;
    padding: 0;
    letter-spacing: -0.5px;
    font-weight: 500;
  }
  .consultation-btn{
    color:#fff;
    font-size: 16px;
    font-weight: bold;
    background-color:#E7313D;
    border-radius:8px;
    padding:16px 37px;
    transition:all 0.4s linear;
  }
  .consultation-btn:after{
    content:"";
    background:url("../images/send-arrow.svg") no-repeat;
    width:22px;
    height:11px;
    margin-left: 8px;
    display: inline-block;
    transition:all 0.4s linear;
  }
  .consultation-btn:hover{
    background-color: #DF0B1AE3;
  }
  .consultation-btn:hover:after{
    transform: translateX(6px);
  }
  ::placeholder {
    color:#BBBBCC;
    opacity: 1; /* Firefox */
  }
  ::-ms-input-placeholder { /* Edge 12 -18 */
    color:#BBBBCC;
  }
  .check-wrap {
    padding-top: 10px;
    padding-left: 4px;
    margin-bottom:36px;
  }
  .consultation-wrap{
    background-color:#F6F6F8;
  }
  .consultation-wrap h3{
   color:#000;
   width: 90%;
   margin-bottom: 17px;
  }
  .consultation-detail{
    display:flex;
    margin-bottom:48px;
    align-items: center;
  }
  .consultation-img{
    width:80px;
    height:80px;
    border-radius:50%;
  }
  .consultation-intro{
    width:calc(100% - 80px);
    padding-left:12px;
  }
  .consultation-name{
    display: block;
    color:#000;
    font-size: 20px;
    font-weight: 700;
    line-height:1.06;
    margin-bottom:9px;
    letter-spacing: -0.6px;
  }
  .consultation-position{
    font-size: 14px;
    letter-spacing: -0.6px;
  }
  .direct-contact-list li{
   background-color: #fff;
   padding: 11px 20px 10px 10px;
   margin-bottom:23px;
   border:1px solid #E5E7EB;
  }
  .direct-contact-list li:last-child{
    margin-bottom: 0;
  }
  .direct-contact-list li a{
    color:#000;
    font-size: 16px;
    font-weight: 700;
    display: inline-flex;
    align-items:center;
  }
  .direct-contact-list li a:hover{
    color:#e01321;
  }
  .direct-contact-list li svg{
    width:40px;
    height:40px;
    margin-right: 16px;
  }
  .link-btn{
    font-size: 16px;
    font-weight: 600;
    color:#e01321;;
  }
  .link-btn:after{
    content:"";
    background:url("../images/_right_arrow.svg") no-repeat;
    width:15px;
    height:13px;
    display:inline-block;
    transform:translateX(5px);
    vertical-align: middle;
    transition:.5s linear
  }
  .link-btn:hover:after{
    transform:translateX(10px);
  }
  /* Vision */
  .vision-wrapper{
    padding:25px 0;
  }
  .vision-head{
    text-align: center;
    margin-bottom:25px;
  }
  .vision-head h2{
  color:#1B1E55;
  font-size:24px;
  font-weight: 600;
  line-height:125%;
  margin-bottom:11px;
  }
.vision-head p{
    color:#1B1E55;
  font-size: 16px;
  font-weight: 500;
}
.vision-row{
    background-color:#F9FAFB;
    padding:23px 15px 32px;
    border-radius: 4px;
}
.rating-view{
  margin-bottom:36px;
}
.rating-view p{
  color:#1B1E55;
  font-size:20px;
  line-height:140%;
  margin-bottom:33px;
  font-weight: 600;
}
.testimonial-view{
  position: relative;
}
.right-border{
  position: absolute;
  width:100%;
  height:1px;
  top:0;
  left:0;
  background-color:#E5E7EB;
}
.right-border:after,.right-border:before{
  content:"";
  width:11px;
  height:11px;
  border-radius:50%;
  position:absolute;
  left:0;
  top:50%;
  transform:translateY(-50%);
  background-color:#E5E7EB;
}
.right-border:before{
 left:auto;
 right:0;
}
.rating-slider {
  position: relative;
  width:278px;
  height:104px;
}
.rating-slider figure {
  position: absolute;
  background: #fff;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width:278px;
  opacity: 0;
  animation-name: fade;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  -webkit-animation-name: fade;
  -webkit-animation-duration: 12s;
  -webkit-animation-iteration-count: infinite
}
@keyframes fade {
  0% {
      opacity: 0
  }
  1% {
      opacity: 1
  }
  18% {
      opacity: 1
  }
  24% {
      opacity: 0
  }
  50% {
      opacity: 0
  }
  100% {
      opacity: 0
  }
}
.rating-slider em {
  position: relative;
  top: 50%;
  transform: translateY(-50%)
}
.rating-slider figure:nth-child(1) {
  animation-delay: 0s
}
.rating-slider figure:nth-child(2) {
  animation-delay: 2s
}
.rating-slider figure:nth-child(3) {
  animation-delay: 4s
}
.rating-slider figure:nth-child(4) {
  animation-delay: 6s
}
.rating-slider figure:nth-child(5) {
  animation-delay: 8s
}
.rating-slider figure:nth-child(6) {
  animation-delay: 10s
}
.testimonial-block.user-block {
  padding-top:38px;
}
.user-title{
  font-size: 20px;
  font-weight: 600;
  line-height:1.3;
  margin-bottom:14px;
}
.user-speak {
  margin-bottom:24px;
}
.user-speak p{
  color:#1B1E55;
  font-size: 16px;
  line-height: 150%;
  margin-bottom:24px;
}
.user-speak p:last-child{
  margin-bottom: 0;
}
.client-box{
  display:flex;
  align-items:center;
} 
.client-img{
  width: 64px;
  height: 64px;
  border-radius:50%;
  overflow:hidden;
}
.client-detail{
  margin-left:13px;
}
.client-name{
  font-size: 16px;
  font-weight: 500;
}
.client-country{
  font-size: 14px;
  display: block;
  margin-top: 6px;
}


.form-group {
  display: block;
  margin-bottom: 6px;
}
.form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.form-group label {
  position: relative;
  cursor: pointer;
}
.form-group label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #14151b;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0 -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 8px;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 12px;
  display: inline-block;
  position: relative;
}
.form-group input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 6px;
  width: 6px;
  height: 9px;
  border: solid #02789e;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.contact-form p {
  line-height: 1.3;
}
.form-group a {
  color: #e42c38;
}
.privacy-info {
  margin-top: 15px;
}
.file-size {
  margin-left: 10px;
}
.file-input {
  position: absolute;
  left: 0;
  width: 100%;
  cursor: pointer;
}
.check-wrap {
  padding-top: 2px;
  margin-bottom: 16px;
}

.file-input {
    top: 0;
    height: 100%;
    opacity: 0;
}
.form-group label::before{
  border: 1px solid #fff;
  border-radius:4px;
}
.form-group input:checked + label::after{
  border-color:#fff;
}
form .website {
  display: none;
  }
  /* Vision Close */
  /* faq */
  .faq-section {
    padding: 40px 0;
  }
  
  .faq-section h2 { 
    margin-bottom: 60px;
    text-align: center;
  }
  
  .accordion {
    width: 100%;
    gap: 16px;
    display: flex;
    flex-direction: column;
  }
  
  .accordion-item {
    background: #F6F6F8;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 16px;
  }
  
  .accordion-header {
    padding: 24px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    background: #F6F6F8;
    transition: background-color 0.3s ease;
  }
  .accordion-header h3::after {
    display: none;
  }
  .accordion-item h3 {
    font-weight: 600;
    margin: 0;
    padding-right: 20px;
    padding-left: 0;
    line-height: 1.3;
  } 
  .faq-ul{
    padding-left:24px;
  }
  .faq-ul li{
    font-size:15px;
    line-height:1.13;
    margin-bottom:12px;;
  }
  .icon, .icon_close {
    color: #fff;
    transition: transform 0.3s ease;
  }
  
  .accordion-item.active span.icon {
   display: none;
  }
  .accordion-item.active span.icon_close{
    display: flex !important;
   }
   .icon_close{
    display: none !important;
   }
  .accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
    background: #F6F6F8;
  }
  

  .accordion-item.active .accordion-content {
    max-height: 500px; /* Adjust based on content */
  }
  .accordion-header span {
    width: 60px;
    height: 26px;
}
  .accordion-content p {
    margin: 0;
    padding: 0 24px 24px 24px;
  }
  
  /* faq close */
  /* services-cos style*/
  .pricing-cards {
    display: block; /* Default: Stacked layout */
}

.card, .cta-card {
  background: #fff;
  padding: 20px;
  border-radius: 4px;
  text-align: center;
  margin-bottom: 15px;
  border: 1px solid #1B1E5524;
}
.card.last-card-box {
  background-color: #1B1E55;
}
.card.last-card-box p{
  color: #fff;
}
.card h3 {
  color: #ffffff;
  padding: 10px;
  border-radius: 4px;
  background-color: #1B1E55;
}

.card strong{
  font-weight: 500;
  margin: 25px 0 0px;
}
.services-cost {
  background-color: #F2F2F3;
  padding: 40px 0;
}
.cta-card {
    background: #101040;
    color: white;
}
.cost-content {
  text-align: center;
  margin-bottom: 30px;
}
.cost-content p {
  max-width: 813px;
  margin: 0 auto;
}
/* services-cost close*/
/* benefits-section */
.benefits-list::-webkit-scrollbar {
  width: 8px;
}

.benefits-list::-webkit-scrollbar-thumb {
  background: #1B1E55;
  border-radius: 4px;
}

.benefits-list::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.benefits-section {
  padding: 40px 0;
}
.benefits-section .benefits-title {
  text-align: center;
  display: block;
  margin-bottom: 30px;
}

.benefits-right{
padding: 0 15px;
margin-bottom: 30px;
}
.benefits-box h3 a,.benefits-box p a {
text-decoration: underline;
transition: 0.3s all;
}
.benefits-box h3 a:hover,.benefits-box p a:hover{
  text-decoration: none;
  }
.benefits-list .active {
  background-color: #FFE4E4;
  transition: color 0.3s ease;
}
.benefits-list li a {
  font-size: 1.6rem;
  font-weight: 400;
  color: #1B1E55;
  line-height: 1.2;
  padding: 15px;
  transition: color 0.3s ease;  
}




.table-wrap{
  overflow-x: auto;
  margin: 40px 0;
  padding-bottom: 8px;
}
.table-row{
  border-collapse: collapse;
}
.table-wrap th, td {
  border: 2px solid #ddd;
  text-align: center;
  padding: 20px;
  font-size: 16px;
  background-color: #fff;
  vertical-align: middle;
}
/* benefits-section close*/
@media (min-width: 320px) {
  .tech-table {
    overflow-x: auto;
  }
  .tech-development {
    padding: 40px 15px;
  }
}
@media screen and (min-width: 576px) {
  /* industries-section style*/
  .industries-logo {
      width: 32%;
  }
  /* industries-section style end*/
}
@media (min-width: 768px) {
  .banner-content .btn-global {
    padding: 22px 35px;
  }
/* project-delivery */
.project-delivery {
  padding: 80px 0px;
}
    .projects-grid {
        grid-template-columns: repeat(2, 1fr);
      }
      .project-card h3 {
        font-size: 3rem;
        margin-bottom: 15px;
      }
    
      .project-card p {
        font-size: 2rem;
      }
      .projects-grid .slick-slide{
        margin-right: 30px;
      }

/* project-delivery end*/
/* company-brands */
    .brands_wrap {
      border-right: 1px solid #1B1E5552;
    }
    .brands-title {
        font-size: 2.4rem;
        max-width: 278px;
        text-align: left;
        margin-bottom: 0;
        line-height: 1.35;
    }
    .brands-wrap {
        width: 75%;
        padding-left: 50px;
        position: absolute;
        right: 0;
        top: 19%;
    }
    .brands-wrap {
        top: 30%;
    }
    .brands-wrap.brands-slider.slick-initialized.slick-slider{
        width: 65%;
        padding-left: 50px;
        position: absolute;
        right: 0;
        top: 30%;
    }
 
    .brands-wrapper {
        display: flex
    ;
    }

/* company-brands end*/
 /* service-section style*/
 .service-section {
  padding: 60px 0;
}
.service-content-wrap {
  margin-bottom: 50px;
}
.service-wrap {
  overflow: visible;
}
.service-wrap {
  gap: 40px;
}
.service-development {
  max-width: calc(50% - 20px);
}
.events-images{
  display: block;
  }
/* service-section style end*/
.cta-content .btn-global {
  font-size: 18px;
  padding: 18px;
}
/* service-Platform style*/
.platform-sec-logo {
width: 45%;
}
.service-Platform {
padding: 50px 0;
}
.platform-sec {
display: flex;
justify-content: space-between;
align-items: center;

}
.tools-head {
width: 80%;
padding-right: 15px;
margin-bottom: 0;
}
.platform-sec-logo strong {
font-size: 1.8rem;
}
/* service-Platform style end*/
.tech-development {
  padding: 50px 20px;
}
.tech-cell {
  padding: 25px 20px;
}
/* testimonial-section */
.testimonial-section {
  padding: 50px 0;
}
.testimonial-box {
  width: 46%;
  padding: 25px;
}
.benefits-slides .slick-slide{
  margin-right: 40px;
}
.d-sm-flex {
  display: flex
;
}
.flex-wrap {
  flex-wrap: wrap;
}
.testimonial-box {
  display: flex
;
  flex-direction: column;
  justify-content: space-between;
}
/* testimonial-section close*/
/* industries-section style*/
.industries-section {
padding: 50px 0;
}
.industries-logo:hover{
  background-color: #1B1E55;
}
.industries-logo:hover img{
  filter: brightness(0) invert(1);
}
.industries-logo:hover strong {
color: #fff;
}
/* industries-section style end*/
h1{
  font-size: 36px;
 }
 .contact-main{
     padding:45px 0;
 }
 .contact-form-wrap, .consultation-wrap {
     padding: 35px 30px;
   }
   /* services-cost style*/
   .pricing-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 15px;
}
.services-cost {
  padding: 60px 0;
}
.card, .cta-card {
   width: 48%;
    margin-bottom: 0; /* Remove extra margin when in row layout */
}
.cost-content {
  margin-bottom: 60px;
}
/* services-cost close*/
/* benefits-section */
.benefits-section {
  padding: 85px 0;
}
.benefits-section .benefits-title{
  margin-bottom: 50px;
  position: sticky;
  background-color: #fff;
  top: 65px;
  z-index: 1;
  padding: 30px 0;
  max-width: 100%;
}
.benefits-box h4 {
  font-size: 18px !important;
  margin-top: 25px;
}
.benefits-wrapper {
  display: flex
;
align-items: start  ;
}
.benefits-block {
  width: 41%;
  margin-right: 50px;
  position: sticky;
  top: 180px;
}
.benefits-right {
  scroll-margin-top: 178px;
}
.benefits-content {
  width: 52%;
}
.benefits-right h2 {
  margin-bottom: 20px;
}
.benefits-right p {
  margin-bottom: 30px;
}
.benefits-list{
  max-height: 482px;
  overflow-y: scroll;
  padding-right: 25px;
}

.testimonial-box p {
  margin-bottom: 0;
  min-height: 269px;
}
.accordion-header span {
  width: 32px;
  height: 32px;
}
/* benefits-section close*/
}
@media (min-width: 992px) {
  .brands-wrap.brands-slider.slick-initialized.slick-slider {
    padding-left: 0;
}
  /* service-section style*/
  .service-development {
      max-width: calc(33.333% - 30px);
      padding: 40px;
  }
  /* service-section style end*/
  /* .why-choose-block */
  .why-choose-block .service-development{
    padding: 60px 20px 20px;
  }
    /* .why-choose-block end*/
   /* service-cta-section style */
  .service-cta-section {
      padding: 20px 0;
  }
  .service-cta {
      padding: 30px;
      align-items: center;
  }
  .service-cta {
    position: relative;
    text-align: center;
    background: url(/assets-style/images/cta_bgd.webp) no-repeat;
    background-size: cover;
    background-position: right;
}
  .cta-image {
      width: 120px;
  }
  .cta-content {
      padding-left: 50px;
      text-align: left;
      margin: inherit;
  }
  .cta-content p{
      font-size: 2rem;
      margin-bottom: 30px;
      }
       /* service-cta-section style end */
       /* service-Platform style*/
       .platform-sec-logo {
          width: 31%;
          height: 160px;
      }
       .service-Platform {
          padding: 60px 0;
      }
      /* service-Platform style end*/
      /* testimonial-section */

/* testimonial-section close*/
.contact-head{
  margin-bottom: 45px;
}
.contact-row {
  display: flex;
  justify-content: space-between;
}
.contact-form-wrap{
  width: 53.24%;
  margin-bottom: 0;
}
.consultation-wrap{
  width: 44.3%;
}
.vision-head h2{
  font-size: 30px;
}
.vision-row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:40px 30px;
}
.rating-view{
  width:36%;
  margin-bottom: 0;
}
.testimonial-block.user-block {
  padding-top:0;
}
.testimonial-view{
  width:60%;
  padding-left: 35px;
}
.right-border{
  width:1px;
  height:100%;
}
.right-border::after, .right-border::before{
  transform: translateX(-50%);
  left:50%;
  top:0;
}
.right-border::before{
  top:100%;
}
.testimonial-block .slick-dots{
  justify-content:flex-end;
}
.innovation-title h2{
  font-size:32px;
}
}
@media (min-width: 1024px) {
  /* company-brands */
    .brands-wrap.brands-slider.slick-initialized.slick-slider {
        width: 71%;
    }
    .service-grid {
      grid-template-columns: repeat(3, 1fr);
    }
    
    .section-title {
      font-size: 40px;
      line-height: 46px;
      font-weight: 600;
    }
/* company-brands end*/
/* project-delivery */

    .project-delivery {
        padding: 100px 40px;
      }

      .projects-grid {
        gap: 40px;
      }
/* project-delivery end*/
/* testimonial-section */

/* testimonial-section close*/

  }
@media (min-width: 1200px) {
  /* company-brands */
    .company-brands {
        padding: 42px 0 0;
    }
    .logos-slide {
        padding: 0 25px
    }
/* company-brands end*/
.content-wrap {
  display: flex
;
  align-items: center;
  justify-content: space-between;
}
.project-delivery {
  padding: 100px 60px 140px;
}
.slick-dots {
  bottom: -45px;
}
.projects-grid .slick-slide {
  margin-right: 40px;
}
.project-wrap{
  width: 55%;
}
/* service-section style*/
.service-wrap {
  gap: 30px;
}
.service-content-wrap {
  margin-bottom: 60px;
}
/* service-section style end*/
/* service-cta-section style */
.cta-content {
  display: block;
  padding-left: 100px;
}
/* service-cta-section style end*/
.process-section{
padding-bottom: 35px;
}
.process-wrap{
  background-image: url(/assets-style/images/process-img.png);
  object-fit: cover;
  background-repeat: no-repeat;
  position: absolute;
  width: 499px;
  height: 720px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-size: contain;
}
.step-content::after{
  display: none;
}
.step.step-1{
padding-left: 167px;
}
.step.step-2{
  margin-top: -32px;
  padding-left: 47px;
  }
  .step.step-3{
   padding-right: 104px;
    }
    .step.step-4{
     margin-top: -93px;
     padding-left: 108px;
       }
       .step.step-5{
      padding-left: 200px;
      margin-top: -30px;
          }
          .step {
            margin-bottom: 0;
          }
          .step-content {
            width: 30%;

          }

/* service-Platform style*/
.service-Platform {
  padding: 70px 0 30px;
}
.tools-head {
  width: 49%;
}
.platform-sec-img {
  margin-bottom: 20px;
}
.platform-sec-wrapper {
  width: 45%;
  gap: 15px;
}
/* service-Platform style end*/
.tech-development {
  padding: 115px 0 30px;
}
.tech-cell {
  padding:14px;
}
/* testimonial-section */
.testimonial-box {
  padding: 36px;
}
/* testimonial-section close*/
/* industries-section style*/
.industries-section {
  padding: 68px 0;
}
.industries {
  gap: 15px;
}
.industries-logo strong {
  font-size: 1.8rem;
}
/* industries-section style end*/
.form-main{
  display:flex;
  flex-wrap:wrap;
  justify-content:space-between;
}
.form-main li{
  width:48.6%;
}
.services-cost {
  padding: 100px 0;
}
.benefits-section {
  padding: 110px 0 70px;
}
.benefits-block {
  width: 40%;
}
.benefits-content {
  width: 59%;
}
.card, .cta-card {
  flex: 1;
}
}
@media (min-width: 1440px) {
  .brands-wrap.brands-slider.slick-initialized.slick-slider {
    width: 77.6%;
}
.benefits-block {
  width: 28%;
}
.benefits-content {
  width: 72%;
}
}
@media (min-width: 1220px) {
.step.step-2{
  padding-left: 77px;
  }
  .step.step-4{
    margin-top: 54px;
    }
  }
@media (min-width: 1366px) {

  /* service-section style*/
  .service-section {
    padding: 110px 0;
  } 
  /* service-section style end*/ 
   /* service-cta-section style */
  .service-cta {
      padding: 0 20px 0 30px;
  }
  .cta-image {
      width: 538px;
  }
  .cta-content {
      padding: 60px 70px;
  }
  /* service-cta-section style end*/
  /* service-Platform style*/
  .platform-sec-wrapper {
      width: 46%;
  }
/* service-Platform style end*/
/* testimonial-section */
.testimonial-section .section-head {
  max-width: 700px;
  margin-bottom: 41px;
}
.testimonial-wrap {
  margin: 43px 0 60px;
}
.testimonial-box {
  padding: 50px 30px;
}
.user-ex {
  padding-left: 10px;
  width: calc(100% - 85px);
}
.user-pic {
  width: 84px;
  height: 84px;
}
.testimonial-box p {
  margin-bottom: 0;
  line-height: 1.45;
  min-height: 182px;
}
.speakers {
  margin-bottom: 31px;
}
/* testimonial-section close*/
/* industries-section style*/
  .industries-logo {
      max-width: calc(16% - 12px);
      width: 100%;
      margin-bottom: 0;
  }
  .industries-head {
      margin-bottom: 50px;
  }
  /* industries-section style end*/
h1{
font-size: 40px;
margin-bottom: 25px;
}
.contact-head{
margin-bottom:69px;
}
.contact-head p{
font-size: 18px;
}
.contact-row h3{
font-size: 24px;
margin-bottom:21px;
}
.contact-form-wrap, .consultation-wrap{
padding:38px 39px;
}
.form-control,.select-selected{
font-size:1.6rem;
padding: 20px 12px 17px 16px;
}
.file-drop-area{
padding: 20px 12px 17px 16px !important;
}
#form1comments {
min-height: 104px;
}
.fake-btn{
font-size: 16px;
}
.check-wrap{
margin-bottom: 29px;
}
.consultation-btn{
padding: 22px 37px;
}
.consultation-position{
font-size: 16px;
}
.consultation-detail{
margin-bottom:64px;
}
.direct-contact-list li{
padding: 11px 20px 10px 14px;
}
.vision-wrapper {
padding: 7px 0;
}
.vision-head {
margin-bottom: 45px;
}
.vision-head h2 {
font-size:40px;
letter-spacing: 0.1px;
margin-bottom: 23px;
}
.benefits-right h2 {
  font-size: 25px;
}
}
@media (min-width: 1440px) {
  /* testimonial-section */
.step.step-1{
padding-left: 217px;
}
.step-1 .step-content{
padding-right: 26px;
}
.step-2 .step-content{
  padding-right: 20px;
  }
  .step-3 .step-content{
    padding-right: 26px;
    }
    .step-4 .step-content{
      padding-right: 99px;
      }
  .step.step-3{
    padding-left: 43px;
    }
    .step.step-4{
      padding-left: 15px;
      }
      .step.step-5{
        padding-left: 240px;
        }
/* testimonial-section close*/
  /* industries-section style*/
  .industries-section {
      padding: 75px 0 68px;
  }
  /* industries-section style end*/

  .benefits-right h2 {
   
    margin-bottom: 30px;
  }
}
@media (min-width: 1510px) {
  .benefits-right h2 {
    font-size: 35px;
    margin-bottom: 30px;
  }
  .benefits-list li a {
    font-size: 1.8rem;
  }
  /* company-brands */
    .brands-wrap {
        width: 70%;
        padding-left: 20px;
    }
    .project-wrap {
      width: auto;
  }
    /* company-brands end*/
    .benefits-list{
      max-height: 508px;
    }
}
@media (min-width: 1594px) {
  .brands-wrap.brands-slider.slick-initialized.slick-slider {
    width: 71.7%;
  }
  }
@media (min-width: 1920px) {
  .brands-wrap.brands-slider.slick-initialized.slick-slider {
      width: 68%;
  }
}
