
.saktron-ultimate-form,
.wpcf7 {
  max-width: 1000px;
  margin: 0 auto; /* सेंटर में, गैप 0 */
  background: #ffffff;
  border-radius: 0;
  box-shadow: none;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  padding: 0; /* बाहरी पैडिंग 0 */
}

.saktron-services {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0;
  background: #ffffff;
  border: none;
  border-radius: 0;
  box-shadow: none;
  line-height: 1.6;
  color: #374151;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

/* HEADER - NO GAP */
.form-header {
  background: #ffffff;
  color: #111827;
  padding: 5px; /* और कम पैडिंग */
  text-align: center;
  border-bottom: none;
  margin: 0;
}
.form-header h2 {
  font-size: 28px;
  font-weight: 600;
  margin: 0 0 0px; /* गैप 0 */
  letter-spacing: -0.5px;
  color: #111827;
}
.intro {
  font-size: 16px;
  color: #6b7280;
  margin: 0;
  font-weight: 400;
}

/* FORM SECTIONS - LIGHT GAP */
.form-section {
  padding: 5px; /* बहुत कम पैडिंग */
  border-bottom: none;
  margin: 10px 0; /* हल्का गैप 10px */
}
.form-section h4 {
  font-size: 20px;
  font-weight: 600;
  color: #111827;
  margin: 0 0 5px 0; /* गैप कम */
  padding-bottom: 0;
  border-bottom: none;
  display: block;
  letter-spacing: -0.02em;
}
.saktron-ultimate-form p,
.wpcf7-form p {
  margin: 0;
}

/* GRID - LIGHT GAP */
.form-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 10px; /* हल्का गैप 10px */
  margin-bottom: 10px; /* हल्का गैप 10px */
}
.passport-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px; /* हल्का गैप 10px */
  margin-top: 10px; /* हल्का गैप 10px */
}
.full-width {
  grid-column: 1 / -1 !important;
  margin-top: 10px; /* हल्का गैप 10px */
}

/* LABELS - NO GAPS */
.saktron-ultimate-form label,
.wpcf7 label {
  display: block;
  font-size: 15px;
  font-weight: 500;
  color: #374151;
  margin-bottom: 0px; /* गैप 0 */
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

/* INPUTS - NO GAPS, ERROR CONTROL */
.saktron-ultimate-form input,
.saktron-ultimate-form textarea,
.saktron-ultimate-form select,
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea,
.wpcf7 select {
  width: 100%;
  padding: 8px 10px; /* और कम पैडिंग */
  border: 1px solid #d1d5db;
  border-radius: 6px;
  font-size: 16px;
  background: #ffffff;
  transition: all 0.2s ease;
  font-family: inherit;
  color: #111827;
  box-sizing: border-box;
  margin: 0; /* गैप 0 */
}

/* HIDE GREEN BOX - मजबूत फिक्स */
.wpcf7-response-output {
  display: none !important; /* ग्रीन बॉक्स छिपाएं */
}
.wpcf7-mail-sent-ok {
  display: none !important; /* सक्सेस मैसेज भी छिपाएं */
}

.wpcf7-form-control-wrap input.wpcf7-not-valid,
.wpcf7-form-control-wrap textarea.wpcf7-not-valid,
.wpcf7-form-control-wrap select.wpcf7-not-valid {
  border-color: #d1d5db !important;
  background-color: #fff !important;
}
.wpcf7-not-valid-tip {
  display: none !important;
}

.saktron-ultimate-form input:focus,
.saktron-ultimate-form textarea:focus,
.saktron-ultimate-form select:focus,
.wpcf7 input:focus,
.wpcf7 textarea:focus,
.wpcf7 select:focus {
  outline: none;
  border-color: #9ca3af;
  box-shadow: 0 0 0 3px rgba(156, 163, 175, 0.2);
  background: #ffffff;
}
.saktron-ultimate-form input:hover,
.saktron-ultimate-form textarea:hover,
.saktron-ultimate-form select:hover,
.wpcf7 input:hover,
.wpcf7 textarea:hover,
.wpcf7 select:hover {
  border-color: #9ca3af;
}
.saktron-ultimate-form input::placeholder,
.saktron-ultimate-form textarea::placeholder,
.wpcf7 input::placeholder,
.wpcf7 textarea::placeholder {
  color: #9ca3af;
}
.saktron-ultimate-form textarea,
.wpcf7 textarea {
  min-height: 100px;
  resize: vertical;
}
select {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none' stroke='%239ca3af'%3e%3cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 9l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 12px center;
  background-repeat: no-repeat;
  background-size: 16px;
  padding-right: 40px;
  appearance: none;
}

/* SPECIAL SECTIONS - LIGHT GAP */
.nationality-other,
.destination-other {
  display: none;
  grid-column: 1;
  margin-top: 10px; /* हल्का गैप 10px */
}
.nationality-other.show,
.destination-other.show {
  display: block !important;
}
.qr-box.limited-offer {
  background: #f9fafb;
  padding: 10px; /* पैडिंग कम */
  margin: 10px 0; /* हल्का गैप 10px */
}
.qr-box h4 {
  font-size: 18px;
  font-weight: 600;
  color: #111827;
  margin: 0 0 2px 0; /* गैप कम */
}
.qr-box p {
  margin: 0;
  color: #4b5563;
  font-size: 16px;
}
.qr-box strong {
  color: #111827;
  font-weight: 700;
}
.pro-terms {
  background: #f9fafb;
  padding: 5px; /* पैडिंग कम */
  margin: 10px 0; /* हल्का गैप 10px */
  font-size: 15px;
  color: #374151;
  display: flex;
  align-items: flex-start;
  gap: 2px; /* गैप कम */
}
.pro-terms input[type="checkbox"] {
  width: 18px !important;
  height: 18px !important;
  margin: 0 !important;
  flex-shrink: 0;
  accent-color: #111827;
  border-radius: 3px;
}

/* SILVER BUTTON WITH BLACK TEXT + HOVER ANIMATION */
.submit-btn,
.wpcf7 input[type="submit"] {
  width: 100% !important;
  background: #9ca3af !important;
  color: #111827 !important;
  border: 1px solid #9ca3af !important;
  padding: 18px 30px !important;
  border-radius: 6px !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  cursor: pointer !important;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
  margin-top: 10px !important; /* हल्का गैप 10px */
  text-transform: uppercase;
  letter-spacing: 0.5px;
  position: relative;
  overflow: hidden;
}
.submit-btn::before,
.wpcf7 input[type="submit"]::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
  transition: left 0.6s;
}
.submit-btn:hover,
.wpcf7 input[type="submit"]:hover {
  background: #d1d5db !important;
  border-color: #d1d5db !important;
  color: #111827 !important;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  transform: translateY(-2px);
}
.submit-btn:hover::before,
.wpcf7 input[type="submit"]:hover::before {
  left: 100%;
}

/* THANK YOU - LIGHT GAP */
#thankyou-message {
  display: none;
  max-width: 800px;
  margin: 20px auto; /* हल्का गैप 20px */
  padding: 20px; /* पैडिंग 20px */
  background: #ffffff;
  border: none;
  border-radius: 0;
  text-align: center;
  box-shadow: none;
}
#thankyou-message.show {
  display: block !important;
}
.success-animation {
  width: 80px;
  height: 80px;
  margin: 0 auto 5px; /* गैप कम */
}
.checkmark {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #9ca3af;
  margin: 0 auto;
  position: relative;
  animation: checkmarkBounce 0.6s ease;
}
.checkmark::before {
  content: '✓';
  color: #ffffff;
  font-size: 32px;
  font-weight: 900;
  position: absolute;
  top: 18px;
  left: 22px;
}
@keyframes checkmarkBounce {
  0% { transform: scale(0); }
  50% { transform: scale(1.2); }
  100% { transform: scale(1); }
}