.gt-query-section {
  padding: 40px 0 10px;
  background: #f8fafc;
}

.gt-query-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.gt-query-box {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 2px 20px rgba(0,0,0,0.08);
  overflow: hidden;
}

.gt-query-header {
  background: linear-gradient(135deg, #1a365d, #2c5282);
  padding: 22px 30px;
  text-align: center;
}

.gt-query-header h3 {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 4px;
}

.gt-query-header p {
  font-size: 13px;
  color: rgba(255,255,255,0.85);
  margin: 0;
}

.gt-query-body {
  position: relative;
  overflow: hidden;
}

.gt-query-slider {
  position: relative;
}

.gt-step {
  padding: 24px 28px 28px;
  box-sizing: border-box;
  transition: opacity 0.35s ease, visibility 0.35s ease;
}

.gt-step:first-child {
  opacity: 1;
  visibility: visible;
}

.gt-step:last-child {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
}

.gt-query-slider.step2 .gt-step:first-child {
  opacity: 0;
  visibility: hidden;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.gt-query-slider.step2 .gt-step:last-child {
  position: relative;
  opacity: 1;
  visibility: visible;
}

.gt-step-indicator {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 20px;
}

.gt-step-dot {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #e2e8f0;
  color: #94a3b8;
  font-size: 13px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.gt-step-dot.active {
  background: linear-gradient(135deg, #48bb78, #38a169);
  color: #fff;
}

.gt-step-line {
  width: 40px;
  height: 2px;
  background: #e2e8f0;
  transition: background 0.3s ease;
}

.gt-step-line.active {
  background: #48bb78;
}

.gt-form-row {
  margin-bottom: 14px;
}

.gt-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.gt-form-grid-3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 14px;
}

.gt-form-grid-4 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 14px;
}

.gt-form-row label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: #1a365d;
  margin-bottom: 5px;
}

.gt-form-row input,
.gt-form-row select,
.gt-form-row textarea {
  width: 100%;
  padding: 11px 14px;
  font-size: 14px;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  background: #fff;
  color: #1a365d;
  transition: all 0.25s ease;
  box-sizing: border-box;
  font-family: inherit;
}

.gt-form-row input::placeholder,
.gt-form-row textarea::placeholder {
  color: #94a3b8;
}

.gt-form-row input:focus,
.gt-form-row select:focus,
.gt-form-row textarea:focus {
  border-color: #48bb78;
  box-shadow: 0 0 0 3px rgba(72, 187, 120, 0.12);
  outline: none;
}

.gt-form-row textarea {
  min-height: 80px;
  resize: vertical;
}

.gt-country-wrap {
  position: relative;
}

.gt-country-wrap .gt-dropdown-arrow {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: #94a3b8;
  pointer-events: none;
  font-size: 11px;
}

.gt-country-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  max-height: 180px;
  overflow-y: auto;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-top: none;
  border-radius: 0 0 8px 8px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.12);
  z-index: 100;
  display: none;
}

.gt-country-dropdown.open {
  display: block;
}

.gt-country-dropdown .gt-country-opt {
  padding: 10px 14px;
  cursor: pointer;
  font-size: 13px;
  border-bottom: 1px solid #f0f0f0;
}

.gt-country-dropdown .gt-country-opt:hover,
.gt-country-dropdown .gt-country-opt.highlighted {
  background: #f0fdf4;
}

.gt-country-dropdown .gt-country-opt:last-child {
  border-bottom: none;
}

.gt-phone-row {
  display: flex;
  gap: 8px;
}

.gt-phone-code {
  width: 88px;
  min-width: 88px;
  max-width: 88px;
  flex-shrink: 0;
  padding: 11px 6px;
  font-size: 14px;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  background: #f1f5f9;
  color: #1a365d;
  text-align: center;
  font-family: inherit;
  cursor: default;
  box-sizing: border-box;
}

.gt-phone-row input {
  flex: 1;
}

.gt-btn-next {
  margin-top: 6px;
  background: linear-gradient(135deg, #48bb78, #38a169);
  color: #fff;
  padding: 13px;
  width: 100%;
  font-size: 15px;
  font-weight: 600;
  border-radius: 10px;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.gt-btn-next:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(72, 187, 120, 0.3);
}

.gt-back-link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 13px;
  font-weight: 500;
  color: #48bb78;
  cursor: pointer;
  margin-bottom: 16px;
  background: none;
  border: none;
  padding: 0;
  font-family: inherit;
}

.gt-back-link:hover {
  color: #38a169;
}

.gt-step2-title {
  font-size: 16px;
  font-weight: 600;
  color: #1a365d;
  margin-bottom: 16px;
}

.gt-participants {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  padding: 14px;
  border-radius: 10px;
  margin-bottom: 14px;
}

.gt-participants label {
  font-weight: 600;
  font-size: 13px;
  color: #1a365d;
  margin-bottom: 10px;
  display: block;
}

.gt-counter {
  display: grid;
  grid-template-columns: 1fr auto auto auto;
  align-items: center;
  gap: 8px;
  padding: 7px 0;
  border-bottom: 1px dashed #e2e8f0;
}

.gt-counter:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.gt-counter span {
  font-size: 13px;
  font-weight: 500;
  color: #4a5568;
}

.gt-counter input {
  width: 44px;
  text-align: center;
  padding: 6px 2px;
  font-size: 14px;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  background: #fff;
  color: #1a365d;
}

.gt-counter button {
  width: 30px;
  height: 30px;
  border: none;
  background: #e2e8f0;
  border-radius: 6px;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.2s ease;
  color: #1a365d;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gt-counter button:hover {
  background: #48bb78;
  color: #fff;
}

.gt-btn-submit {
  margin-top: 6px;
  background: linear-gradient(135deg, #1a365d, #2c5282);
  color: #fff;
  padding: 13px;
  width: 100%;
  font-size: 15px;
  font-weight: 600;
  border-radius: 10px;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.gt-btn-submit:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(26, 54, 93, 0.3);
}

.gt-btn-submit:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

.gt-success-msg {
  text-align: center;
  padding: 30px 20px;
}

.gt-success-msg .gt-success-icon {
  width: 56px;
  height: 56px;
  background: linear-gradient(135deg, #48bb78, #38a169);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
}

.gt-success-msg h4 {
  font-size: 20px;
  font-weight: 700;
  color: #1a365d;
  margin-bottom: 10px;
}

.gt-success-msg p {
  font-size: 14px;
  color: #4a5568;
  line-height: 1.6;
  margin: 0;
}

@media (max-width: 900px) {
  .gt-form-grid-3 {
    grid-template-columns: 1fr 1fr;
  }

  .gt-form-grid-4 {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 600px) {
  .gt-query-section {
    padding: 30px 0 5px;
  }

  .gt-query-header {
    padding: 18px 20px;
  }

  .gt-query-header h3 {
    font-size: 17px;
  }

  .gt-step {
    padding: 20px 18px 22px;
  }

  .gt-form-grid,
  .gt-form-grid-3,
  .gt-form-grid-4 {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .gt-form-row input,
  .gt-form-row select,
  .gt-form-row textarea {
    font-size: 16px;
    padding: 12px 14px;
  }

  .gt-phone-row select {
    width: 80px;
    min-width: 80px;
    max-width: 80px;
  }

  .gt-btn-next,
  .gt-btn-submit {
    padding: 14px;
    font-size: 16px;
  }

  .gt-success-msg {
    padding: 24px 16px;
  }

  .gt-success-msg h4 {
    font-size: 18px;
  }
}

/* ===============================
   MOBILE STICKY — FOOTER PADDING
================================ */
@media (max-width: 768px) {
  body {
    padding-bottom: 72px;
  }
}

/* ===============================
   MOBILE STICKY BAR
================================ */
.gt-mobile-sticky {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  padding: 10px 12px;
  background: #ffffff;
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.12);
  gap: 10px;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.gt-mobile-sticky.gt-sticky-hidden {
  transform: translateY(100%);
  opacity: 0;
  pointer-events: none;
}

@media (max-width: 768px) {
  .gt-mobile-sticky {
    display: flex;
  }
}

.gt-sticky-btn {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 16px;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  letter-spacing: 0.2px;
  transition: transform 0.15s ease;
}

.gt-sticky-btn:active {
  transform: scale(0.97);
}

.gt-sticky-enquire {
  background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
  color: #ffffff;
  box-shadow: 0 4px 14px rgba(37, 99, 235, 0.35);
}

.gt-sticky-whatsapp {
  background: linear-gradient(135deg, #25d366 0%, #128c7e 100%);
  color: #ffffff;
  box-shadow: 0 4px 14px rgba(37, 211, 102, 0.35);
}

.gt-sticky-whatsapp svg {
  flex-shrink: 0;
}
