.Customer-Support img{
  max-width:unset;
}
.Customer-Support .mobile-image{
display:none;
}
.Customer-Support .content.d-flex {
    gap: 30px;
}
.Customer-Support-inner h2 {
    font-family: Montserrat;
    font-size: 28px;
    font-weight: 700;
    line-height: 36px;
    text-align: center;
    color: #000000;
    margin: 0;
    margin-bottom: 20px;
}

.Customer-Support-inner .desc {
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
    color: #000000;
    margin: 0;
    margin-bottom: 60px;
}

.cs-left-sec.d-flex, .cs-right-sec.d-flex {
    flex-direction: column;
 
    justify-content: space-between;
    row-gap: 30px;
}


.cs-left-sec .heading,
.cs-right-sec .heading {
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
    color: #000000;
    margin: 0;
}
.cs-left-sec .heading, .cs-left-sec .desc{
    text-align: right;
}
.cs-right-sec .heading, .cs-right-sec .desc{
    text-align: left;
} 
.cs-left-sec .desc, 
.cs-right-sec .desc {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #000000;
    margin: 0;
    margin-top: 10px;
}
.box-card{
    min-height: 180px;
}
.cs-center-sec img.mobile-img {
    display: none;
}
.box-card {
    min-height: 250px;
}
@media(max-width:1180px){
    .box-card {
        min-height: 200px;
    }
    .cs-center-sec img{
        max-width: 100%;
    }
    .cs-left-sec, .cs-right-sec{
        max-width: 25%;
    }
    .cs-center-sec{
        max-width: 65%;
    }
}
@media(max-width:920px){
    .cs-center-sec{
        display: none;
    }
  .cs-left-sec .desc, .cs-right-sec .desc{
    margin-top:20px;
  }
  .Customer-Support {
  padding: 0 0 55px;
}
/*   .Customer-Support .mobile-image{
    display:block;
} */
    .content.d-flex {
        justify-content: center;
        align-items: center;
        flex-direction: column;
        row-gap: 30px;
    }
    .cs-left-sec.d-flex, .cs-right-sec.d-flex {
        flex-direction: column;
        justify-content: space-between;
        row-gap: 30px;
        max-width: 100%;
    }
  .cs-left-sec .heading,.cs-right-sec .heading{
    padding-left:45px;
    position: relative;
}
.cs-left-sec .heading:before ,.cs-right-sec .heading:before {
    position: absolute;
/*     content:"1"; */
    left: -5px;
    top: -7px;
    padding: 5px 15px;
    background: linear-gradient(95.75deg, #0A7DBB -2.36%, #429E6E 100.92%);
    border-radius:10px;
    color:#fff;
}

    .cs-left-sec .heading, .cs-left-sec .desc,.cs-right-sec .heading, .cs-right-sec .desc {
        text-align: left;
    }
  
    .box-card {
        min-height: 0;
    }
}

/* ✅ DARK MODE PROTECTION */
/* @media (prefers-color-scheme: dark) and (max-width: 480px) {
  .Customer-Support-inner h2,
  .Customer-Support-inner .desc,
  .cs-left-sec .heading,
  .cs-left-sec .desc,
  .cs-right-sec .heading,
  .cs-right-sec .desc {
    color: #fff !important;
  }
} */

/* Dark mode fix ONLY for Safari/WebKit (like iPhone Google/Safari app) */
/* @supports (-webkit-touch-callout: none) { */
/*   @media (prefers-color-scheme: dark) {
  .Customer-Support-inner h2,
  .Customer-Support-inner .desc,
  .cs-left-sec .heading,
  .cs-left-sec .desc,
  .cs-right-sec .heading,
  .cs-right-sec .desc {
      color: #ffffff !important; /* force white text */
/*      }
  }
}  */ 

