/* Search box styling */
.search-container {
  width: 100%;
  text-align: center;
}

#gridSearch {
    width: 60%;
    max-width: 500px;
    padding: 12px 20px;
    margin: 0 auto;
    display: block;
    border: 2px solid #06aea1;
    border-radius: 30px;
    font-size: 16px;
}
#gridSearch:focus-visible {
  border:2px solid #06aea1;
}
.grid-new {
  margin-top: 20px;
  padding: 20px;
}

.grid-item {
  padding: 20px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  transition: 0.3s ease;
}

.grid-item.hidden {
  display:none;
}


.benchmark-section .grid-new-bechmark
{
       display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 35px;
    max-width: 1320px;
    margin: auto;
    text-align: center;
}
.benchmark-section .grid-new-bechmark .grid-new-bechmark-box{

    padding: 20px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    transition: 0.3s ease;
    border-top: 5px solid #08afa2;
}

.benchmark-section .grid-new-bechmark .grid-new-bechmark-box p{
    color: #000;
    font-size: 14px;

}
.benchmark-section .grid-new-bechmark .grid-new-bechmark-box h3{
  font-size: 20;
  color: #06aea1;
  font-weight: 800;
}

.specialities .contact-form-card{
  background: none;
}

.specialities .contact-content.new-contact-content img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card.contact-form-card h2{
  margin-top: 30px;
}