body{
  background:#f4f9ff;
  font-family:'Poppins',sans-serif;
}

/* Page Wrapper */
.support-page{
  max-width:700px;
  margin:100px auto;
  background:#fff;
  padding:40px 35px;
  border-radius:18px;
  box-shadow:0 15px 50px rgba(0,0,0,.12);
  text-align:center;
}

/* Heading */
.support-page h1{
  font-size:30px;
  margin-bottom:10px;
  color:#001f3f;
}
.support-page p{
  color:#555;
  margin-bottom:30px;
}

/* Inputs */
.support-page input,
.support-page select,
.support-page textarea{
  width:100%;
  padding:14px;
  margin:10px 0;
  border-radius:8px;
  border:1px solid #ccc;
  font-size:14px;
  outline:none;
  transition:.3s;
}
.support-page input:focus,
.support-page select:focus,
.support-page textarea:focus{
  border-color:#007bff;
}

/* Submit Button */
.support-page button{
  background:linear-gradient(135deg,#007bff,#004cff);
  color:#fff;
  border:none;
  padding:14px 40px;
  border-radius:40px;
  margin-top:15px;
  font-weight:700;
  cursor:pointer;
  box-shadow:0 10px 30px rgba(0,123,255,.4);
}
.support-page button:hover{
  transform:scale(1.05);
}

/* Success Page */
.success-box{
  max-width:500px;
  margin:120px auto;
  background:#fff;
  padding:40px;
  border-radius:20px;
  text-align:center;
  box-shadow:0 20px 60px rgba(0,0,0,.15);
}
.success-box h1{color:#00a152}
.success-box h2{font-size:36px;color:#004cff}
.track-result{
  margin-top:25px;
  padding:20px;
  border-radius:14px;
  background:#f4f9ff;
  text-align:left;
  box-shadow:0 10px 25px rgba(0,0,0,.12);
}
.track-result p{margin:6px 0}
.error{color:red;margin-top:15px}
/* =========================
   TRACK TICKET RESULT
========================= */
.track-result{
  margin-top:25px;
  background:linear-gradient(135deg,#ffffff,#f3f9ff);
  padding:24px 22px;
  border-radius:18px;
  box-shadow:0 18px 45px rgba(0,0,0,.15);
}

.track-result h3{
  color:#004cff;
  margin-bottom:12px;
}

.track-result p{
  margin:6px 0;
  color:#333;
  font-size:14px;
}

.error{
  margin-top:18px;
  color:#ff3b3b;
  font-weight:600;
}

/* Track Input */
.support-page input{
  border:1px solid #ccd9ff;
}
.support-page button{
  background:linear-gradient(135deg,#00c853,#009624);
}
.upload-box{
  display:block;
  margin-top:15px;
  padding:15px;
  border:2px dashed #00c8ff;
  border-radius:14px;
  text-align:center;
  color:#007bff;
  cursor:pointer;
  transition:.3s;
  font-weight:600;
}

.upload-box:hover{
  background:#00c8ff15;
}

.support-submit-btn{
  background:linear-gradient(135deg,#00d2ff,#0066ff);
  color:#fff;
  padding:16px;
  border-radius:50px;
  width:100%;
  border:none;
  font-size:17px;
  font-weight:700;
  box-shadow:0 12px 35px rgba(0,0,0,.25);
  transition:.3s;
}

.support-submit-btn:hover{
  transform:scale(1.05);
}
.support-page form{
    display:flex;
    flex-direction:column;
    gap:18px;
}
.upload-box{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  margin-top:10px;
  padding:14px;
  border:2px dashed #00c8ff;
  border-radius:14px;
  text-align:center;
  color:#0a58ca;
  cursor:pointer;
  transition:.3s;
  font-weight:600;
  background:#f4fbff;
}

.upload-box i{
  font-size:18px;
  color:#007bff;
}

.upload-box:hover{
  background:#00c8ff15;
}
.support-submit-btn{
    margin-bottom:30px;   /* button ke niche space */
}

.support-contact{
    margin-top:25px;     /* contact section upar se door */
}
.support-contact p{
    margin:10px 0;
    font-weight:600;
    color:#002b5b;
}
/* ===== Premium Hero ===== */
.support-page{
  padding:60px 15px 90px;
  background:radial-gradient(circle at top,#e8f8ff,#f4fbff,#ffffff);
}

/* Hero Title */
.support-page h1{
  font-size:48px;
  font-weight:900;
  color:#002b5b;
  text-align:center;
  text-shadow:0 10px 30px rgba(0,0,0,.15);
}

.support-page > p{
  text-align:center;
  font-size:18px;
  margin-bottom:35px;
  color:#004a8f;
}

/* Badges */
.support-badges{
  display:flex;
  justify-content:center;
  gap:15px;
  flex-wrap:wrap;
  margin-bottom:35px;
}

.support-badges .badge{
  padding:10px 20px;
  border-radius:50px;
  background:linear-gradient(135deg,#00d2ff,#0066ff);
  color:#fff;
  font-weight:700;
  box-shadow:0 10px 30px rgba(0,0,0,.25);
  animation:pulse 2s infinite;
}

@keyframes pulse{
  0%{box-shadow:0 0 0 rgba(0,210,255,.5);}
  70%{box-shadow:0 0 25px rgba(0,210,255,.8);}
  100%{box-shadow:0 0 0 rgba(0,210,255,.5);}
}
.success-glass h1,
.success-glass p,
.success-glass .ticket-badge,
.success-glass .success-info p{
    color:#002b5b !important;
}

.success-glass .sub{
    color:#004a8f !important;
}

.success-glass .msg{
    color:#003366 !important;
}
/* CONFETTI ANIMATION */
.confetti{
  position:fixed;
  inset:0;
  pointer-events:none;
  background:
    radial-gradient(circle,#00d2ff 2px,transparent 3px),
    radial-gradient(circle,#00ff9c 2px,transparent 3px),
    radial-gradient(circle,#ffdd00 2px,transparent 3px);
  background-size:60px 60px;
  animation:confetti 8s linear infinite;
  opacity:.3;
}
@keyframes confetti{
  from{background-position:0 0,30px 60px,60px 30px;}
  to{background-position:0 800px,30px 860px,60px 830px;}
}

/* Premium shine */
.success-glass{
  border:2px solid rgba(0,210,255,.3);
  box-shadow:0 25px 70px rgba(0,0,0,.35);
}

.success-glass h1{
  background:linear-gradient(90deg,#00d2ff,#0066ff);
  -webkit-background-clip:text;
  color:transparent;
}

.ticket-badge span{
  color:#fff;
  background:#00c2ff;
  padding:6px 14px;
  border-radius:20px;
}
.back-btn{
  display:inline-flex;
  align-items:center;
  gap:10px;
  margin-top:22px;
  padding:14px 36px;
  background:linear-gradient(135deg,#00ff9c,#00d2ff);
  color:#002b5b;
  font-weight:800;
  border-radius:50px;
  text-decoration:none;
  box-shadow:0 12px 35px rgba(0,210,255,.45);
  transition:.35s;
}

.back-btn:hover{
  transform:translateY(-4px) scale(1.05);
  box-shadow:0 20px 50px rgba(0,210,255,.65);
}
/* ===== Description Image Preview ===== */
.desc-preview-wrap{
  margin-top:12px;
  text-align:center;
}

.support-preview{
  max-width:100%;
  max-height:240px;
  border-radius:16px;
  display:none;
  margin-top:12px;
  box-shadow:0 12px 30px rgba(0,0,0,.25);
  transition:.3s;
}
/* ==== Multi Photo Gallery ==== */
.desc-preview-wrap{
  margin-top:15px;
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  justify-content:center;
}

.support-preview{
  width:110px;
  height:110px;
  object-fit:cover;
  border-radius:14px;
  box-shadow:0 10px 25px rgba(0,0,0,.25);
  transition:.3s;
}

.support-preview:hover{
  transform:scale(1.08);
}
.desc-preview-wrap{
  margin-top:15px;
  display:flex !important;
  flex-wrap:wrap;
  gap:12px;
  justify-content:center;
  min-height:20px;
}
.support-gallery{
  margin-top:15px;
  display:grid;
  grid-template-columns:repeat(auto-fill,minmax(120px,1fr));
  gap:12px;
}
.support-gallery img{
  width:100%;
  height:120px;
  object-fit:cover;
  border-radius:14px;
  box-shadow:0 8px 20px rgba(0,0,0,.25);
}
