.step1:after {
    position: absolute;
    content: '\f178';
    left: 114%;
    top: 25%;
    color: #e4e4e4;
    font-size: 27px;
    margin-top: -10px;
    font-family: 'FontAwesome';
}
@media only screen and (max-width: 768px){
.step1:after {
    position: absolute;
    content: '\f178';
    left: 108%;
    top: 30%;
    color: #e4e4e4;
    font-size: 45px;
    margin-top: -10px;
    font-family: 'FontAwesome';
		display: none;
}


}

span.red {
    color: #881a1b;
    font-weight: 700;
}

.cf7-modern-form {
  max-width: 100%;
}

.cf7-modern-form .cf7-row {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

.cf7-modern-form .cf7-col {
  width: 100%;
}

.cf7-modern-form .cf7-col.half {
  flex: 0 0 48%;
}

.cf7-modern-form .cf7-col.full {
  flex: 0 0 100%;
}

.cf7-modern-form label {
  font-size: 14px;
  font-weight: 600;
  display: block;
  margin-bottom: 6px;
  color: #222;
}

.cf7-modern-form input,
.cf7-modern-form textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid #ddd;
  border-radius: 0px;
  background: #f9f9f9;
  font-size: 14px;
  transition: all 0.3s ease;
}

.cf7-modern-form input:focus,
.cf7-modern-form textarea:focus {
  border-color: #0073ff;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(0,115,255,0.1);
  outline: none;
}

.cf7-modern-form textarea {
  min-height: 140px;
  resize: none;
}

.cf7-modern-form input[type="submit"] {
    background: #881a1b;
    color: #fff;
    border: none;
    padding: 14px 30px;
    border-radius: 0px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.cf7-modern-form input[type="submit"]:hover {
  background: #000000;
  transform: translateY(-2px);
}

/* Responsive */
@media (max-width: 768px) {
  .cf7-modern-form .cf7-row {
    flex-direction: column;
  }

  .cf7-modern-form .cf7-col.half {
    flex: 0 0 100%;
  }
}

.cgp-card h3 {
    text-align: center;
    font-size: 16px;
}

.bwg_thumbnail.bwg_container .search_line.bwg_tag_select_view {
    min-height: 50px;
    -webkit-box-shadow: 0 5px 7px -5px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 5px 7px -5px rgba(0,0,0, 0);
    box-shadow: 0 5px 7px -5px rgb(0 0 0 / 0%) !important;
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
}