.contact-form-sec {
    padding: 0 140px;
}

textarea#your_message {
    height: 144px !important;
}
.blinking-text {
    font-size: 42px;
    font-weight: 600;
}

.cursor {
    display: inline-block;
    width: 2px;
    height: 38px !important;
    background-color: #ffffff;
    animation: blink 1s step-start infinite;
    margin-left: 2px;
    height: 1em;
}

    @keyframes blink {
      50% { opacity: 0; }
    }
.contact-form input::placeholder {
    color: #191815;
}
.contact-form textarea::placeholder {
    color: #191815;
}
.contact-btn-form p{
	width:100%;
}
.contact-btn-form button.video-style-btn {
    width: 100%;
}
.btn-group {
    width: 100%;
}

.contact-form input,
.contact-form textarea {
  background: transparent;
  border: 1px solid #19181578;
  border-radius: 6px;
  width: 100%;
  padding: 12px 16px;
  margin-bottom: 20px;
}
  .kpi-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    flex-direction: column;
}
.contact-info-box a {
    font-size: 20px;
    font-weight: 800;
    color: #191815;
    text-decoration: none;
}
.contact-info-box p {
    font-size: 20px;
    color: #191815;
    font-weight: 800;
}
.contact-btn-form {
    margin-top: 10px;
    width: 100%;
}
.map-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}
.map-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

.contact-info-box img {
    width: 45px;
    padding-bottom: 20px;
}
.contact-info-sec {
    background: #35A1CF40;
    padding: 16px 0;
}
      .kpi-box {
    border: 2px solid #35A1CF;
    padding: 20px;
    text-align: center;
    width: 264px;
    background: #ffffff;
}
		.kpi-number {
    font-size: 40px;
    font-weight: bold;
    color: #35A1CF;
}
.kpi-number span {
    font-size: 40px;
}
    select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
    margin-top: 8px;
}   
 .kpi-title {
    margin-top: 10px;
    font-size: 18px;
    color: #191815;
    font-weight: 700;
}
   .cf7-two-column {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
	width:100%;
}

.form-col {
  flex: 1 1 48%;
}

.form-group.full {
  flex: 1 1 100%;
}

.form-group input,
.form-group textarea,
.form-group select {
  width: 100%;
  border: none;
  border-bottom: 1px solid #00AEEF; /* light blue */
  padding: 8px 0;
  font-size: 15px;
	border-radius:0;
  background: transparent;
  color: #000;
}

.form-group input::placeholder,
.form-group textarea::placeholder,
.form-group select {
  color: #aaa;
}

.checkbox-row {
  align-items: center;
}

.checkbox-label {
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.submit-btnone {
  margin-top: 10px;
}

.wpcf7-checkbox input[type="checkbox"] {
    width: 18px;
}
span.wpcf7-list-item.first.last {
    margin: 0;
}
.waste-item {
    display: inline-block;
    margin: 5px;
    padding: 5px 10px;
    background: #f0f0f0;
    border-radius: 4px;
}
.form-col.selected-items {
    text-align: right;
}
.remove-waste {
    cursor: pointer;
    color: red;
    margin-left: 5px;
}
.waste-item .remove-waste:hover {
    color: darkred;
}
select#location-field-name {
    width: 100%;
    border: none;
    border-bottom: 1px solid #00AEEF;
    padding: 8px 0;
    font-size: 15px;
    border-radius: 0;
    background: transparent;
    color: #19181578;
}
select#waste-type-field-name {
    width: 100%;
    border: none;
    border-bottom: 1px solid #00AEEF;
    padding: 8px 0;
    font-size: 15px;
    border-radius: 0;
    background: transparent;
    color: #000;
}
.custom-dropdown {
    position: relative;
    margin-left: 10px;
    width: 200px;
}

.dropdown-toggle {
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
    cursor: pointer;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #fff;
    max-height: 200px;
    overflow-y: auto;
    z-index: 1000;
    padding: 5px;
}
.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    font-size: 19px;
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}
.dropdown-menu label {
    display: block;
    padding: 5px;
    cursor: pointer;
}

.dropdown-menu input[type="checkbox"] {
    margin-right: 8px;
}

.dropdown-menu.active {
    display: block;
}

.waste-item {
    display: inline-block;
    margin: 5px;
    padding: 5px 10px;
    background-color: #f0f0f0;
    border-radius: 4px;
}

.remove-waste {
    color: #000;
    cursor: pointer;
    margin-left: 5px;
    font-weight: bold;
}

.remove-waste:hover {
    color: #cc0000;
}
.waste-dropdown {
  position: relative;
  display: inline-block;
  width: 100%;
}
.waste-options {
  display: none;
  position: absolute;
  background: #fff;
  border: 1px solid #ddd;
  padding: 10px;
  max-height: 200px;
  overflow-y: auto;
  width: 100%;
  z-index: 1000;
}
.waste-dropdown.active .waste-options {
  display: block;
}
.selected-items {
  margin-top: 10px;
}
.waste-item {
  display: inline-block;
  background: #35A1CF40;
    color: #191815;
    font-weight: 800;
    padding: 9px 12px;
    margin: 4px;
	font-size:15px;
    display: inline-flex;
    align-items: center;
    border-radius: 5px;
}
.waste-item .remove-waste {
  cursor: pointer;
  margin-left: 6px;
}
button#wasteTypeToggle {
    text-align: left;
    width: 100%;
    border: none;
    border-bottom: 1px solid #00AEEF;
    padding: 3px 0;
    font-size: 15px;
    border-radius: 0;
    background: transparent;
    color: #19181578;
}
.waste-options label {
    display: flex;
    align-items: baseline;
}
.waste-options input[type="checkbox"] {
    width: 27px;
}
.waste-options p {
    font-size: 17px;
    line-height: 0;
    color: #191815;
}
@media (max-width: 768px) {
  .form-col {
    flex: 1 1 100%;
  }
}

