/* footer */
.botiga-credits,
.footer-widget a {
    font-size: 12px;
    line-height: 12px;
	color:var(--text-primary);
	margin:0px;
	padding:0px;
	letter-spacing: 0.038em;
}
.widget ul li {
	margin:0px;
	padding:0px;
}

.bhfb-main_footer_row .bhfb-builder-item {
    max-width: max-content;
}
.wpcf7-form-control-wrap {min-width: 250px;}


footer #your-email::placeholder {
    color: var(--text-primary);
}


input.wpcf7-form-control.wpcf7-submit.has-spinner {
      background: url(/wp-content/themes/botiga-1749475845-via-wpturbo/footer/email.svg) no-repeat 25px 25px / 24px;
      font-size: 0;
      width: 150px;
      height: 53px;
      margin:0;
      padding:0;
      border-left:0px;
      border-top:0px;
      border-bottom:0px;
      max-width:50px;
}
.footer-widget form p:nth-child(4) {
    border-top: 0px;
    display: flex;
    border-bottom: 2px solid var(--text-primary);
    max-width: 300px;
}
label.footer-contact-send {
    max-width: 300px;
    width: 100%;
}
.footer-widget input {
    border-top:0px;
    border-left:0px;
    border-right:0px;
    border-bottom:0px;
    max-width:200px; 
    padding-left: 0px;
	
	color: var(--text-primary);
	
	font-size: 12px;
    font-family: 'Poppins';
	
	padding-bottom: 0;
}
.footer-widget span.wpcf7-spinner {
    display: none;
}
.bhfb-component-social .social-profile > a svg {
    fill: var(--text-primary);
}

/* Remove focus outline and box shadow from the input */
.wpcf7-form-control.wpcf7-email:focus,
.wpcf7-form-control.wpcf7-email:active {
  outline: none !important;
  box-shadow: none !important;
}

/* Remove text highlight color if needed */
.wpcf7-form-control.wpcf7-email::selection {
  background: none !important;
}

/* Optional: Target the plugin icon (if needed) */
#pwm-inline-icon-84303,
#pwm-inline-icon-84303 * {
  pointer-events: none !important;
}




h3.footer-contact-titel {
font-size: 12px;
    padding: 0;
    margin: 0;
    color: var(--text-primary);
    text-transform: uppercase;
    font-family: 'Poppins';
    letter-spacing: 0.12em;
    padding-bottom: 20px;
	text-align: left;
}
span.footer-contact-text {
    font-size: 12px;
    margin: 0;
    padding: 0;
	color: var(--text-primary);
	padding-bottom: 10px;
	display: inline-block;
	height: 37px;
	line-height: 1.4;
    letter-spacing: 0.028em;
}
.footer-widget p {
    margin: 0;
	color: #000;
}

.footer-widget form > div.wpcf7-response-output {
    font-size: 12px;
}

.footer-widget span.wpcf7-not-valid-tip {
    display: none;
}

.wpcf7 form.invalid .wpcf7-response-output {
    border: solid 1px red;
    margin-top: 12px;
    max-width: 140px;
    padding:4px !Important;
	margin-bottom:-12px !Important;
}


.bhfb-builder-item.bhfb-component-social svg {
    width: 23px;
}

.bhfb-footer .bhfb-main_footer_row .bhfb-column-3 .bhfb-builder-item.bhfb-component-social {
    margin-top: 20px;
}

.bhfb-builder-item.bhfb-component-social {
    width: 100%;
    min-width: 320px;
    margin-left: -53px;
}

.bhfb-footer  .social-profile a {
    margin-right: 24px;
}


.bhfb-footer .bhfb-main_footer_row .bhfb-column-1 {
        align-items: baseline;
           padding-left: 11px;
    }





/* paymethod */

/* Payment Methods Styling */

.bhfb .botiga-credits a {
    padding: 0px;
    margin: 0px;
    display: inline-block;
	letter-spacing: 0.0628em;
	color: var(--text-primary);
}
.bhfb .botiga-credits a:hover {
text-decoration:underline;
}
/* Payment Methods Container */
.paymethods {
	display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    padding: 0;
    margin: 0;
	flex-direction: row-reverse;
}


.bhfb-below_footer_row {
        min-height: 184px;
    }
.paymethods {
   margin-top: -46px;
}

.botiga-credits {
    font-size: 10px;
	margin-top: -5px;	
	color: var(--text-primary);
}

.image-payments {
	display: block;
    max-height: 13px;
    cursor: default;
    min-height: 15px;
}


/* background footer gradient */

.bhfb-row-wrapper.bhfb-main_footer_row ,
.bhfb-row-wrapper.bhfb-below_footer_row {
    background: linear-gradient(109deg, rgb(255 255 255), rgb(241 228 222) 100%);
}

span.wpcf7-form-control-wrap input {
    background: transparent;
}










/* contact page */


.contact-message-box {
    font-size: 1.125rem;
    line-height: 1.375rem;
    color:#000;
	font-family: 'Reem Kufi Fun';
}

.contact-info.contact-text {
    letter-spacing: .0625rem;
    margin-bottom: .625rem;
    font-size: 15px;
    font-weight: 400;
    color:#000;
}

h1.contact-title {
    font-size: 48px;
    line-height: 53px;
    letter-spacing: .0625rem;
    color:#000;
}

