label.error {
    background: none; 
    color: red;
}

.pbmit-fld-contents p{
    text-align:justify;
}

.pbmit-ihbox-style-2 .pbmit-ihbox-headingicon .pbmit-title-wrap{
    display:block;
}



.key-fearures .list-group .pbmit-icon-list-text {
    line-height: 1;
    color: #666666;
}


.pbmit-service-style-2 .pbmit-featured-img-wrapper::before{
    background:linear-gradient(to bottom,  rgba(0,60,64,1) 0%,rgba(255,255,255,0.02) 30%,rgba(250,251,251,0) 10%,rgba(0,60,64,0.79) 70%);
}


.slider-logo{
    width:100%;
    max-width:220px;
    height:auto;
}


@media(max-width:767px) {
   
   .slider-logo{
    max-width:80px;
   }
}




.services-item-details {
  max-width: 1100px;
  /*margin: 2rem auto;*/
  padding: 2rem;
  background: linear-gradient(145deg, #ffffff, #f3f3f3);
  border-radius: 10px;
  /*box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);*/
  display: flex;
  flex-direction: column;
  gap: 2rem;
  /*font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;*/
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}

.details-header {
  text-align: center;
}

.details-title {
  font-size: 2rem;
  color: #1f2937;
  margin-bottom: 0.5rem;
  position: relative;
}

.details-title::after {
  content: '';
  width: 60px;
  height: 4px;
  background-color: #3b82f6;
  display: block;
  margin: 0.5rem auto 0;
  border-radius: 2px;
}

.details-image {
  display: flex;
  justify-content: center;
  align-items: center;
}

.service-detail-image {
  width: 100%;
  max-width: 550px;
  height: auto;
  border-radius: 15px;
  object-fit: cover;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease;
}

.service-detail-image:hover {
  transform: scale(1.02);
}

.details-description {
  font-size: 1.05rem;
  line-height: 1.7;
  color: #4b5563;
  text-align: justify;
}

/* Responsive Layout */
@media (min-width: 768px) {
  /*.services-item-details {*/
  /*  flex-direction: row;*/
  /*  align-items: flex-start;*/
  /*}*/

  .details-header, .details-description {
    flex: 1;
  }

  .details-image {
    flex: 1;
    padding-left: 1.5rem;
  }

  .details-title {
    text-align: left;
  }

  .details-title::after {
    margin-left: 0;
  }

  .details-description {
    text-align: left;
  }
}
