.arrow-link-hm {
    border-bottom: 1px solid rgba(0, 0, 0, 0) !important;;
}

.arrow-link-hm:hover,
 .arrow-link-hm:focus {
      text-decoration: none !important;
  border-bottom: 1px solid red !important; 
  
}

h2.h1 {
    font-size: 4.3rem !important;
}

@media (max-width: 1200px) {
    h2.h1 {
        font-size: 56px !important;
    }
}

@media (max-width: 768px) {
    h2.h1 {
        font-size: 40px !important;
    }
}

@media (max-width: 480px) {
    h2.h1 {
        font-size: 28px !important;
    }
}

.landing-text-hm p {
       font-size: 19px !important;
    font-weight: 300 !important; 
}
  

.row-hm{
background-color:#f3f2f2 !important;
}

@media (max-width: 688px) {
 #accordion-search-form button, #accordion-search-form input {
     margin-bottom: 1rem !important;
 }
}


    #accordion-search::placeholder {
  color: black; /* Example color (bright blue) */
  opacity: 0.7; /* Ensures consistent opacity across all browsers, especially Firefox */
  font-size: 1rem;
}

.h1 {
    text-align: center;
    }
    
    #accordion-search::placeholder {
  color: black; /* Example color (bright blue) */
  opacity: 0.7; /* Ensures consistent opacity across all browsers, especially Firefox */
  font-size: 1rem;
}
    
    .accordion-container-hm .accordion-title {
        font-size: 1.5rem !important;
    }
    
    
    #accordion-search {
    max-width: 35rem !important;
    height: 3rem;
    border-radius: 50px;
    padding-left: 1.5rem;
    background-color: white !important;
}

#accordion-search:hover {
      border: 1px solid #900 !important;

}

#accordion-search:focus {
      border: 1px solid #900 !important;
      background-color: white !important;
        box-shadow: 0 2px 6px rgba(153, 0, 0, 0.2) !important;
}

#accordion-search {
  padding-left: 2.3rem; /* create space for the icon */
  background: url("data:image/svg+xml;utf8,<svg fill='%23900' height='16' viewBox='0 0 24 24' width='16' xmlns='http://www.w3.org/2000/svg'><path d='M21.71 20.29l-5.388-5.388A7.92 7.92 0 0 0 18 10a8 8 0 1 0-8 8 7.92 7.92 0 0 0 4.902-1.676l5.388 5.388a1 1 0 1 0 1.42-1.42zM4 10a6 6 0 1 1 6 6 6 6 0 0 1-6-6z'/></svg>") no-repeat 0.5rem center;
  background-size: 1.8rem 1.2rem;
}

#accordion-search:focus::placeholder{
      color: black !important; /* Example color (bright blue) */
  opacity: 0.7 !important; /* Ensures consistent opacity across all browsers, especially Firefox */
}