/*
Theme Name: Betheme Child
Theme URI: https://themes.muffingroup.com/betheme
Author: Muffin group
Author URI: https://muffingroup.com
Description: Child Theme for Betheme
Template: betheme
Version: 2.0
*/
body:not(.template-slider) #Header {
    min-height: 120px;
}

.cf7-had .grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px}
.cf7-had label{display:flex;flex-direction:column;font-weight:600;gap:6px}
.cf7-had input[type=text], .cf7-had input[type=email], .cf7-had input[type=tel], .cf7-had textarea, .cf7-had select{
  padding:10px;border:1px solid #ddd;border-radius:8px
}
.cf7-had .agree{margin:12px 0}

.cf7-had.two-cols{display:grid;grid-template-columns:1fr 1fr;gap:24px}
.cf7-had .col{background:#fff;border:1px solid #eee;border-radius:14px;padding:18px}
.cf7-had h3{margin:0 0 12px;font-size:18px}
.cf7-had label{display:flex;flex-direction:column;gap:6px;margin-bottom:10px;font-weight:600}
.cf7-had input[type=text],
.cf7-had input[type=email],
.cf7-had input[type=tel],
.cf7-had textarea,
.cf7-had select{padding:10px 12px;border:1px solid #ddd;border-radius:10px}
.cf7-had textarea{min-height:110px}
.cf7-had .agree{font-weight:400}
@media (max-width:900px){
  .cf7-had.two-cols{grid-template-columns:1fr}
}

