.service-card-container{
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.service-card{
    border-radius: 10px;
    width: 350px;
    border: 1px solid;
    /* height: 400px; */

}

.service-card .service-img{
    width: 100%;
    height: 250px;

}
.service-card .service-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.service-card .service-detail{
    padding: 10px;
}
.service-card .service-detail h5{
font-size: 20px;
}
.service-card .service-detail p{
font-size: 16px;
}
.service-card .service-detail .service-card-btn{
    width: 100%;
    margin: 10px 0px;
    background-color: black;
    color: white;
    display: block;
    text-align: center;
    padding: 10px 0px;
    border-radius: 10px;
}

.form-sec{
    margin: 0px 0px 20px 0px;
}
.footer-section.contact-section a{
  color: white;
}
.footer-section.contact-section a i {
  margin-right: 8px;        /* Space between icon and text */
  color: rgb(116, 192, 7);           /* Bootstrap primary blue */
}

.footer-section.contact-section a:hover {
  color: #fff;              /* Bright on hover */
}

.footer-section.contact-section a:hover i {
  color: #ffc107;           /* Yellow icons on hover */
}
/* footer */
/* custom footer */
.footer {
  background-color: var(--pbmit-blackish-color);
   color: #b8b8b8;
  padding: 20px 20px;
  font-family: Arial, sans-serif;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1200px;
  margin: auto;
  gap: 30px;
}

.footer-section {
  flex: 1 1 200px;
  min-width: 200px;
}

.footer-logo {
  width: 100px;
  margin-bottom: 10px;
  border-radius: 15px;
        background-color: white;

}

.footer-section h4 {
  margin-bottom: 10px;
  font-size: 18px;
  color: #ffffff;
}

.footer-section ul {
  list-style: none;
  padding: 0;
}

.footer-section ul li {
  margin: 8px 0;
}

.footer-section ul li a {
  text-decoration: none;
  color: #b8b8b8;
  transition: color 0.3s;
}

.footer-section ul li a:hover {
  color: #fba311;
}

.footer-bottom {
  text-align: center;
  margin-top: 30px;
  font-size: 14px;
  color: #bdbdbd;
}

/* Responsive Styles */
@media (max-width: 768px) {
  .footer-container {
    flex-direction: column;
    align-items: center;
  }

  .footer-section {
    text-align: center;
  }

      .footer-logo {
        margin: 0 auto 10px;
        background-color: white;
    }
}


 footer .pbmit-button-box .pbmit-header-button a{
    color: white !important;
}
footer .pbmit-button-box .pbmit-header-button{
     margin-left: 0px !important;
     margin-top: 20px !important;

 }

 /* .footer-section.contact-section p{
    border: 1px solid;
    height: 10px;
 } */

/* footer */