/* ==========================================================================
   APPLY ONLINE PAGE SPECIFIC STYLESHEET (INDIAN TRICOLOR THEME)
   Sutapa Infotech Skills Foundation / IDST
   ========================================================================== */

:root {
  --tricolor-saffron: #ff9933;
  --tricolor-green: #128807;
  --tricolor-white: #ffffff;
  --primary-blue: #001f4d;
  --secondary-blue: #005bc5;
  --accent-gold: #ffb300;
  --light-bg: #f8fafc;
  --card-shadow: 0 10px 30px rgba(0, 31, 77, 0.08);
  --card-hover-shadow: 0 20px 40px rgba(0, 31, 77, 0.16);
  --transition-smooth: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

/* ==========================================================================
   INDIAN TRICOLOR UTILITIES
   ========================================================================== */
.tricolor-heading-underline {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  margin: 12px auto 25px;
}

.tricolor-heading-underline .line-saffron {
  width: 35px;
  height: 4px;
  background-color: #ff9933;
  border-radius: 4px;
}

.tricolor-heading-underline .line-white {
  width: 20px;
  height: 4px;
  background-color: #005bc5;
  border-radius: 4px;
}

.tricolor-heading-underline .line-green {
  width: 35px;
  height: 4px;
  background-color: #128807;
  border-radius: 4px;
}

/* ==========================================================================
   1. HERO BREADCRUMB BANNER
   ========================================================================== */
.page-hero-banner {
  position: relative;
  background: linear-gradient(135deg, #071329 0%, #030b1a 60%, #091c3d 100%);
  color: #ffffff;
  padding: 65px 0 75px;
  overflow: hidden;
  box-shadow: inset 0 -10px 25px rgba(0, 0, 0, 0.3);
}

.hero-dot-pattern {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: radial-gradient(rgba(255, 255, 255, 0.12) 1.5px, transparent 1.5px);
  background-size: 24px 24px;
  opacity: 0.65;
  pointer-events: none;
}

.about-breadcrumb {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  padding: 6px 18px;
  border-radius: 50px;
  border: 1px solid rgba(255, 153, 51, 0.35);
  font-size: 0.85rem;
  font-weight: 500;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.about-breadcrumb a {
  color: #ff9933;
  text-decoration: none;
  font-weight: 600;
  transition: var(--transition-smooth);
}

.about-breadcrumb a:hover {
  color: #ffffff;
}

.about-breadcrumb span.separator {
  color: rgba(255, 255, 255, 0.4);
}

.about-breadcrumb span.active-crumb {
  color: #ffffff;
  font-weight: 700;
}

.page-hero-title {
  font-family: 'Space Grotesk', 'Poppins', sans-serif;
  font-weight: 800;
  font-size: clamp(2rem, 3.8vw, 2.2rem);
  letter-spacing: -0.01em;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 1.18;
  text-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
  margin-bottom: 0;
}

.page-hero-title span.text-saffron {
  color: #ff9933;
  text-shadow: 0 2px 10px rgba(255, 153, 51, 0.3);
}

.page-hero-desc {
  font-family: 'Inter', sans-serif;
  color: #cbd5e1;
  max-width: 740px;
  font-size: 1.02rem;
  line-height: 1.65;
}

.hero-quick-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.quick-badge-item {
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(0, 15, 40, 0.5);
  border-radius: 10px;
  padding: 8px 16px;
  font-size: 0.88rem;
  font-weight: 600;
  transition: var(--transition-smooth);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.quick-badge-item.badge-saffron {
  border: 1px solid rgba(255, 153, 51, 0.4);
  color: #ffe8d1;
}

.quick-badge-item.badge-saffron i { color: #ff9933; }

.quick-badge-item.badge-white {
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #ffffff;
}

.quick-badge-item.badge-white i { color: #38bdf8; }

.quick-badge-item.badge-green {
  border: 1px solid rgba(18, 136, 7, 0.5);
  color: #dcfce7;
}

.quick-badge-item.badge-green i { color: #4ade80; }

.quick-badge-item:hover {
  transform: translateY(-3px);
  background: rgba(0, 25, 60, 0.75);
}

/* Right Circular Icon Badge */
.hero-badge-circle-wrapper {
  position: relative;
  width: 145px;
  height: 145px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-badge-circle-outer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px dashed rgba(255, 153, 51, 0.5);
  border-radius: 50%;
  animation: spinDashed 25s linear infinite;
}

.hero-badge-circle-inner {
  width: 115px;
  height: 115px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1.5px solid rgba(255, 255, 255, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 30px rgba(255, 153, 51, 0.2), inset 0 0 15px rgba(255, 255, 255, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hero-badge-circle-inner i {
  font-size: 3.2rem;
  filter: drop-shadow(0 0 10px rgba(255, 153, 51, 0.5));
}

@keyframes spinDashed {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.hero-tricolor-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(to right, #ff9933 0%, #ff9933 33.33%, #ffffff 33.33%, #ffffff 66.66%, #128807 66.66%, #128807 100%);
  z-index: 5;
}

/* ==========================================================================
   2. APPLICATION FORM SECTION
   ========================================================================== */
.application-section {
  padding: 90px 0;
  background-color: #ffffff;
  background-image: 
    linear-gradient(to right, rgba(15, 23, 42, 0.04) 1px, transparent 1px), 
    linear-gradient(to bottom, rgba(15, 23, 42, 0.04) 1px, transparent 1px), 
    linear-gradient(to right, #ffffff 0%, #ffffff 40%, rgba(255, 255, 255, 0) 95%), 
    linear-gradient(to bottom, rgba(255, 153, 51, 0.48) 0%, rgba(255, 153, 51, 0.12) 18%, #ffffff 28%, #ffffff 72%, rgba(19, 136, 8, 0.12) 82%, rgba(19, 136, 8, 0.44) 100%);
  background-size: 32px 32px, 32px 32px, 100% 100%, 100% 100%;
  background-position: left top, left top, left top, left top;
  background-repeat: repeat, repeat, no-repeat, no-repeat;
}

.application-form-card {
  background: #ffffff;
  border-radius: 24px;
  padding: 40px;
  box-shadow: 0 15px 35px rgba(0, 31, 77, 0.08);
  border: 1px solid #e2e8f0;
  position: relative;
  overflow: hidden;
}

.application-form-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(to right, #ff9933 0%, #ff9933 33.33%, #005bc5 33.33%, #005bc5 66.66%, #128807 66.66%, #128807 100%);
}

.form-step-header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: 2px solid #f1f5f9;
}

.form-step-number {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff9933, #ea580c);
  color: #ffffff;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.95rem;
}

.form-step-title {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  color: #001f4d;
  margin: 0;
}

.custom-form-label {
  font-weight: 600;
  font-size: 0.88rem;
  color: #334155;
  margin-bottom: 6px;
}

.custom-form-label span.req {
  color: #ef4444;
}

.custom-form-control {
  border-radius: 12px;
  border: 1.5px solid #cbd5e1;
  padding: 12px 16px;
  font-size: 0.95rem;
  transition: var(--transition-smooth);
}

.custom-form-control:focus {
  border-color: #ff9933;
  box-shadow: 0 0 0 4px rgba(255, 153, 51, 0.15);
}

/* Side Card Boxes */
.side-info-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 28px 24px;
  box-shadow: var(--card-shadow);
  border: 1px solid #e2e8f0;
  margin-bottom: 24px;
}

.side-info-card.bg-light-saffron {
  background: linear-gradient(180deg, #ffffff 0%, #fffbf5 100%);
  border: 1.5px solid rgba(234, 88, 12, 0.2);
  border-left: 4px solid #ea580c;
}

.side-info-card.bg-light-blue {
  background: linear-gradient(180deg, #ffffff 0%, #f0f9ff 100%);
  border: 1.5px solid rgba(37, 99, 235, 0.2);
  border-left: 4px solid #005bc5;
}

.side-card-title {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 1.1rem;
  color: #001f4d;
  margin-bottom: 15px;
}

.checklist-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.88rem;
  color: #475569;
  margin-bottom: 10px;
}

.checklist-item i {
  color: #128807;
}

/* Submit Button */
.btn-submit-application {
  background: linear-gradient(135deg, #128807 0%, #16a34a 100%);
  color: #ffffff;
  font-weight: 800;
  font-size: 1.05rem;
  padding: 16px 36px;
  border-radius: 50px;
  border: none;
  box-shadow: 0 12px 25px rgba(18, 136, 7, 0.3);
  transition: var(--transition-smooth);
  width: 100%;
}

.btn-submit-application:hover {
  background: linear-gradient(135deg, #16a34a 0%, #15803d 100%);
  color: #ffffff;
  transform: translateY(-3px);
  box-shadow: 0 18px 35px rgba(18, 136, 7, 0.4);
}

/* ==========================================================================
   3. CALL TO ACTION BANNER (HIGH CONTRAST NAVY & TRICOLOR STYLING)
   ========================================================================== */
.cta-section {
  padding: 85px 0;
  background: linear-gradient(135deg, #001f4d 0%, #003b8e 50%, #071329 100%) !important;
  color: #ffffff !important;
  position: relative;
  overflow: hidden;
  text-align: center;
}

.cta-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(to right, #ff9933 0%, #ff9933 33.33%, #ffffff 33.33%, #ffffff 66.66%, #128807 66.66%, #128807 100%);
  z-index: 5;
}

.cta-title {
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
  font-size: clamp(2rem, 3.5vw, 2.8rem);
  color: #ffffff !important;
  margin-bottom: 15px;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
}

.cta-subtitle {
  font-size: 1.15rem;
  color: #cbd5e1 !important;
  max-width: 760px;
  margin: 0 auto 35px auto;
  line-height: 1.6;
}

.cta-btn-saffron {
  background: linear-gradient(135deg, #ff9933 0%, #ea580c 100%);
  color: #ffffff !important;
  font-weight: 700;
  padding: 14px 34px;
  border-radius: 50px;
  text-decoration: none;
  box-shadow: 0 10px 25px rgba(234, 88, 12, 0.4);
  transition: var(--transition-smooth);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.cta-btn-saffron:hover {
  background: linear-gradient(135deg, #ea580c 0%, #c2410c 100%);
  color: #ffffff !important;
  transform: translateY(-3px);
  box-shadow: 0 15px 30px rgba(234, 88, 12, 0.5);
}

.cta-btn-outline-white {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  color: #ffffff !important;
  font-weight: 700;
  padding: 14px 34px;
  border-radius: 50px;
  text-decoration: none;
  border: 2px solid rgba(255, 255, 255, 0.7);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  transition: var(--transition-smooth);
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.cta-btn-outline-white:hover {
  background: #ffffff;
  color: #001f4d !important;
  border-color: #ffffff;
  transform: translateY(-3px);
  box-shadow: 0 15px 30px rgba(255, 255, 255, 0.3);
}
@media (max-width: 767.98px) {
  .application-form-card {
    padding: 17px;
  }
}
