.breadcrumbs {
  width: 100%;
  float: left;
  text-align: left;
  padding: 10px 0px 28px 0px;
  background: #fff;
 }
.solution-header{
background: #ffffff;
width: 100%;
float: left;
}
.solution-heading h1 {
  width: 70%;
  margin: 0 auto;
}
.card-design{
background: #ffffff;
width: 100%;
float: left;
}
.body-desc{
background: #ffffff;
width: 100%;
float: left;
}
section#tab-section {
background: #ffffff;
width: 100%;
float: left;
}
.solution-service-btn{
    text-align: center;
    /* margin-top: 120px !important; */
    margin-bottom: 22px;
  }
 .solution-service-btn a {
    text-decoration: none;
    color: #000000;
    background-color: none;
    border-radius: 30px;
    padding: 14px 24px;
    font-size: 28px;
    font-family: 'poppins-SemiBold', sans-serif !important;
font-weight: 700;
    cursor: default;
}
  /* .solution-service-btn a:hover{
  color: #fff;
  } */
  
  .solution-heading h1 {
    text-align: center;
    padding: 14px 0 !important;
    font-weight: 700;
    font-size: 35px;
    font-family: 'poppins-SemiBold', sans-serif !important;
  }
  .solution-heading p {
    text-align: center;
    padding: 0 0 40px 0 !important;
    font-size: 18px;
    font-family: "DMSans", sans-serif;
    width: 90%;
    margin: 0 auto;
    letter-spacing: 1px;
  }
  .max-services h3 {
    font-size: 32px;
    font-weight: 700;
    font-family: 'poppins-SemiBold', sans-serif !important;
font-weight: 700;
    padding-bottom: 40px;
    width: 52%;
}
  .md-border {
    border-top: 4px solid #c9c9c9;
    width: 10%;
    margin-bottom: 16px;
    margin-top: 30px;
  }
  .card1-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-evenly;
    padding: 10px 0;
  }
  .card1-head h4 {
   font-family: 'poppins-SemiBold', sans-serif !important;
font-weight: 700;
  }
  .card1-head img {
    width: 26px;
  }
  .card-image1 img {
    max-width: 100% !important;
  }
  .card-layout {
    background: #f4f4f4;
    margin-bottom: 26px;
  }
  .body-content-para p {
    text-align: center;
    padding-top: 38px;
    padding-bottom: 50px;
    font-size: 18px;
    font-family: "DMSans", sans-serif;
    letter-spacing: 1px;
}
  .lifecycle-section {
    background: url(../images/service-bg-image.png) no-repeat;
    padding-bottom: 74px;
    padding-top: 26px;
    background-size: 100% 100%;
    width: 100%;
    float: left;
}
  .lifecycle-body h2 {
    color: #fff;
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    font-family: 'poppins-SemiBold', sans-serif !important;
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .lifecycle-body p {
    color: #fff;
    text-align: center;
    font-size: 18px;
    width: 68%;
    margin: 0 auto;
    font-family: "DMSans", sans-serif; 
    padding-bottom: 24px;
    padding-top: 12px;
    letter-spacing: 1px;
  }
  .contact-info {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .contact-num {
    display: flex;
    align-items: center;
    background-color: #108ecd;
    padding: 10px 20px;
    border-radius: 20px;
    margin-right: 20px;
  }
  .contact-num p {
    color: #fff;
    font-family: "DMSans", sans-serif; 
    padding-right: 6px;
    letter-spacing: 1px;
  }
  .contact-num a {
    text-decoration: none;
    color: #fff;
    font-family: "DMSans", sans-serif; 
  }
  .contact-num a:hover {
    color: #fff;
  }
  .contact-mail a {
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    font-family: "DMSans", sans-serif; 
    letter-spacing: 1px;
  }
  .contact-mail a:hover {
    color: #fff;
  }
  
  .resp-tabs-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; /* evenly distributes items */
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    gap: 10px; /* optional spacing between items */
  }
  
  .resp-tabs-list li {
    flex: 1 1 12%; /* 8 tabs = approx 12.5%, a bit less for gap */
    text-align: center;
    background: #f0f0f0;
    padding: 15px 10px;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  
  .resp-tabs-list li.active {
    background: #007BFF;
    color: white;
  }
ul.resp-tabs-list {
    width: 100% !important;
}
.resp-tabs-list li {
    font-weight: 600;
    font-size: 13px;
    display: inline-block;
    padding: 13px 15px;
    margin: 0 4px 0 0;
    list-style: none;
    cursor: pointer;
    float: none !important;
}
ul.resp-tabs-list.hor_1 li img {
    max-width: 100%;
}
ul.resp-tabs-list.hor_1 {
    background: #ffffff !important;
    padding: 20px 0;
    display: flex;
    flex-wrap: wrap;
}
li.resp-tab-item.hor_1 {
    width: 24.5% !important;
    margin: 0 auto;
}

li.resp-tab-item.hor_1 p img {
    float: right;
    width: 30px;
}
li.resp-tab-item.hor_1 p {
    font-size: 18px;
    font-family: "poppins", sans-serif; 
    font-weight: 700;
    letter-spacing: 1px;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.tab-nav-buttons button {
    padding: 8px 16px;
    margin: 0 10px;
    background-color: #1193d4;
    color: white;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-size: 18px;
    font-family: "DMSans", sans-serif;
}

button.prev-tab:hover {
    background: transparent;
}
button.prev-tab {
    color: #333333;
    border: 1px solid #333333;
    background: transparent;
    border-radius: 24px;
}
button.next-tab {
    border-radius: 24px;
    padding: 9px 30px;
}
button.next-tab:hover {
background: #1193d4;
}
.tab-contents {
    display: none;
    transition: all 0.3s ease;
}

.tab-panel h3 {
    font-size: 30px;
    font-family: 'poppins-SemiBold', sans-serif !important;
    padding-bottom: 12px;
    font-weight: 600;
}
.tab-panel p {
    font-size: 18px;
    font-family: "DMSans", sans-serif;
    padding-top: 26px;    
}
.resp-tabs-list li.active {
    background: #f0f0f0;
    color: #333333;
}
ul.resp-tabs-list.hor_1.tab-row li p {
    font-size: 18px;
    text-align: left;
    font-family: "poppins", sans-serif; 
    letter-spacing: 1px;
    font-weight: 700;
}

.content-desc img {
    padding: 10px 32px;
}

.content-desc {
    display: flex;
    align-items: center;
    padding: 20px 30px;
    border-top: 1px solid #000;
    position: relative;
}
.resp-tabs-list li.active {
    border: 4px solid #1193d4;
    color: #333333;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 0, 0, 0.4); /* Red overlay with 40% opacity */
    z-index: 1; /* Ensure it's on top of the base div */
  }
  li.active {
    opacity: 1 !important;
}
ul.resp-tabs-list.hor_1.tab-row li {
    opacity: 0.7;
    position: relative;
}
ul.datainsight-points {
  font-family: "DMSans", sans-serif;
  font-size: 18px;
  padding-top: 16px;
  padding-left: 18px;
}
.card-subhead {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 12px;
}
.card-subhead img {
  width: 30px;
}
li.active .card-subhead img {
  transform: rotate(-90deg) !important;
  transition: 0.3s ease-in;
 }
@media (min-width: 320px) and (max-width: 330px){
  .card-subhead p {
    letter-spacing: normal !important;
  }
}
@media (max-width: 767px){
  .solution-heading h1 {
    width: 100%;
    font-size: 28px;
}
  .solution-service-btn a {
    font-size: 20px;
}
.solution-heading p {
  font-size: 14px;
  width: 100%;
  padding-bottom: 0 !important;
}
.max-services h3 {
  width: 100%;
}
.md-border {
  width: 40%;
}
.max-services h3 {
  font-size: 26px;
}
.body-content-para p {
  font-size: 14px;
}
.lifecycle-body h2 {
  font-size: 20px;
  padding-left: 20px;
  padding-right: 20px;
}
.lifecycle-body p {
  font-size: 14px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 8px;
}
.contact-info {
  flex-direction: column-reverse;
}
.card-subhead p {
  font-size: 14px;
  font-family: "poppins", sans-serif; 
  font-weight: 700;
  color: #000000;
  /* letter-spacing: 1px; */
}
ul.datainsight-points {
  font-size: 15px;
}
}
.accordion-content {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.3s ease;
}

.accordion-item.active .accordion-content {
  /* Just for fallback if JS doesn't work */
  max-height: 200px;
}
#mob-tab-section{
    width: 100%;
    float: left;
    background-color: #ffffff !important;
}
@media (min-width: 768px) and (max-width: 991px){
  .card-subhead p {
    font-size: 18px;
    font-family: "poppins", sans-serif; 
    font-weight: 700;
    color: #000000;
    letter-spacing: 1px;
}
.max-services h3 {
  width: 62%;
}
}
@media (max-width: 991px){
  #tab-section{
    display: none !important;
  } 
  .accordion-item.active {
    background-color: #1193d4 !important;
}  
.accordion-item.active .card-subhead img {
  transform: rotate(-90deg);
  transition: 0.3s ease-in;
}
.card-img img {
  transform: none !important;
}
.content-desc {
  padding: 20px 20px;
  border-top: none;
  background-color: #d2f0ff;
}
.card-subhead {
  padding-bottom: 12px;
  padding-left: 10px;
}
.card-subhead img {
  margin-right: 10px;
}
.body-content-para p {
  padding-top: 28px;
}
.content-detail h3 {
  font-size: 22px;
  font-family: 'poppins-SemiBold', sans-serif !important;
  font-weight: 700;
  padding-bottom: 10px;
}
.card-img img {
  width: 86px;
}
.accordion-item.active .card-subhead p {
  color: #ffffff !important;
}
.content-detail p {
  font-size: 15px !important;
  font-family: "DMSans", sans-serif !important;; 
  letter-spacing: 1px;
}
.accordion-item:nth-child(1) {
  background-color: #e6e6e6;
  margin-bottom: 10px;
}
.accordion-item:nth-child(2) {
  background-color: #e6e6e6;
  margin-bottom: 10px;
}
.accordion-item:nth-child(3) {
  background-color: #e6e6e6;
  margin-bottom: 10px;
}
.accordion-item:nth-child(4) {
  background-color: #e6e6e6;
  margin-bottom: 10px;
}
.accordion-item:nth-child(5) {
  background-color: #e6e6e6;
  margin-bottom: 10px;
}
.accordion-item:nth-child(6) {
  background-color: #e6e6e6;
  margin-bottom: 10px;
}
.accordion-item:nth-child(7) {
  background-color: #e6e6e6;
  margin-bottom: 10px;
}
.accordion-item:nth-child(8) {
  background-color: #e6e6e6;
}
}
@media (min-width: 992px){
#mob-tab-section{
  display: none;
}
}
.card-blw-desc {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}