/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 13 2026 | 13:47:37 */
/***************************** Banner Email *****************************/
.subscribe-wrap {
  max-width: 670px;

}

.subscribe-wrap input[type="email"] {
  width: 100%;
  padding: 16px;
  border-radius: 6px;
  border: none;
  font-size: 16px;
  margin-bottom: 12px;
  background: #f5f5f5;
}

.subscribe-wrap input[type="submit"] {
  width: 100%;
  padding: 16px;
  border-radius: 6px;
  border: none;
  font-weight: 700;
  letter-spacing: 1px;
  background: #1f6f55; /* green */
  color: white;
  cursor: pointer;
  transition: 0.3s;
}

.subscribe-wrap input[type="submit"]:hover {
  background: #165643;
}
.subscribe-wrap input::placeholder {
  color: #767676;
  font-family: "Inter", Sans-serif;
  font-size: 18px;
  opacity: 1; /* safari fix */
}

/* browser support */
.subscribe-wrap input::-webkit-input-placeholder {
  color: #767676;
  font-family: "Inter", Sans-serif;
  font-size: 18px;
}

.subscribe-wrap input::-moz-placeholder {
  color: #767676;
  font-family: "Inter", Sans-serif;
  font-size: 18px;
}

.subscribe-wrap input:-ms-input-placeholder {
  color: #767676;
  font-family: "Inter", Sans-serif;
  font-size: 18px;
}

.brands_list {
    max-width: 1040px;
    margin: 0 auto;
    gap: 30px;
}


/* Only this specific form */
.newsletter-form form {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.newsletter-form .wpcf7-form-control-wrap {
  width: calc(50% - 6px);
}

.newsletter-form input[type="text"],
.newsletter-form input[type="email"] {
  width: 100%;
  background: #d9d9d9;
  border: none;
  border-radius: 6px;
  padding: 14px;
  font-size: 18px;
  font-family: "Inter", sans-serif;
  color: #000;
}

/* placeholder style */
.newsletter-form input::placeholder {
  color: #767676;
}

/* submit button full width */
.newsletter-form input[type="submit"] {
  width: 100%;
  background: #2f7f64;
  color: #000;
  font-weight: 600;
  padding: 16px;
  border-radius: 6px;
  border: none;
  margin-top: 10px;
  cursor: pointer;
}
.newsletter-form .wpcf7-form-control-wrap {
  width: 49%;
}
.na_me {
    width: 50%;
}

.emai_l {
    width: 50%;
}

.newsletter-form .cf7-row {
    display: flex;
    gap: 15px;
    align-items: center;
}

.na_me p {
    margin-bottom: 0px !important;
}
.emai_l p {
    margin-bottom: 0px;
}
.sub_foot li a:first-child {
    padding-left: 0px !important;
}
/* mobile */
@media (max-width: 767px) {
  .newsletter-form .wpcf7-form-control-wrap {
    width: 100%;
  }
}



