#ftco-logo .ftco-logo-link{
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

#ftco-logo .ftco-logo-img{
  height: 42px;      /* change as needed */
  width: auto;
  display: block;
}

/* mobile */
@media (max-width: 768px){
  #ftco-logo .ftco-logo-img{
    height: 36px;
  }
}
.nk-navbar{
  background: linear-gradient(135deg, #eff0f3 0%, #cac4c4 50%, #111827 100%);
  box-shadow: 0 14px 35px rgba(0,0,0,0.35);
  border-bottom: 1px solid rgba(255,255,255,0.08);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

body.nk-modal-open {
  overflow: hidden;
}

body.nk-modal-open #page {
  filter: blur(8px);
  transform: scale(0.995);
  transition: filter 0.25s ease, transform 0.25s ease;
}

.nk-disclaimer-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.55);
  z-index: 99999;
  display: none;
  padding: 20px;
}

.nk-disclaimer-overlay.is-open {
  display: flex;
  align-items: center;
  justify-content: center;
}

.nk-disclaimer-modal {
  width: min(680px, 100%);
  background: #ffffff;
  border-radius: 14px;
  padding: 22px 22px 18px;
  box-shadow: 0 30px 80px rgba(0,0,0,0.45);
  animation: nkPop 0.22s ease;
}

.nk-disclaimer-modal h3 {
  margin: 0 0 10px;
  font-weight: 700;
  color: #111;
}

.nk-disclaimer-modal p {
  margin: 0 0 12px;
  color: #333;
  line-height: 1.6;
}

.nk-disclaimer-modal ul {
  margin: 0 0 14px 18px;
  color: #333;
}

.nk-disclaimer-check {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 14px;
  color: #222;
  margin: 12px 0 16px;
}

.nk-disclaimer-actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}

#disclaimerBtn[disabled] {
  opacity: 0.65;
  cursor: not-allowed;
}

@keyframes nkPop {
  from { transform: translateY(10px) scale(0.98); opacity: 0; }
  to   { transform: translateY(0) scale(1); opacity: 1; }
}

/* =========================
   Govt Form Sheet Style
========================= */

.nk-form-sheet{
  background:#fff;
  border:2px solid #222;
  padding:18px;
  margin-top:15px;
  box-shadow: 0 10px 28px rgba(0,0,0,0.08);
}

.nk-form-head{
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  border-bottom:2px solid #222;
  padding-bottom:12px;
  margin-bottom:12px;
  gap:12px;
}

.nk-head-title{
  font-size:22px;
  font-weight:800;
  color:#111;
  margin:0;
}

.nk-head-sub{
  font-size:15px;
  font-weight:700;
  color:#222;
  margin-top:4px;
}

.nk-photo-box{
  width:150px;
  min-width:150px;
  height:130px;
  border:2px solid #222;
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  padding:8px;
}

.nk-photo-label{
  font-size:13px;
  line-height:1.25;
  color:#111;
  font-weight:700;
}

.nk-photo-input{
  position:absolute;
  inset:0;
  opacity:0;
  cursor:pointer;
}

.nk-section-title{
  margin-top:14px;
  padding:10px 10px;
  border:2px solid #222;
  font-weight:800;
  color:#111;
  background:#f6f6f6;
}

.nk-form-row{
  display:flex;
  gap:12px;
  align-items:center;
  border-bottom:1px solid #222;
  padding:10px 8px;
}

.nk-form-row:last-child{
  border-bottom:none;
}

.nk-label{
  width:260px;
  min-width:260px;
  font-weight:700;
  color:#111;
}

.nk-field{
  flex:1;
}

.nk-line-input{
  border:none !important;
  border-bottom:1px solid #222 !important;
  border-radius:0 !important;
  box-shadow:none !important;
  padding-left:0 !important;
  padding-right:0 !important;
  height:36px;
}

.nk-line-input:focus{
  border-bottom:2px solid #000 !important;
  outline:none !important;
  box-shadow:none !important;
}

.nk-box-textarea{
  border:1px solid #222 !important;
  border-radius:0 !important;
  box-shadow:none !important;
  resize:vertical;
}

.nk-checkline{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  align-items:center;
}

.nk-checkline-wrap{
  gap:10px 18px;
}

.nk-check{
  margin:0;
  font-weight:700;
  color:#111;
}

.nk-note{
  background:#fcfcfc;
}

.nk-declare-text{
  color:#111;
  line-height:1.7;
  margin:0 0 10px 0;
}

.nk-small{
  color:#666;
  display:block;
  margin-top:4px;
}

.nk-form-actions{
  padding-top:16px;
  text-align:center;
}

.nk-submit-btn{
  width:100%;
  max-width:420px;
}

/* Grid rows */
.nk-grid-2 .nk-label{ width:210px; min-width:210px; }
.nk-grid-3{
  flex-wrap:wrap;
}
.nk-grid-3 .nk-label{ width:160px; min-width:160px; }
.nk-grid-3 .nk-field{ width: calc(33.33% - 40px); min-width: 220px; }

/* Responsive */
@media (max-width: 768px){
  .nk-form-head{ flex-direction:column; }
  .nk-photo-box{ width:100%; min-width:100%; height:140px; }

  .nk-form-row{ flex-direction:column; align-items:flex-start; }
  .nk-label{ width:100%; min-width:100%; }
  .nk-grid-3 .nk-field{ width:100%; min-width:100%; }
}
