@charset "UTF-8";
/*!
 * QRcdr - php QR Code generator
 * Copyright 2015-2020 Nicola Franchini
 * item sold on codecanyon https://codecanyon.net/item/qrcdr-responsive-qr-code-generator/9226839
 */
a:hover, a:focus, a:active{
    text-decoration: none;
}
hr{
    border-color: #c7c7c7;
}
.form-control{
    background-color: rgba(0,0,0,0.01);
}
.btn:disabled{
    opacity: 0.2;
}
.btn.focus, .btn:focus{
    box-shadow: none !important;
}

img{
    max-width: 100%;
    height: auto;
}
textarea.form-control{
    margin-bottom: 1rem;
}
.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  margin-bottom: 0;
}
.custom-file-label{
    border:none;
}
label.custom-file-label:after{
    content: "\f093" !important;
    font-family:'FontAwesome';
    width: 100%;
    border: none;
    text-align: center;
    border-radius:.25rem;
}
.custom-file-label:after{
position: absolute;
top: 0;
right: 0;
bottom: 0;
z-index: 3;
display: block;
height: calc(1.5em + .75rem);
padding: .375rem .75rem;
line-height: 1.5;

}
.nav-pills > li > a span{
    font-size: .8em;
}
.dropdown-menu {
    z-index: 1022;
}
.navbar-dark .navbar-toggler{
    border-color: transparent;
}
.logoselecta img, .hold-custom-watermark{
    min-height: 2em;
    min-width: 2em;
    max-width: 2em;
    max-height: 2em;
}
.hold-custom-watermark > *{
    max-width: 100%;
    height: auto;
}

.btn.custom-watermark{
    padding: 0;
}
.custom-watermark img{
    max-width: 100%;
    height: 2em;
    margin: .375rem .75rem;
}
.styleselecta img{
    width: 2.5em;
}
.styleselecta label{
    min-width: 2.5em;
}
.btn-group-toggle .btn{
    border-radius: 0;
}
.btn-check:active + .btn, .btn-check:checked + .btn{
    background-color: #dae0e5;
    border-color: #dae0e5;
}
/* 
* Google map
*/
#map-canvas img { 
    max-width: none; 
}
#map-canvas {
    width: 100%;
    height: 350px;
    padding: 0px;
    float: left;
}
.controls {
    margin-top: 16px;
    border: 1px solid transparent;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 32px;
    outline: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}
#pac-input, #latlong input{
    background-color: #fff;
    padding: 0 11px 0 13px;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
    text-overflow: ellipsis;
}
#pac-input{
    width: 50%;
}
#latbox, #lngbox{
    width: 20%;
}
#pac-input:focus, #latlong input:focus {
    border-color: #4d90fe;
}

/* 
* QR code placeholder 
*/
.wrapresult, .resultholder{
    position: relative;
    text-align: center;
}
.resultholder svg{
    max-width: 100%;
    height: auto;
}
.placeresult{
    float: left;
    width: 100%;
    padding: 10px;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    position: relative;
}
.placeresult .linksholder .btn{
    font-size: 2.5rem;
}
.preloader{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    font-size: 36px;
    display: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.preloader .fa-cog{
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -18px;
    margin-top: -18px;
}

.was-validated .form-control:valid {
  background-image: none;
  border-color: #ced4da;
}
.was-validated .custom-select:valid{
  border-color: #ced4da;   
}

.custom-control-input.is-valid ~ .custom-control-label, .was-validated .custom-control-input:valid ~ .custom-control-label{
  color: inherit;   
}
.form-group{
    margin-bottom: 1rem;
}
.overlay-gradient{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.2);
    background: -moz-linear-gradient(-45deg, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(255,255,255,0.2)), color-stop(100%, rgba(255,255,255,0)));
    background: -webkit-linear-gradient(-45deg, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0) 100%);
    background: -o-linear-gradient(-45deg, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0) 100%);
    background: -ms-linear-gradient(-45deg, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0) 100%);
    background: linear-gradient(135deg, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 );
}
.vertical-middle{
    vertical-align: middle;
}
#infomarker_admin {
    width: 24px;
    height: 24px;
    border: 2px solid #950000;
    border-radius: 3em;
    background-color: #0FF;
    opacity: 0.5;
    cursor: move;
}
.venomap{
    width: 100%;
    height: 400px;
}
.form-control.no-validate:valid,
.form-control.no-validate:invalid {
    border-color: #ced4da;
    padding-right: .75rem;
    background: none;
}
/*
 * OL controls
 */
.ol-attribution *{
  font-size: 9px;
}
.ol-control{
  padding: 0;
}
.ol-control.ol-zoom,
.ol-control.ol-zoom:hover{
  background:none;
  z-index: 9;
}

.ol-control button,
.ol-control button:focus, .ol-control button:hover{
  background-color: #393939;
}
.ol-control button:focus, .ol-control button:hover{
  opacity: .8;
}
/* Toast Alert */
.alert_placeholder{
    position: fixed; bottom: 15px; right: 15px;
    z-index: 1021;
    transition: visibility .15s linear;
    visibility: hidden;
}
.alert_placeholder.show{
    visibility: visible;
}
.icon-spin{
    -webkit-animation:icon-spin 2s infinite linear;
    animation:icon-spin 2s infinite linear
}
@keyframes icon-spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}

input[type=range].qrcdr-slider-input {
  -webkit-appearance: none;
  margin: 10px 0;
  width: 100%;
  opacity: 0.7;
}
input[type=range].qrcdr-slider-input:focus {
  outline: none;
}
input[type=range].qrcdr-slider-input::-webkit-slider-runnable-track {
  width: 100%;
  height: 6px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 0px 0px 0px #000000;
  background: #d3d3d3;
  border-radius: 50px;
  border: 0px solid #000000;
}
input[type=range].qrcdr-slider-input::-webkit-slider-thumb {
  box-shadow: 0px 0px 1px #000000;
  border: 0px solid #000000;
  height: 14px;
  width: 14px;
  border-radius: 50px;
  background: #0083fd;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -4px;
}
input[type=range].qrcdr-slider-input:focus::-webkit-slider-runnable-track {
  background: #d3d3d3;
}
input[type=range].qrcdr-slider-input::-moz-range-track {
  width: 100%;
  height: 6px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 0px 0px 0px #000000;
  background: #d3d3d3;
  border-radius: 50px;
  border: 0px solid #000000;
}
input[type=range].qrcdr-slider-input::-moz-range-thumb {
  box-shadow: 0px 0px 1px #000000;
  border: 0px solid #000000;
  height: 14px;
  width: 14px;
  border-radius: 50px;
  background: #0083fd;
  cursor: pointer;
}
input[type=range].qrcdr-slider-input::-ms-track {
  width: 100%;
  height: 6px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
input[type=range].qrcdr-slider-input::-ms-fill-lower {
  background: #d3d3d3;
  border: 0px solid #000000;
  border-radius: 100px;
  box-shadow: 0px 0px 0px #000000;
}
input[type=range].qrcdr-slider-input::-ms-fill-upper {
  background: #d3d3d3;
  border: 0px solid #000000;
  border-radius: 100px;
  box-shadow: 0px 0px 0px #000000;
}

.form-control, .form-select{
    border-radius: 0;
}

input[type=range].qrcdr-slider-input::-ms-thumb {
  box-shadow: 0px 0px 1px #000000;
  border: 0px solid #000000;
  height: 14px;
  width: 14px;
  border-radius: 50px;
  background: #0083fd;
  cursor: pointer;
}
input[type=range].qrcdr-slider-input:focus::-ms-fill-lower {
  background: #d3d3d3;
}
input[type=range].qrcdr-slider-input:focus::-ms-fill-upper {
  background: #d3d3d3;
}
.input-group > .sp-colorize-container{
    flex: 1 1 auto;
    width: 1%;
}

/*
 * CropIt
 */
.image-editor{
    width: 248px;
}
.cropit-preview img{
    max-width: none;
}
.cropit-preview {
    background-size: cover;
    width: 200px;
    height: 200px;
    margin: 25px;
    border: 1px solid #E4E1E6;
}
.cropit-preview-image-container {
    cursor: move;
}
input.cropit-image-input {
    visibility: hidden;
    display: none;
}
.cropit-preview-background {
    opacity: .2;
}
input.cropit-image-zoom-input {
    position: relative;
}

.cropit-image-zoom-input, .cropit-preview{
  display: none;
}

.cropit-preview.cropit-image-loaded{
  display: block;
}
.cropit-image-loaded.cropit-image-zoom-input:not([disabled]){
  display: inline-block;
}

.accordion {--bs-accordion-border-width: 0;}

.ltr{
    direction: ltr;
}
/* ============================================================
   CUSTOM UI OVERHAUL — QR CODE IO
   ============================================================ */

/* ── CSS Variables ─────────────────────────────────────────── */
:root {
  --qr-primary: #6548cf;
  --qr-primary-dark: #4e35a8;
  --qr-primary-light: #7f66d9;
  --qr-accent: #f0a500;
  --qr-monkey-gold: #f5a623;
  --qr-bg: #0f0e17;
  --qr-surface: #1a1828;
  --qr-surface-2: #221f35;
  --qr-border: rgba(255,255,255,0.08);
  --qr-text: #f0eeff;
  --qr-text-muted: #9b93bf;
  --qr-nav-h: 68px;
  --qr-radius: 14px;
  --qr-shadow: 0 8px 32px rgba(101,72,207,0.18);
}

/* ── NAVBAR ─────────────────────────────────────────────────── */
.qr-navbar {
  position: sticky;
  top: 0;
  z-index: 1050;
  background: rgba(15,14,23,0.92);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--qr-border);
  transition: box-shadow .3s ease;
}
.qr-navbar.scrolled {
  box-shadow: 0 4px 24px rgba(0,0,0,0.45);
}
.qr-navbar-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  height: var(--qr-nav-h);
  display: flex;
  align-items: center;
  gap: 28px;
}

/* Brand */
.qr-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  flex-shrink: 0;
}
.qr-brand-icon {
  width: 30px;
  height: 30px;
  color: var(--qr-primary-light);
  flex-shrink: 0;
}
.qr-brand-name {
  font-size: 16px;
  font-weight: 800;
  letter-spacing: .06em;
  color: #fff;
  white-space: nowrap;
  font-family: 'Trebuchet MS', 'Segoe UI', sans-serif;
}

/* Nav Links */
.qr-nav-links {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 4px;
  flex: 1;
}
.qr-nav-link {
  display: inline-block;
  padding: 6px 14px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  color: var(--qr-text-muted);
  text-decoration: none;
  transition: color .2s, background .2s;
  white-space: nowrap;
}
.qr-nav-link:hover, .qr-nav-link.active {
  color: #fff;
  background: rgba(255,255,255,0.07);
  text-decoration: none;
}
.qr-nav-link.active {
  color: var(--qr-primary-light);
}
/* lang switcher now in navbar.php inline styles */

/* ── CTA BUTTON ─────────────────────────────────────────────── */
.qr-cta-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 10px 20px 10px 16px;
  background: linear-gradient(135deg, #f5a623 0%, #e8890d 100%);
  color: #1a1000;
  font-size: 13.5px;
  font-weight: 700;
  border-radius: 50px;
  text-decoration: none;
  white-space: nowrap;
  flex-shrink: 0;
  overflow: hidden;
  transition: transform .2s, box-shadow .2s;
  box-shadow: 0 4px 20px rgba(245,166,35,.35), 0 0 0 0 rgba(245,166,35,.4);
  animation: qrCtaPulse 3s ease-in-out infinite;
}
.qr-cta-btn:hover {
  transform: translateY(-2px) scale(1.03);
  box-shadow: 0 8px 32px rgba(245,166,35,.55), 0 0 0 0 rgba(245,166,35,.0);
  color: #1a1000;
  text-decoration: none;
  animation: none;
}
.qr-cta-shimmer {
  position: absolute;
  top: 0; left: -80%;
  width: 60%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.35), transparent);
  transform: skewX(-20deg);
  animation: qrShimmer 3s ease-in-out infinite;
}
@keyframes qrShimmer {
  0%, 60% { left: -80%; }
  80%, 100% { left: 140%; }
}
@keyframes qrCtaPulse {
  0%, 100% { box-shadow: 0 4px 20px rgba(245,166,35,.35), 0 0 0 0 rgba(245,166,35,.35); }
  50% { box-shadow: 0 4px 20px rgba(245,166,35,.45), 0 0 0 8px rgba(245,166,35,.0); }
}
.qr-cta-icon { font-size: 16px; line-height: 1; }
.qr-cta-text { letter-spacing: .01em; }
.qr-cta-badge {
  background: rgba(0,0,0,.18);
  color: rgba(0,0,0,.75);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .1em;
  padding: 2px 6px;
  border-radius: 20px;
  text-transform: uppercase;
}
.qr-cta-arrow { transition: transform .2s; }
.qr-cta-btn:hover .qr-cta-arrow { transform: translateX(3px); }

/* ── HAMBURGER ──────────────────────────────────────────────── */
.qr-hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 40px;
  height: 40px;
  padding: 9px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.16);
  cursor: pointer;
  border-radius: 9px;
  margin-left: auto;
  flex-shrink: 0;
  transition: background .2s, border-color .2s;
}
.qr-hamburger:hover { background: rgba(255,255,255,.14); border-color: rgba(255,255,255,.28); }
.qr-hamburger span {
  display: block;
  height: 2px;
  width: 100%;
  border-radius: 2px;
  background: #fff;
  transition: transform .28s ease, opacity .2s ease;
  transform-origin: center;
}
.qr-hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.qr-hamburger.open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.qr-hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ── MOBILE MENU ─────────────────────────────────────────────── */
.qr-mobile-menu {
  display: none;
  flex-direction: column;
  gap: 4px;
  padding: 12px 20px 20px;
  border-top: 1px solid var(--qr-border);
}
.qr-mobile-menu.open { display: flex; }
.qr-mobile-link {
  color: #e0d9ff;
  font-size: 15px;
  font-weight: 500;
  padding: 10px 14px;
  border-radius: 10px;
  text-decoration: none;
  transition: color .2s, background .2s;
}
.qr-mobile-link:hover { color: #fff; background: rgba(255,255,255,.08); text-decoration: none; }
.qr-mobile-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 18px;
  margin-top: 8px;
  background: linear-gradient(135deg, #f5a623 0%, #e8890d 100%);
  color: #1a1000 !important;
  font-weight: 700;
  font-size: 14px;
  border-radius: 50px;
  text-decoration: none;
}
/* responsive handled in navbar.php */

/* ── HERO ────────────────────────────────────────────────────── */
.qr-hero {
  position: relative;
  overflow: hidden;
  background: var(--qr-bg);
  padding: 72px 0 80px;
  color: #fff;
}
.qr-hero-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 80% 60% at 20% 50%, rgba(101,72,207,.35) 0%, transparent 60%),
    radial-gradient(ellipse 60% 80% at 80% 30%, rgba(101,72,207,.18) 0%, transparent 60%);
  pointer-events: none;
}
.qr-hero-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px);
  background-size: 48px 48px;
  pointer-events: none;
  mask-image: radial-gradient(ellipse 90% 90% at 50% 50%, black 40%, transparent 100%);
}
.qr-hero-content {
  position: relative;
  z-index: 1;
}
.qr-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(101,72,207,.2);
  border: 1px solid rgba(101,72,207,.4);
  color: #b3a4f0;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  padding: 5px 14px;
  border-radius: 50px;
  margin-bottom: 24px;
}
.qr-pulse-dot {
  width: 7px;
  height: 7px;
  background: #7f66d9;
  border-radius: 50%;
  animation: qrDotPulse 2s ease-in-out infinite;
}
@keyframes qrDotPulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: .5; transform: scale(.8); }
}
.qr-hero-title {
  font-size: clamp(38px, 6vw, 72px);
  font-weight: 900;
  letter-spacing: -.025em;
  line-height: 1.05;
  margin-bottom: 20px;
  color: #fff;
}
.qr-hero-sub {
  font-size: 16px;
  line-height: 1.75;
  color: #b3a4f0;
  max-width: 620px;
  margin-bottom: 40px;
}
.qr-hero-stats {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}
.qr-stat { display: flex; flex-direction: column; }
.qr-stat strong { font-size: 20px; font-weight: 800; color: #fff; }
.qr-stat span { font-size: 12px; color: var(--qr-text-muted); text-transform: uppercase; letter-spacing: .06em; }
.qr-stat-divider { width: 1px; height: 36px; background: rgba(255,255,255,.15); }

/* ── FOOTER ──────────────────────────────────────────────────── */
.qr-footer {
  background: var(--qr-bg);
  border-top: 1px solid var(--qr-border);
  color: var(--qr-text-muted);
  margin-top: 0;
}

/* Footer CTA Strip */
.qr-footer-cta-strip {
  background: linear-gradient(135deg, rgba(101,72,207,.25) 0%, rgba(78,53,168,.15) 100%);
  border-bottom: 1px solid var(--qr-border);
  padding: 36px 0;
}
.qr-footer-cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}
.qr-footer-cta-title {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 4px;
}
.qr-footer-cta-sub {
  font-size: 14px;
  color: var(--qr-text-muted);
  margin: 0;
}
.qr-footer-cta-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  background: linear-gradient(135deg, #f5a623 0%, #e8890d 100%);
  color: #1a1000 !important;
  font-size: 14px;
  font-weight: 700;
  border-radius: 50px;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  transition: transform .2s, box-shadow .2s;
  box-shadow: 0 4px 20px rgba(245,166,35,.3);
  flex-shrink: 0;
}
.qr-footer-cta-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(245,166,35,.45);
  text-decoration: none;
}
.qr-footer-cta-btn .qr-cta-shimmer { animation: qrShimmer 3s ease-in-out infinite; }

/* Footer Main */
.qr-footer-main {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 48px;
  padding: 56px 0 40px;
  flex-wrap: wrap;
}
.qr-footer-brand { max-width: 320px; }
.qr-footer-brand .qr-brand-icon { color: var(--qr-primary-light); }
.qr-footer-brand .qr-brand-name { color: #fff; font-size: 15px; margin-left: 10px; }
.qr-footer-tagline {
  font-size: 13px;
  line-height: 1.6;
  color: var(--qr-text-muted);
  margin: 14px 0 0;
}
.qr-footer-links { display: flex; gap: 56px; flex-wrap: wrap; }
.qr-footer-col { display: flex; flex-direction: column; gap: 10px; }
.qr-footer-col h4 {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #fff;
  margin: 0 0 6px;
}
.qr-footer-col a {
  font-size: 14px;
  color: var(--qr-text-muted);
  text-decoration: none;
  transition: color .2s;
}
.qr-footer-col a:hover { color: #fff; }

/* Footer Bottom */
.qr-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  border-top: 1px solid var(--qr-border);
  font-size: 13px;
  flex-wrap: wrap;
  gap: 12px;
}
.qr-footer-bottom strong { color: #fff; }
.qr-footer-bottom-links { display: flex; gap: 20px; }
.qr-footer-bottom-links a {
  color: var(--qr-text-muted);
  text-decoration: none;
  transition: color .2s;
}
.qr-footer-bottom-links a:hover { color: #fff; }

/* ── CONTACT PAGE ────────────────────────────────────────────── */
.qr-contact-page { background: var(--qr-bg); color: var(--qr-text); min-height: 100vh; }

.qr-contact-hero {
  position: relative;
  overflow: hidden;
  padding: 72px 0 80px;
  background: var(--qr-bg);
}
.qr-contact-hero-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 70% 80% at 15% 50%, rgba(101,72,207,.3) 0%, transparent 60%),
    radial-gradient(ellipse 50% 60% at 85% 20%, rgba(245,166,35,.12) 0%, transparent 60%);
  pointer-events: none;
}
.qr-contact-hero-content {
  position: relative;
  z-index: 1;
  text-align: center;
}
.qr-contact-eyebrow {
  display: inline-block;
  background: rgba(101,72,207,.2);
  border: 1px solid rgba(101,72,207,.4);
  color: #b3a4f0;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  padding: 5px 14px;
  border-radius: 50px;
  margin-bottom: 20px;
}
.qr-contact-title {
  font-size: clamp(32px, 5vw, 58px);
  font-weight: 900;
  letter-spacing: -.025em;
  line-height: 1.08;
  color: #fff;
  margin-bottom: 16px;
}
.qr-contact-subtitle {
  font-size: 16px;
  color: #b3a4f0;
  max-width: 520px;
  margin: 0 auto;
  line-height: 1.7;
}

.qr-contact-body { padding: 0 0 80px; }

.qr-contact-grid {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 40px;
  align-items: start;
}

/* Form Card */
.qr-form-card {
  background: var(--qr-surface);
  border: 1px solid var(--qr-border);
  border-radius: var(--qr-radius);
  padding: 40px 44px;
  box-shadow: var(--qr-shadow);
}
.qr-form-title {
  font-size: 22px;
  font-weight: 800;
  color: #fff;
  margin: 0 0 6px;
}
.qr-form-subtitle {
  font-size: 14px;
  color: var(--qr-text-muted);
  margin: 0 0 30px;
}
.qr-form-group { margin-bottom: 22px; position: relative; }
.qr-form-label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: var(--qr-text);
  margin-bottom: 8px;
  letter-spacing: .02em;
}
.qr-form-input {
  display: block;
  width: 100%;
  padding: 12px 16px;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 10px;
  color: #fff;
  font-size: 15px;
  transition: border-color .2s, background .2s, box-shadow .2s;
  -webkit-appearance: none;
}
.qr-form-input:focus {
  outline: none;
  border-color: var(--qr-primary-light);
  background: rgba(101,72,207,.08);
  box-shadow: 0 0 0 3px rgba(101,72,207,.2);
}
.qr-form-input::placeholder { color: rgba(255,255,255,.25); }
.qr-form-input.qr-input-error { border-color: #ef4444 !important; }
.qr-form-select { cursor: pointer; }
.qr-form-select option { background: var(--qr-surface-2); color: #fff; }
.qr-form-textarea { resize: vertical; min-height: 120px; font-family: inherit; }
.qr-form-error {
  display: none;
  font-size: 12px;
  color: #f87171;
  margin-top: 5px;
}
.qr-success-banner {
  display: none;
  align-items: center;
  gap: 10px;
  background: rgba(34,197,94,.12);
  border: 1px solid rgba(34,197,94,.3);
  border-radius: 10px;
  padding: 14px 18px;
  color: #86efac;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 28px;
}

/* Submit Button */
.qr-submit-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 28px;
  background: linear-gradient(135deg, var(--qr-primary) 0%, var(--qr-primary-dark) 100%);
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  width: 100%;
  justify-content: center;
  transition: transform .2s, box-shadow .2s, opacity .2s;
  box-shadow: 0 4px 20px rgba(101,72,207,.35);
  letter-spacing: .02em;
  position: relative;
  overflow: hidden;
}
.qr-submit-btn:hover:not(:disabled) {
  transform: translateY(-2px);
  box-shadow: 0 8px 32px rgba(101,72,207,.5);
}
.qr-submit-btn:disabled { opacity: .6; cursor: not-allowed; }
.qr-submit-btn.loading .qr-submit-text::after {
  content: '…';
  animation: qrDots .8s linear infinite;
}
@keyframes qrDots {
  0%, 20% { content: '.'; }
  40% { content: '..'; }
  60%, 100% { content: '…'; }
}

/* Info Cards */
.qr-contact-info { display: flex; flex-direction: column; gap: 0; }
.qr-info-card {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 22px 0;
  border-bottom: 1px solid var(--qr-border);
}
.qr-info-card:first-child { padding-top: 0; }
.qr-info-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: rgba(101,72,207,.15);
  border: 1px solid rgba(101,72,207,.25);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--qr-primary-light);
  flex-shrink: 0;
}
.qr-info-card h4 {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 4px;
}
.qr-info-card p {
  font-size: 13px;
  color: var(--qr-text-muted);
  margin: 0;
  line-height: 1.6;
}
.qr-info-divider {
  height: 1px;
  background: var(--qr-border);
  margin: 8px 0;
}
.qr-info-promo {
  background: rgba(245,166,35,.07);
  border: 1px solid rgba(245,166,35,.2);
  border-radius: 14px;
  padding: 22px;
  margin-top: 8px;
}
.qr-info-promo-label {
  font-size: 14px;
  font-weight: 700;
  color: var(--qr-monkey-gold);
  margin: 0 0 8px;
}
.qr-info-promo-text {
  font-size: 13px;
  color: var(--qr-text-muted);
  margin: 0 0 18px;
  line-height: 1.6;
}
.qr-info-promo-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 20px;
  background: linear-gradient(135deg, #f5a623 0%, #e8890d 100%);
  color: #1a1000 !important;
  font-size: 13px;
  font-weight: 700;
  border-radius: 50px;
  text-decoration: none;
  width: 100%;
  justify-content: center;
  overflow: hidden;
  transition: transform .2s, box-shadow .2s;
  box-shadow: 0 4px 18px rgba(245,166,35,.25);
}
.qr-info-promo-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(245,166,35,.4);
  text-decoration: none;
  color: #1a1000 !important;
}
.qr-info-promo-btn .qr-cta-shimmer { animation: qrShimmer 3s ease-in-out infinite; }

/* ── RESPONSIVE CONTACT ──────────────────────────────────────── */
@media (max-width: 900px) {
  .qr-contact-grid { grid-template-columns: 1fr; }
  .qr-contact-info { flex-direction: row; flex-wrap: wrap; gap: 0; }
  .qr-info-promo { width: 100%; margin-top: 20px; }
}
@media (max-width: 600px) {
  .qr-form-card { padding: 28px 22px; }
  .qr-footer-cta-inner { flex-direction: column; align-items: flex-start; }
  .qr-footer-main { flex-direction: column; gap: 32px; padding: 40px 0 28px; }
  .qr-hero { padding: 48px 0 56px; }
  .qr-contact-hero { padding: 48px 0 56px; }
  .qr-hero-stats { gap: 16px; }
  .qr-stat-divider { display: none; }
}

/* ── Override Bootstrap on dark pages ───────────────────────── */
.qr-footer .dropdown-toggle,
.qr-footer .nav-link,
.qr-contact-page a.nav-link {
  color: var(--qr-text-muted) !important;
}
