/*
Theme Name: Hello Biz Child
Theme URI: https://github.com/elementor/hello-biz-child/
Description: Hello Biz Child is a child theme of Hello Biz, created by Elementor team
Author: Elementor Team
Template: hello-biz
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Version: 1.0.0
Stable tag: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: hello-biz-child
Tags: flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready, style-variations
*/

/* Add your custom styles here */

/* =============================================
   CONTACT FORM 7 — ALBANIAN SITE — FINAL CSS
   Paste in: Appearance > Additional CSS
   or child theme's style.css
   ============================================= */

/* ── Suppress CF7 auto line breaks ─────────── */
.cf7-form-al br {
  display: none;
}

/* ── Form layout ───────────────────────────── */
.cf7-form-al {
  font-family: 'Funkis A', sans-serif;
  display: flex !important;
  flex-direction: column !important;
  gap: 20px;
  width: 100%;
  box-sizing: border-box;
}

/* ── 2-column row ──────────────────────────── */
.cf7-form-al .cf7-row-2 {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 20px;
  width: 100%;
}

/* ── Field group ───────────────────────────── */
.cf7-form-al .cf7-field-group {
  display: flex !important;
  flex-direction: column !important;
  gap: 8px;
  width: 100%;
}

/* ── Labels ────────────────────────────────── */
.cf7-form-al .cf7-label {
  font-family: 'Funkis A', sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #EFE8D4;
  display: block;
}

/* ── CF7 span wrappers ─────────────────────── */
.cf7-form-al .wpcf7-form-control-wrap {
  display: block !important;
  width: 100% !important;
}

/* ── Inputs ────────────────────────────────── */
.cf7-form-al input[type="text"],
.cf7-form-al input[type="email"],
.cf7-form-al input[type="tel"] {
  font-family: 'Funkis A', sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #000000;
  background-color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 0;
  padding: 14px 16px;
  width: 100%;
  display: block !important;
  outline: none;
  box-shadow: none;
  box-sizing: border-box;
  transition: border-color 0.2s ease;
  -webkit-appearance: none;
  appearance: none;
}

.cf7-form-al input[type="text"]::placeholder,
.cf7-form-al input[type="email"]::placeholder,
.cf7-form-al input[type="tel"]::placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.cf7-form-al input[type="text"]:focus,
.cf7-form-al input[type="email"]:focus,
.cf7-form-al input[type="tel"]:focus {
  border-color: rgba(255, 255, 255, 0.9);
}

.cf7-form-al .wpcf7-acceptance.cf7-consent-al .wpcf7-list-item-label,
.cf7-form-al .wpcf7-acceptance.cf7-consent-al label {
  font-family: 'Funkis A', sans-serif;
  font-size: 18px;
  line-height: 1.6;
  color: #EFE8D4 !important;
}

.cf7-form-al .wpcf7-acceptance.cf7-consent-al .wpcf7-list-item-label a,
.cf7-form-al .wpcf7-acceptance.cf7-consent-al label a {
  color: #EFE8D4 !important;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.cf7-form-al .wpcf7-acceptance.cf7-consent-al .wpcf7-list-item-label a:hover,
.cf7-form-al .wpcf7-acceptance.cf7-consent-al label a:hover {
  color: #EFE8D4 !important;
}

/* Specific target to override the theme's #c36 link color */
div.wpcf7 .cf7-consent-al a,
div.wpcf7 .wpcf7-list-item-label a,
.cf7-consent-al a:link, 
.cf7-consent-al a:visited {
    color: #EFE8D4 !important;
    text-decoration: underline !important;
}

/* Ensure it stays white on hover and doesn't revert to pink */
div.wpcf7 .cf7-consent-al a:hover {
    color: #EFE8D4 !important;
    text-decoration: none !important;
}

/* ── Submit button ─────────────────────────── */
.cf7-form-al .cf7-submit-al {
  font-family: 'Funkis A', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #4F050F;
  background-color: #ffffff;
  border: none;
  border-radius: 0;
  padding: 18px 16px;
  width: 100% !important;
  display: block !important;
  box-sizing: border-box;
  text-align: center;
  cursor: pointer;
  letter-spacing: 0.03em;
  transition: background-color 0.2s ease;
}

.cf7-form-al .cf7-submit-al:hover {
  background-color: rgba(255, 255, 255, 0.88);
  color: #4F050F;
}

/* ── Validation tip ────────────────────────── */
.cf7-form-al .wpcf7-not-valid-tip {
  font-family: 'Funkis A', sans-serif;
  font-size: 12px;
  color: #ffaaaa;
  padding: 4px 0 0;
  display: block;
}

/* ── Response output ───────────────────────── */
.cf7-form-al .wpcf7-response-output {
  font-family: 'Funkis A', sans-serif;
  font-size: 13px;
  color: #ffffff !important;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 12px 16px;
  margin-top: 4px;
  box-sizing: border-box;
}

.wpcf7-response-output {
    color: #ffffff;
}

.wpcf7-list-item {
    margin: 0 !important;
	padding: 30px 0px;
}

span.wpcf7-list-item-label {
    color: #fff;
}

/* ── Mobile ────────────────────────────────── */
@media (max-width: 600px) {
  .cf7-form-al .cf7-row-2 {
    grid-template-columns: 1fr !important;
  }
}

.elementor-widget-text-editor ul {
    margin: 0px;
    padding: 0px;
}