/* TKSE-WEB-009I1-NAV-CTA-FORM-FUNCTION-FIX */
.main-menu .tkse-menu-dd{position:relative;display:inline-flex;align-items:center;height:100%}
.main-menu .tkse-menu-dd>a{display:inline-flex;align-items:center;gap:4px;height:100%}
.tkse-submenu{position:absolute;top:calc(100% + 18px);left:0;min-width:270px;background:#fff;border:1px solid rgba(12,34,65,.10);box-shadow:0 24px 70px rgba(8,31,63,.18);border-radius:18px;padding:10px;display:none;z-index:9999}
.tkse-submenu a{display:flex!important;align-items:center;justify-content:space-between;gap:14px;padding:12px 14px;border-radius:12px;color:#061a3a!important;text-decoration:none;font-weight:800;line-height:1.25;white-space:nowrap}
.tkse-submenu a small{display:block;color:#64748b;font-weight:600;margin-top:3px;font-size:12px;white-space:normal}
.tkse-submenu a:hover{background:#f0fdf4;color:#009B63!important}
.tkse-menu-dd.is-open .tkse-submenu,.tkse-menu-dd:hover .tkse-submenu{display:block}
.tkse-menu-dd>a[aria-expanded="true"]{color:#009B63!important}
.tkse-form-card{background:#fff;border:1px solid rgba(7,27,59,.10);box-shadow:0 24px 70px rgba(8,31,63,.10);border-radius:26px;padding:28px;margin-top:26px}
.tkse-lead-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.tkse-lead-form .full{grid-column:1/-1}.tkse-lead-form label{font-weight:800;color:#071b3b;font-size:14px;display:block;margin-bottom:7px}.tkse-lead-form input,.tkse-lead-form select,.tkse-lead-form textarea{width:100%;border:1px solid rgba(7,27,59,.15);border-radius:14px;padding:13px 14px;font:inherit;color:#071b3b;background:#fff;outline:none}.tkse-lead-form textarea{min-height:110px;resize:vertical}.tkse-lead-form input:focus,.tkse-lead-form select:focus,.tkse-lead-form textarea:focus{border-color:#0abf6b;box-shadow:0 0 0 4px rgba(10,191,107,.12)}.tkse-form-actions{display:flex;gap:12px;align-items:center;flex-wrap:wrap;margin-top:6px}.tkse-form-note{font-size:13px;color:#64748b;margin-top:10px}.tkse-form-status{display:none;margin-top:16px;border-radius:16px;padding:14px 16px;background:#EAF7F1;color:#065f46;font-weight:700}.tkse-form-status.is-visible{display:block}.tkse-fallback-links{display:flex;flex-wrap:wrap;gap:10px;margin-top:14px}.tkse-fallback-links a{display:inline-flex;align-items:center;gap:8px;border:1px solid rgba(7,27,59,.12);border-radius:999px;padding:10px 14px;font-weight:800;text-decoration:none;color:#071b3b;background:#fff}.tkse-fallback-links a:hover{color:#009B63;border-color:rgba(8,168,90,.35);background:#f0fdf4}
@media(max-width:920px){.main-menu .tkse-menu-dd{display:block;height:auto}.main-menu .tkse-menu-dd>a{height:auto}.tkse-submenu{position:static;box-shadow:none;border-radius:14px;margin:6px 0 8px;min-width:0}.tkse-menu-dd.is-open .tkse-submenu{display:block}.tkse-menu-dd:hover .tkse-submenu{display:none}.tkse-menu-dd.is-open:hover .tkse-submenu{display:block}}
@media(max-width:720px){.tkse-lead-form{grid-template-columns:1fr}.tkse-form-card{padding:20px;border-radius:20px}.tkse-form-actions .btn{width:100%;justify-content:center}.tkse-fallback-links a{width:100%;justify-content:center}}
