*,h1{
  font-family: "Inter", serif !important;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button,
input[type="number"] { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}
input[type="number"] {
  -moz-appearance: textfield;
}
html {
scroll-behavior: smooth;
}
.banner{
  margin-top: 75px;
  padding:50px 0;
  background-color: #000000;
}
.banner h1{
  font-weight: 700;
  font-size:32px;
  margin-bottom: 0;
  color: #ffffff;
  max-width:780px;
}
.banner.w-style h1{
  max-width: 1120px;
}
.img-title{
  width: 200px;
  margin-bottom: 42px;
}

.case-study-block h3{
margin-bottom: 24px;
font-weight: 600;
color: #1C1E55;
font-size: 16px;
}
.hisense-details h2{
  font-size: 30px;
  color: #1B1E55;
  line-height: 1.2;
  font-weight:500;
}
.contact-head h2 .color-info {
  color: #E7313D;
}
.contact-head h2 {

  font-family: "Inter", serif !important;
  color: #000;
  font-size: 24px;
  font-weight: 700;
  line-height: 125%;
  margin-bottom: 13px;
  letter-spacing: 0;
}
.all-content-hisense{
  border-bottom: 1px solid;
  border-image: linear-gradient(90deg, #347AD8, #D47DE6, #659DA4, #D0C724) 1;
}
.case-study p, .challenge-point li{
  color: #1C1E55;
  margin-bottom: 24px;
  font-size:17px;
}
.challenge-point li:last-child{
  margin-bottom: 0;
}
.challenge-point{
  padding-left: 30px;
  list-style-type: disc;
}
.case-study{
  max-width: 974px;
  width: 100%;
  padding: 40px 0 0;
}
.case-study-block{
  background-color: #E1EFFE;
  padding: 40px;
  display: none;
}
article.case-study h3, article.case-study h4{
  margin-bottom: 24px;
  color: #1C1E55;
  font-weight:500;
}
.challenge-point li{
font-weight: 400;
line-height:1.38;
}
.challenge-point strong, .introduction strong{
font-weight: 600;
}
.case-study-block>ul{
  display: flex;
  flex-direction: column;
  gap: 17px;
  
}
.case-study-block>ul li{
position: relative;
}
.case-study-block ul ul{
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 10px;
  list-style-type: disc;
  padding-left: 18px;
}
.case-study-block>ul a{
  color: #1C1E55;
  font-size: 16px;
  line-height: 1.3;
}
.case-study-block>ul a:hover{
text-decoration: underline;
}
.challenge{
  padding:30px 0;
}
.color-palate{
  background-color: #F6F6F8;
  padding: 20px;
  margin-bottom:45px;
}
.color-block{
  margin-bottom: 32px;
}
.color-details{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  height: 80px;
  color: #ffffff;
  font-size: 18px;
}
.color-details_1{
  background-color: #00A9A6;
}
.color-details_2{
  background-color: #0CD7D3;
}
.color-details_3{
  background-color: #000000;
}
.color-details_4{
  background-color: #1D1D1F;
}
.color-details_5{
  background-color: #747C8A;
}
.color-details_6{
  background-color: #A9D8D6;
}


.solution{
  padding-top:30px;
}
#overview,#challenge,#solution,#ui,#wordpress,#technology,#result,#platformmobile,#aiPowered,#conclusion{
scroll-margin-top: 80px;
}
.project_info h2{
font-size: 23px !important;
}





/* ecommercec start */

.ecommerce-promo {
  background-color: #f8f9fc;
  padding:25px 15px;
}
.promo-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  gap: 25px;
}
.promo-content h2 {
  color: #1a237e;
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom:12px;
  line-height: 1.2;
}
.promo-content p {
  color: #4a5568;
  margin-bottom:35px;
  line-height: 1.6;
}
.cta-button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  background-color: #E02424;
  color: white;
  padding: 10px 18px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  transition: background-color 0.3s ease;
}

.cta-button:hover {
  background-color: #b91c1c;
}

.arrow-icon {
  flex: none;
  background: url("../images/for-arrow.webp") no-repeat center;
  width: 23px;
  height: 10px;
}

.promo-image {
  flex: 1;
  max-width: 324px;
  /* height: 290px; */
}

.promo-image img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  object-fit: cover;
}

/* ecommerce ends */

.tags{
  margin-bottom:48px;
}
.typography{
  background-color: #F6F6F8;
  padding: 20px;
  margin-bottom: 40px;
}
.font-name{
  padding:20px 15px;
  background-color: #232323;
  display: inline-block;
  margin-bottom:30px;
}
.font-name span{
  font-size:22px;
  color: #ffffff;
  font-weight: 800;
  line-height:1.16;
}
section.typography h4{
  margin-bottom: 36px;
}

.solution .solution-item{
  margin-bottom: 40px;
}


.font-weights {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  margin-top: 2rem;
}
.font-sample {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.font-sample span{
  color:#1C1E55;
  font-size:48px;
  line-height: 1;
}
.font-sample .fz-weight{
  font-size:26px;
}
.font-bold span{
 font-weight: bold;
}
.font-medium span{
  font-weight: 600;
}
.font-regular span{
  font-weight: 400;
}
.weight-label {
  color: #1a237e;
  font-size: 36px;
}
.wordpress-development .wordpress_image{
  width: 100%;
  object-fit: cover;
}
.wordpress-development{
  margin-bottom: 40px;
}
.tech-list{
  display: flex;
  flex-wrap: wrap;
  gap:15px;
  justify-content: space-between;
}
.tech-blog{
  width:100px;
  height:100px;
  background-color: #F6F6F8;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom:11px;
}
.tech-blog img {
  width: 59px;
}
.tech-name{
  display: block;
  color:#1E429F;
  font-size: 14px;
  font-weight: 500;
 text-align: center;
}
.technology-block{
  padding: 46px 0;
}
.result-block{
  margin-bottom:40px;
}
.result-block ul li{
  margin-bottom: 14px;
}
.result-block ul{
  list-style-type: disc;
}
.contact-form-led .form-wrap{
  padding: 40px;
  background-color: #F6F6F8;
}
.contact-form-led .form-wrap h2{
  margin-bottom: 64px;
}
 .form-block input,  .form-block textarea{
  font-size: 16px;
  font-weight: 500;
  background-color: transparent;
  border: none;
  padding: 10px;
  width: 100%;
}
.form-block input:focus, .form-block textarea:focus{
  outline: none;
}
.form-block input::placeholder,.form-block textarea::placeholder{
  color: #1B1E55;
  font-weight: 500;
}
.form-block textarea{
  min-height: 144px;
}
.form-wrap .form-block{
  margin-bottom: 40px;
}
.contact-form-led .form-wrap .form-block{
  border-bottom: 1px solid #E5E7EB;
}
#service_form .form-block:has(.error){
  border-color:#E02424;
}
.contact-form-btn,.case-btn{
  padding: 14px 18px;
  background-color: #E02424;
  display:inline-flex;
  align-items: center;
  gap: 10px;
  border-radius: 8px;
  border: none;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
}
.project-delivered-block{
  padding: 64px 0 96px;
}
.project-delivered-block .case-details-head{
  color: #9CA3AF;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px;
  display: inline-block;
  text-transform: uppercase;
}

.project_info .case-details-head{
  margin-bottom: 16px;
}
.project-delivered-block p{
  margin-bottom: 40px;
  max-width: 540px;
}
.project-detatils-info .project-card .img-wrap{
  margin-bottom: 40px;
}
.project-detatils-info .project-card .img-wrap img{
  width: 100%;
  object-fit: cover;
}
.project-detatils-info{
  display: flex;
  flex-direction: column;
  gap: 36px;
}
.tags {
  display: flex;
  flex-wrap: wrap;
  gap:10px;
}
.tag {
  color:#1E429F;
  font-size: 14px;
  font-weight: 500;
  background-color: #E1EFFE;
  border-radius: 4px;
  padding: 5px 12px;
  display: inline-block;
}
.cta-button:hover,.contact-form-btn:hover,.case-btn:hover{
  background-color: #ffffff;
  color: #E02424;
}
.cta-button:hover .arrow-icon,.contact-form-btn:hover .arrow-icon,.case-btn:hover .arrow-icon{
  filter: brightness(0) saturate(100%) invert(15%) sepia(55%) saturate(6913%) hue-rotate(357deg) brightness(105%) contrast(77%);
}
.cta-button,.contact-form-btn,.case-btn{
  border: 1px solid #E02424;
  transition: all 0.3s !important;
}
  .tab-container.mob-tab{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  }
  .tab-container {
  overflow-x: auto;
  white-space: nowrap;
  transition: all 0.3s ease-in-out;
  }
  
  .tabs {
  display: inline-block;
  display: flex;
  }
  
  .tab {
  /* width: 240px; */
  height: 50px;
  /* flex: 0 0 240px; */
  width: 100%;
  line-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f0f0f0;
  cursor: pointer;
  transition: background-color 0.3s;
  padding: 10px 15px;
  font-size: 12px;
  }
  .tab.active{
  background-color: #1B1E55 !important;
  color: #ffffff;
  }
  
  .tab:hover {
  background-color: #e0e0e0;
  }
  
  .typography.platform-2{
  padding: 0;
  background-color: transparent;
  margin-bottom: 40px;
  }
  .wordpress-development-wrap{
  margin-bottom: 51px;
  }
  .promo-container-block h2{
  margin-bottom: 56px;
  }
  .result-block-wrap{
  margin-top: 53px;
  /* margin-bottom: 47px; */
  }
  .case-study-block ul{
  list-style-type: none;
  }
  .case-study-block ul .nested_list::before{
  content: "";
  position: absolute;
  top: 8px;
  left: -12px;
  background-color: #1C1E55;
  width: 6px;
  height: 1px;
  }
  .weight-label{
    font-size: 30px;
  }
  .contact-form-led .form-wrap{
    padding: 20px;
  }
  .project-delivered-block{
    padding: 40px 0;
  }
  .contact-main{
    margin-top: 0;
  }

  @media all and (min-width:414px){
    .tech-list{
      gap: 30px 42px;
    }
  }
@media all and (min-width:768px){
  .contact-head h2 {
    font-size: 36px;
  }
  .banner{
      padding: 60px 0;
  }
  .banner h1{
    font-size:40px;
}
  .technology-block{
      padding:50px 0;
    }
    .promo-content h2 {
      font-size: 2rem;
    }
    .hisense-details h2{
      font-size:36px;
  }
    .color-block{
      display:flex;
  }
 .color-details{
      height: 108px;
      flex: 1;
  }
    .project-detatils-info{
      flex-direction: row;
    }
    .project-detatils-info .project-card{
      flex: 1;
    }
    .font-weights {
      flex-direction: row;
    }
  .challenge{
      padding:30px 0 55px;
  }
  .solution{
      padding-top: 48px;
  }

  .banner{
      background: url("../images/hisense-bg.webp") no-repeat center;
      background-size: cover;
      background-color: none;
    }
    .tech-list {
      gap: 30px 22px;
    }
    
}
@media all and (min-width:992px){
  p{
    line-height:1.5;
  }
  .banner{
      padding: 60px 0;
  }
  .img-title{
    width:auto;
  }
    .promo-container.promo-container-block{
      flex-direction: column-reverse;
    }
    .promo-content{
      display: unset;
    }
    .hisense-details{
      padding: 65px 0 10px;
    }
    .project-detatils-info{
      gap: 56px;
    }
    .project_info{
      max-width: 522px;
    }
    .font-weights{
      gap: 50px;
    }
    .all-content-hisense{
      display:flex;
      align-items: flex-start;
      padding-bottom: 50px;
    }
   .case-study-block{
      display: block;
      flex: none;
      width: 278px;
      position: sticky;
      top:85px;
  }
  .case-study{
    width:calc(100% - 280px);
    padding-left: 60px;
    max-width: none;
  }
  .tab-container.mob-tab{
    display: none;
  }
  .case-study-block>ul li.active::after{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    left: 100%;
    width: 80px;
    height: 1px;
    background-color: #1C1E55;
  }
  .case-study-block>ul li.active::before{
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    left: calc(100% + 80px);
    top: 0;
    bottom: 0;
    margin: auto 0;
    background-color: #1C1E55
  }
  .case-study-block>ul .solution_li::after{
    top: 5px !important;
    bottom: unset !important;
    margin: unset !important;
  }
  .nested_list{
    margin-left: 20px;
    position: relative;
  }
  .case-study-block>ul .solution_li::before{
    top: 1px !important;
    bottom: unset !important;
    margin: unset !important;
  }

}
@media all and (min-width:1200px){
  .banner{
      padding:100px 0;
      margin-top: 65px;
  }
  .banner h1 {
    font-size: 48px;
  }
  .img-title {
    margin-bottom: 40px;
  }
  .case-study{
    padding:0 20px 0 90px;
  }
  .font-weights{
      gap: 113px;
  }
  .font-sample span{
    font-size: 80px;
  }
  .font-sample .fz-weight {
    font-size: 30px;
  }
  .promo-container{
    flex-direction: row;
  }
  .promo-content{
  width:calc(100% - 220px);
  }
  .promo-image{
    width:220px;
  }
  .result-block{
    margin-bottom: 0;
  }
  .result-block-wrap{
    margin-bottom: 40PX;
  }
}
@media all and (min-width:1366px){
  .contact-head h2 {
    font-size: 40px;
    margin-bottom: 25px;
  }
.promo-container.promo-container-block{
  flex-direction: row;
}
.challenge {
  padding: 30px 0 36px;
}
.color-palate,.typography,.ecommerce-promo{
  padding:30px 25px
}
.promo-content {
  width: calc(100% - 270px);
  padding-right:60px;
}
.promo-image {
  width: 270px;
}
.tech-list{
  justify-content: flex-start;
}
.hisense-details h2,article.case-study h3, article.case-study h4{
  letter-spacing: normal;
}
.color-details{
  font-weight: 700;
}
}
@media all and (min-width:1680px){
  .hisense-details .container {
    max-width: 1387px;
  }
  .banner h1 {
    font-size: 64px;
    max-width:1010px;
  }
  .case-study p, .challenge-point li{
    font-size: 18px;
    line-height: 156%;
  }
  .hisense-details h2{
    font-size: 40px;
  }
  article.case-study h3, article.case-study h4{
    font-size:2.4rem;
  }
  .color-palate, .typography, .ecommerce-promo {
    padding: 40px 35px;
  }
  .color-details{
    font-size:2rem;
  }
  .font-name {
    padding: 29px 20px;
  }
  .font-name span{
    font-size: 3.6rem;
  }
  .font-sample span {
    font-size:128px;
  }
  .font-sample .fz-weight {
    font-size:36px;
  }
  .all-content-hisense{
    padding-bottom:65px;
  }
  .project-delivered-block{
    padding: 50px 0 20px;
  }
  .promo-content {
    width: calc(100% - 340px);
  }
  .promo-image {
    width: 340px;
  }
  .tech-blog {
    width: 124px;
    height: 124px;
  }

}

