.csaf-wrapper {
  margin: 0 auto;
}
.csaf-filters {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  gap: 20px;
}
.csaf-selects {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  width: 100%;
}
.csaf-selects select {
  padding: 10px;
  font-size: 16px !important;
  background: #fcfcfc;
  border: 1px solid #ff591a;
  border-radius: 6px;
  width: 100%;
  font-weight: 400;
  box-sizing: border-box;
  color: #212121;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 2.5rem;
  background: url("data:image/svg+xml,%3Csvg fill='black' height='20' viewBox='0 0 24 24' width='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E")
    no-repeat right 0.5rem center;
  background-color: #fff;
  background-size: 1.5rem;
  border: 1px solid #f05a28;
  border-radius: 5px;
  cursor: pointer;
}
.csaf-selects select option:hover {
  background: -webkit-linear-gradient(358deg, #7d2efa, #4e09bc) !important;
  color: white !important;
  cursor: pointer !important;
}
#csaf-reset.csaf-reset-btn {
  padding: 12px 65px !important;
  font-size: 16px;
  border-radius: 33px !important;
  color: #fff;
  border: none !important;
  background: -webkit-linear-gradient(328deg, #ff7725, #fc52b3) !important;
  cursor: pointer;
  height: fit-content;
  transition-duration: 0.5s;
  font-weight: 600 !important;
  font-family: "Poppins";
}
.csaf-reset-btn:hover {
  background: #ff7725;
}
.csaf-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
.csaf-card {
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  background-color: #fff;
  display: flex;
  flex-direction: column;
}
.csaf-card-top {
  height: 150px;
  background-size: cover;
  background-position: center;
}
.csaf-card-bottom {
  padding: 15px;
}
.csaf-tag {
  font-size: 14px;
  font-weight: 500;
  color: #ff591a;
  margin-bottom: 5px;
}
.csaf-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #212121;
}
.csaf-excerpt {
  font-size: 18px;
  color: #212121;
  margin-top: 20px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .csaf-grid {
    grid-template-columns: 1fr 1fr;
  }
  .csaf-filters {
    flex-direction: column;
    align-items: stretch;
  }
  .csaf-selects {
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }
  #csaf-reset.csaf-reset-btn {
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .csaf-grid {
    grid-template-columns: 1fr;
  }
  .csaf-filters {
    flex-direction: column;
    align-items: stretch;
    gap: 15px;
  }
  .csaf-selects {
    grid-template-columns: 1fr;
  }
  .csaf-selects select {
    width: 100%;
  }
  #csaf-reset.csaf-reset-btn {
    width: 100%;
    padding: 12px 20px !important;
  }
}
.footer-logo img{
    width: 100%;
}
.footer-logo{
    width: 125px;
    margin: 0 auto !important;
    padding: 2rem 0rem 2rem 0rem;
}

@media screen and (min-width:320px) and (max-width:767px){
    .hbspt-form .hs-form-field label span {
    color: #92879f;
    font-size: 14px;
}

    .footer-logo{
    width: 90px;
    margin: 0 auto;
    padding: 1rem 0rem 1rem 0rem !important;
}
    
}
@media screen and (min-width:768px) and (max-width:1023px){
    .footer-logo{
    width: 105px;
    margin: 0 auto;
    padding: 2rem 0rem 4rem 0rem;
}
    
}
@media screen and (min-width:1024px) and (max-width:1279px){
    .footer-logo{
    width:115px;
    margin: 0 auto;
    padding: 2rem 0rem 4rem 0rem;
}
    
}
.widget_block{
  padding-top: 15px;
}
@media only screen and (max-width: 1080px) {
    .widget .wp-block-column.is-layout-flow.wp-block-column-is-layout-flow {
        border-bottom: 1px solid #4a3f3f;
        padding-top: 2px !important;
    }
}
.inputs-list{
    margin:  0 !important;
}
.inputs-list li{
    list-style-type: none !important;
}

.hs-button primary large{
  display: none !important;
}
.hs-input{
  margin-right: 8px;
}