
/* ShikshanHub Brand Theme - Green + Orange */
:root{
  --edu-primary:#156F24;
  --edu-primary-2:#1B8C2D;
  --edu-accent:#F58734;
  --edu-accent-2:#FFA726;
  --edu-dark:#111827;
  --edu-text:#1F2937;
  --edu-muted:#64748B;
  --edu-soft:#F8FAFC;
  --edu-soft-green:#F0FDF4;
  --edu-soft-orange:#FFF7ED;
  --edu-border:#E5E7EB;
  --edu-shadow:0 18px 45px rgba(21,111,36,.12);
}

body{
  color:var(--edu-text);
  background:#fff;
}

a{transition:.25s ease}
a:hover{color:var(--edu-accent)!important}

.navbar,
.edu-header,
header{
  background:#fff!important;
  box-shadow:0 8px 24px rgba(15,23,42,.04);
}

.navbar .nav-link,
header .nav-link{
  color:#111827!important;
  font-weight:700;
}

.navbar .nav-link:hover,
header .nav-link:hover,
.navbar .nav-link.active{
  color:var(--edu-primary)!important;
}

.btn-primary,
.btn.btn-primary{
  background:linear-gradient(135deg,var(--edu-primary),var(--edu-primary-2));
  border-color:var(--edu-primary);
  color:#fff;
  box-shadow:0 12px 26px rgba(21,111,36,.20);
}

.btn-primary:hover,
.btn.btn-primary:hover{
  background:linear-gradient(135deg,var(--edu-accent),var(--edu-accent-2));
  border-color:var(--edu-accent);
  color:#fff!important;
  transform:translateY(-1px);
}

.btn-outline-primary{
  color:var(--edu-primary);
  border-color:var(--edu-primary);
}

.btn-outline-primary:hover{
  background:var(--edu-primary);
  border-color:var(--edu-primary);
  color:#fff!important;
}

.text-primary{color:var(--edu-primary)!important}
.bg-primary{background:var(--edu-primary)!important}
.border-primary{border-color:var(--edu-primary)!important}

.section-kicker,
.cd-green-kicker{
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:var(--edu-accent)!important;
  background:var(--edu-soft-orange);
  border:1px solid rgba(245,135,52,.18);
  border-radius:999px;
  padding:7px 14px;
  font-weight:900;
  letter-spacing:.07em;
  text-transform:uppercase;
  font-size:.76rem;
}

.display-3,.display-4,.display-5,.display-6,h1,h2,h3{
  color:var(--edu-dark);
}

.cd-hero{
  background:
    radial-gradient(circle at 8% 14%,rgba(21,111,36,.16),transparent 28%),
    radial-gradient(circle at 90% 18%,rgba(245,135,52,.18),transparent 30%),
    linear-gradient(180deg,#fff,#f7fff8)!important;
}

.cd-hero .badge{
  border-color:rgba(21,111,36,.2)!important;
  color:var(--edu-primary)!important;
  background:#fff!important;
}

.cd-sponsored-box,
.card,
.soft-card{
  border:1px solid rgba(21,111,36,.08)!important;
}

.edu-hover,
.soft-card,
.program-card,
.cd-marquee-item{
  transition:.28s ease!important;
}

.edu-hover:hover,
.soft-card:hover,
.program-card:hover,
.cd-marquee-item:hover{
  transform:translateY(-7px)!important;
  box-shadow:0 24px 55px rgba(21,111,36,.14)!important;
}

.program-card::before,
.edu-hover::before{
  background:linear-gradient(90deg,var(--edu-primary),var(--edu-accent))!important;
}

.badge.text-bg-primary,
.badge.bg-primary{
  background:linear-gradient(135deg,var(--edu-primary),var(--edu-primary-2))!important;
  color:#fff!important;
}

.badge.text-bg-light{
  background:#fff!important;
  color:var(--edu-primary)!important;
  border-color:rgba(21,111,36,.18)!important;
}

.cd-sponsored-logo-wrap{
  border-color:rgba(21,111,36,.12)!important;
}

.cd-view-profile,
.cd-sponsored-name:hover{
  color:var(--edu-primary)!important;
}

.cd-city-showcase{
  background:#F5F7FA!important;
  border-top:1px solid var(--edu-border);
  border-bottom:1px solid var(--edu-border);
}

.cd-city-showcase h2,
.cd-city-showcase h3,
.cd-city-showcase h4{
  color:var(--edu-dark)!important;
}

.cd-city-showcase p,
.cd-city-showcase .text-white-50{
  color:var(--edu-muted)!important;
}

.cd-city-pill{
  background:#fff!important;
  color:#374151!important;
  border:1px solid var(--edu-border)!important;
  border-radius:999px!important;
}

.cd-city-pill:hover,
.cd-city-pill.active,
.cd-city-pill:first-child.active{
  background:linear-gradient(135deg,var(--edu-primary),var(--edu-primary-2))!important;
  color:#fff!important;
  border-color:var(--edu-primary)!important;
  box-shadow:0 14px 30px rgba(21,111,36,.18)!important;
}

.cd-feature-city-card{
  background:#07111f!important;
  box-shadow:var(--edu-shadow);
}

.cd-feature-city-bg{
  background:
    linear-gradient(180deg,rgba(21,111,36,.12),rgba(15,23,42,.86)),
    url('https://images.unsplash.com/photo-1523050854058-8df90110c9f1?auto=format&fit=crop&w=1200&q=80') center/cover!important;
}

.cd-city-school-panel{
  background:#fff!important;
  border:1px solid var(--edu-border)!important;
  box-shadow:0 14px 36px rgba(15,23,42,.08)!important;
}

.cd-city-school-card{
  background:#F8FAFC!important;
  border:1px solid var(--edu-border)!important;
  color:var(--edu-dark)!important;
}

.cd-city-school-card:hover{
  background:#fff!important;
  box-shadow:0 14px 35px rgba(21,111,36,.12)!important;
}

.cd-city-school-card h4{color:var(--edu-dark)!important}
.cd-city-school-card p{color:var(--edu-muted)!important}

.cd-mini-tag{
  color:#365142!important;
  background:#fff!important;
  border:1px solid #dbe9de!important;
}

.edu-app-download{
  background:linear-gradient(100deg,var(--edu-soft-green),var(--edu-soft-orange))!important;
  border:1px solid rgba(21,111,36,.10);
}

.edu-sticky-cta .btn,
.btn-success{
  background:linear-gradient(135deg,#16A34A,var(--edu-primary))!important;
  border-color:var(--edu-primary)!important;
}

.form-control:focus,
.form-select:focus{
  border-color:var(--edu-primary)!important;
  box-shadow:0 0 0 .2rem rgba(21,111,36,.14)!important;
}

.edu-popup-badge{
  background:var(--edu-soft-green)!important;
  color:var(--edu-primary)!important;
}

.edu-popup-title span{
  color:var(--edu-primary)!important;
}

.edu-popup-btn{
  background:linear-gradient(135deg,var(--edu-primary),var(--edu-accent))!important;
  box-shadow:0 12px 28px rgba(21,111,36,.22)!important;
}

footer,
.footer{
  background:#0F172A!important;
  color:#CBD5E1!important;
}

footer h1,footer h2,footer h3,footer h4,footer h5,
.footer h1,.footer h2,.footer h3,.footer h4,.footer h5{
  color:var(--edu-accent)!important;
}

footer a,.footer a{color:#CBD5E1!important}
footer a:hover,.footer a:hover{color:var(--edu-accent)!important}

.admin-sidebar,
.sidebar{
  background:linear-gradient(180deg,#0F172A,#12351B)!important;
}

.admin-sidebar .active,
.sidebar .active{
  background:rgba(245,135,52,.16)!important;
  color:#fff!important;
}

.table thead th{
  background:var(--edu-soft-green)!important;
  color:var(--edu-primary)!important;
}

.alert-success{
  background:var(--edu-soft-green);
  border-color:#BBF7D0;
  color:#14532D;
}

@media(max-width:991px){
  .display-3{font-size:2.4rem!important}
}


/* Final UI polish */
.sh-footer{
  background:linear-gradient(135deg,#0f172a,#12351b);
  color:#cbd5e1;
  margin-top:40px;
}
.sh-footer-logo{
  height:58px;
  width:auto;
  background:#fff;
  border-radius:14px;
  padding:6px 10px;
}
.sh-footer-title{
  color:#F58734!important;
  font-size:1rem;
  font-weight:800;
  margin-bottom:16px;
}
.sh-footer-text{
  color:#cbd5e1;
  line-height:1.75;
}
.sh-footer-link{
  display:block;
  color:#cbd5e1!important;
  text-decoration:none;
  margin-bottom:10px;
  font-weight:600;
}
.sh-footer-link:hover{
  color:#F58734!important;
  transform:translateX(3px);
}
.sh-social{
  width:38px;
  height:38px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  color:#fff!important;
  background:rgba(255,255,255,.10);
  text-decoration:none;
}
.sh-social:hover{
  background:#F58734;
  color:#fff!important;
}
.sh-footer-whatsapp{
  background:linear-gradient(135deg,#156F24,#22c55e);
  color:#fff!important;
  font-weight:800;
}
.sh-contact-mini{
  color:#cbd5e1;
  font-size:.95rem;
  line-height:1.9;
}
.sh-footer-bottom{
  border-top:1px solid rgba(255,255,255,.12);
  color:#94a3b8;
}
.sh-footer-bottom a{
  color:#cbd5e1!important;
  text-decoration:none;
}
.sh-footer-bottom a:hover{
  color:#F58734!important;
}

/* Newly listed cards: make logo/photo visually smaller and cleaner */
.edu-hover > a:first-child{
  background:#f8fafc;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:18px;
  min-height:190px;
}
.edu-hover > a:first-child img{
  height:145px!important;
  width:auto!important;
  max-width:86%!important;
  object-fit:contain!important;
  border-radius:18px;
}
.edu-hover .card-body{
  padding-top:18px!important;
}

/* City spotlight content */
.cd-city-benefits{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}
.cd-city-benefits span{
  display:inline-flex;
  align-items:center;
  color:#fff;
  background:rgba(255,255,255,.14);
  border:1px solid rgba(255,255,255,.18);
  border-radius:999px;
  padding:7px 12px;
  font-size:.82rem;
  font-weight:700;
  backdrop-filter:blur(8px);
}
.cd-feature-city-card::after{
  content:'';
  position:absolute;
  right:24px;
  top:24px;
  width:92px;
  height:92px;
  border-radius:28px;
  background:rgba(255,255,255,.14);
  border:1px solid rgba(255,255,255,.18);
}
.cd-feature-city-card::before{
  content:'🎓';
  position:absolute;
  right:48px;
  top:44px;
  z-index:2;
  font-size:42px;
}
@media(max-width:575px){
  .edu-hover > a:first-child img{
    height:125px!important;
  }
  .sh-footer-logo{
    height:48px;
  }
}


/* InstoPedia header/footer brand alignment */
:root{--edu-primary:#1556A8;--edu-primary-2:#2878D5;--edu-accent:#F7952F;--edu-accent-2:#FFAA4D}
