input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {

padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
  border-width: 1px;
  border-radius: 0.75rem;
width:100%
}
form select {

  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
  border-width: 1px;
  border-radius: 0.75rem;
  width: 100%;
  text-transform: none;
}
label {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.25rem;
  display: block;
  margin-bottom: 0.5rem;
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: #e5e7eb;
  font-family: 'Inter', sans-serif;
}
#Message {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
  border-width: 1px;
  border-radius: 0.75rem;
  width: 100%;
  resize: vertical;
  font-family: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  font-size: 100%;}
#smarteform {
  padding: 2rem;
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: #e5e7eb;
}
.error {
  color: red;
}


/* ====== Send Message &#25353;&#38062;&#32654;&#21270; ====== */

/* 1. &#25353;&#38062;&#23481;&#22120;&#23621;&#20013; */
.buttonDiv {
    text-align: center !important;
    margin: 40px 0 20px 0 !important;
    padding: 20px !important;
}

/* 2. &#25353;&#38062;&#22522;&#30784;&#26679;&#24335; - &#21305;&#37197;&#20027;&#39029; Request Demo &#25353;&#38062; */
.JegyButton[name="final"] {
    /* &#23610;&#23544;&#21644;&#38388;&#36317; */
    padding: 18px 48px !important;
    min-width: 220px !important;
    
    /* &#25991;&#23383;&#26679;&#24335; */
    color: white !important;
    font-size: 1.125rem !important;
    font-weight: 700 !important;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif !important;
    letter-spacing: 0.025em !important;
    
    /* &#32972;&#26223;&#28176;&#21464; - &#19982;&#20027;&#39029;&#25353;&#38062;&#30456;&#21516;&#30340; indigo &#21040; purple &#28176;&#21464; */
    background: linear-gradient(135deg, #4f46e5 0%, #7c3aed 100%) !important;
    
    /* &#36793;&#26694;&#21644;&#22278;&#35282; */
    border: none !important;
    border-radius: 9999px !important; /* &#23436;&#20840;&#22278;&#24418;&#25353;&#38062; */
    
    /* &#38452;&#24433;&#25928;&#26524; */
    box-shadow: 0 10px 25px -5px rgba(79, 70, 229, 0.4),
                0 8px 10px -6px rgba(79, 70, 229, 0.3) !important;
    
    /* &#20132;&#20114;&#25928;&#26524; */
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    transform: translateY(0) !important;
    
    /* &#24067;&#23616; */
    display: inline-block !important;
    text-align: center !important;
    position: relative !important;
    overflow: hidden !important;
}

/* 3. &#40736;&#26631;&#24748;&#20572;&#25928;&#26524; - &#22686;&#24378;&#20114;&#21160;&#24863; */
.JegyButton[name="final"]:hover {
    transform: translateY(-4px) !important;
    box-shadow: 0 20px 35px -5px rgba(79, 70, 229, 0.5),
                0 12px 15px -8px rgba(79, 70, 229, 0.4) !important;
    background: linear-gradient(135deg, #4338ca 0%, #6d28d9 100%) !important; /* &#31245;&#24494;&#28145;&#19968;&#28857;&#30340;&#28176;&#21464; */
}

/* 4. &#28857;&#20987;&#25928;&#26524; */
.JegyButton[name="final"]:active {
    transform: translateY(-2px) !important;
    box-shadow: 0 5px 15px -3px rgba(79, 70, 229, 0.4) !important;
}

/* 5. &#28966;&#28857;&#29366;&#24577;&#65288;&#26080;&#38556;&#30861;&#35775;&#38382;&#65289; */
.JegyButton[name="final"]:focus {
    outline: 2px solid rgba(79, 70, 229, 0.5) !important;
    outline-offset: 4px !important;
}

/* 6. &#25353;&#38062;&#20869;&#37096;&#30340;&#20809;&#27901;&#25928;&#26524;&#65288;&#21487;&#36873;&#65289; */
.JegyButton[name="final"]::before {
    content: "" !important;
    position: absolute !important;
    top: 0 !important;
    left: -100% !important;
    width: 100% !important;
    height: 100% !important;
    background: linear-gradient(90deg, 
                transparent, 
                rgba(255, 255, 255, 0.2), 
                transparent) !important;
    transition: left 0.7s ease !important;
}

.JegyButton[name="final"]:hover::before {
    left: 100% !important;
}

/* 7. &#21709;&#24212;&#24335;&#35843;&#25972; */
@media (max-width: 768px) {
    .JegyButton[name="final"] {
        padding: 16px 40px !important;
        min-width: 200px !important;
        font-size: 1rem !important;
    }
    
    .buttonDiv {
        margin: 30px 0 15px 0 !important;
        padding: 15px !important;
    }
}

@media (max-width: 480px) {
    .JegyButton[name="final"] {
        padding: 14px 32px !important;
        min-width: 180px !important;
        font-size: 0.95rem !important;
        width: 90% !important;
        max-width: 280px !important;
    }
}

/* 8. &#21152;&#36733;&#29366;&#24577;&#65288;&#22914;&#26524;&#25353;&#38062;&#26377;&#21152;&#36733;&#25928;&#26524;&#65289; */
.JegyButton[name="final"][disabled] {
    opacity: 0.7 !important;
    cursor: not-allowed !important;
    transform: none !important;
}

/* 9. &#30830;&#20445;&#25353;&#38062;&#19981;&#20250;&#34987;&#20854;&#20182;&#26679;&#24335;&#35206;&#30422; */
input.JegyButton[name="final"] {
    /* &#37325;&#32622;&#21487;&#33021;&#24178;&#25200;&#30340;&#40664;&#35748;input&#26679;&#24335; */
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    line-height: normal !important;
}




/* ====== &#39564;&#35777;&#30721;&#21306;&#22495;&#32654;&#21270; - &#29616;&#20195;&#21345;&#29255;&#24335; ====== */

/* 1. &#39564;&#35777;&#30721;&#23481;&#22120;&#26679;&#24335; */
.imageValidation {
    /* &#23610;&#23544;&#21644;&#36793;&#26694; */
    border-radius: 12px !important;
    border: 2px solid #e5e7eb !important;
    
    /* &#32972;&#26223;&#21644;&#38452;&#24433; */
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%) !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05) !important;
    
    /* &#20869;&#36793;&#36317;&#21644;&#23610;&#23544;&#25511;&#21046; */
    padding: 15px !important;
    max-width: 200px !important;
    height: auto !important;
    display: block !important;
    
    /* &#36807;&#28193;&#25928;&#26524; */
    transition: all 0.3s ease !important;
}

/* 2. &#24748;&#20572;&#25928;&#26524; */
.imageValidation:hover {
    border-color: #4f46e5 !important;
    box-shadow: 0 8px 20px rgba(79, 70, 229, 0.15) !important;
    transform: translateY(-2px) !important;
}

/* 3. &#21047;&#26032;&#25353;&#38062;&#37197;&#22871;&#26679;&#24335;&#65288;&#22914;&#26524;&#26377;&#30340;&#35805;&#65289; */
/* &#22914;&#26524;&#20320;&#30340;&#39564;&#35777;&#30721;&#26049;&#36793;&#26377;&#21047;&#26032;&#25353;&#38062;&#65292;&#21487;&#20197;&#28155;&#21152;&#36825;&#20010; */
.refresh-captcha {
    background: linear-gradient(135deg, #4f46e5, #7c3aed) !important;
    color: white !important;
    border: none !important;
    border-radius: 8px !important;
    padding: 8px 16px !important;
    font-size: 0.9rem !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    margin-left: 10px !important;
}

.refresh-captcha:hover {
    transform: scale(1.05) !important;
    box-shadow: 0 4px 12px rgba(79, 70, 229, 0.3) !important;
}