:root {
  --mix-col: linear-gradient(
    90deg,
    rgba(130, 46, 104, 1) 0%,
    rgba(157, 0, 0, 1) 50%,
    rgba(245, 196, 127, 1) 100%
  );
  --gov-blue: #da3d20;
  --gov-navy: #3d45aa;
  --gov-orange: #f8843f;
  --gov-dark-orange: #d43f3a;
  --other-col: #fff19b;
  --ink: #0b1220;
  --muted: #5b6472;
  --bg: #f5f7fb;
  /* --gov-navy: #0a2a5b; */
  --border: rgba(11, 18, 32, 0.12);
  --shadow: 0 10px 25px rgba(11, 18, 32, 0.08);

  --cta-green: #18a84c;
  --cta-green-dark: #148a3e;
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--bg);
  color: var(--ink);
}

.section {
  padding: 60px 0;
}

.section-title {
  font-weight: 900;
  color: var(--gov-blue);
}

.section-sub {
  color: var(--muted);
  font-weight: 700;
}

.top-strip {
  background: var(--mix-col);
  color: rgba(255, 255, 255, 0.92);
  font-size: 13px;
}

.top-strip a {
  color: rgba(255, 255, 255, 0.92);
}

.top-strip .sep {
  opacity: 0.5;
  margin: 0 0.5rem;
}

.social-icon a {
  padding: 0px 4px;
  font-size: 16px;
  text-decoration: none;
}

.brand-bar {
  background: #fff;
  border-bottom: 1px solid var(--border);
  box-shadow: 0 6px 18px rgba(11, 18, 32, 0.06);
}

.brand-wrap {
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 12px 0;
}

.brand-logo {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  border: 2px solid rgba(11, 61, 145, 0.18);
  object-fit: cover;
}

.brand-title .hi {
  font-weight: 900;
  color: var(--gov-blue);
  line-height: 1.1;
}

.brand-title .en {
  font-weight: 800;
  color: #1f2a44;
  font-size: 13px;
}

.btn-outline-msme {
  font-size: 16px;
  font-weight: 600;
  padding: 5px 10px;
  color: var(--gov-blue);
  border: 1px solid var(--gov-blue);
  transition: all 0.5s ease-in-out;
}

.btn-outline-msme:hover {
  background: var(--gov-blue);
  color: white;
  padding: 6px 12px;
}

.portal-nav {
  background: var(--gov-blue);
}

.portal-nav .nav-link {
  color: rgba(255, 255, 255, 0.92) !important;
  font-weight: 900;
  letter-spacing: 0.2px;
}

.nav-icon {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: #fff;
}

.notice-bar {
  background: #fff;
  border-bottom: 1px solid var(--border);
}

.notice-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 153, 51, 0.12);
  border: 1px solid rgba(255, 153, 51, 0.25);
  font-weight: 900;
  color: #a24d00;
  white-space: nowrap;
}

.marquee {
  overflow: hidden;
  white-space: nowrap;
}

.marquee span {
  display: inline-block;
  padding-left: 100%;
  animation: scrollText 18s linear infinite;
  font-weight: 800;
}

@keyframes scrollText {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}

.cardx {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 16px;
  box-shadow: var(--shadow);
}

/* =========================
   HERO (Modern Govt / SaaS)
   ========================= */

.hero-wrap {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #ffffff 0%, #eef7f1 100%);
}

/* top-right orange blob */
.hero-wrap::after {
  content: "";
  position: absolute;
  right: -120px;
  top: -120px;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: radial-gradient(
    circle at 30% 30%,
    #ff6a2a 0%,
    #ff8a3a 60%,
    transparent 61%
  );
  opacity: 0.95;
  z-index: 0;
}

/* bottom-left green blob */
.hero-wrap::before {
  content: "";
  position: absolute;
  left: -150px;
  bottom: -150px;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: radial-gradient(
    circle at 45% 45%,
    #41c36b 0%,
    #63d98a 55%,
    transparent 56%
  );
  opacity: 0.95;
  z-index: 0;
}

/* subtle wave */

.heroSwiper {
  position: relative;
  z-index: 1;
  background: linear-gradient(90deg,
    rgba(66, 44, 140, .90) 0%,
    rgba(129, 70, 170, .78) 45%,
    rgba(255, 116, 70, .30) 100%);
}

.hero-slide {
  position: relative;
  min-height: 520px;
  display: flex;
  align-items: center;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: transparent;
  /* remove dark overlay for modern look */
}

.hero-content {
  position: relative;
  z-index: 2;
  padding: 70px 0;
}

/* titles */
.hero-title-hi {
  font-weight: 900;
  line-height: 1.05;
  font-size: clamp(30px, 3.1vw, 54px);
  color: #1c1f35;
  margin-bottom: 10px;
}

.hero-title-en {
  font-weight: 900;
  font-size: clamp(16px, 1.8vw, 24px);
  color: #1c1f35;
  margin: 0;
}

.hero-sub {
  color: rgba(28, 31, 53, 0.75);
  font-weight: 650;
  max-width: 560px;
}

/* Accent text for slide headings */
.hero-accent {
  color: #ff4b2a;
  letter-spacing: 0.4px;
}

/*  hero 3 */
/* overall */
.heroSlide {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  min-height: 390px;
  /* background: linear-gradient(
    90deg,
    rgba(66, 44, 140, 0.9) 0%,
    rgba(129, 70, 170, 0.78) 45%,
    rgba(255, 116, 70, 0.3) 100%
  ); */
}

.heroInner {
  position: relative;
  z-index: 2;
  padding: 60px 0;
  height: 100%;
}

/* same purple-orange gradient feel */
.heroBg1,
.heroBg2,
.heroBg3 {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* put your SAME background images here */
/* .heroBg1 {
   background: linear-gradient(90deg,
    rgba(66, 44, 140, .90) 0%,
    rgba(129, 70, 170, .78) 45%,
    rgba(255, 116, 70, .30) 100%);
}
.heroBg2 {
   background: linear-gradient(90deg,
    rgba(66, 44, 140, .90) 0%,
    rgba(129, 70, 170, .78) 45%,
    rgba(255, 116, 70, .30) 100%);
}
.heroBg3 {
  background: linear-gradient(90deg,
    rgba(66, 44, 140, .90) 0%,
    rgba(129, 70, 170, .78) 45%,
    rgba(255, 116, 70, .30) 100%);
} */

/* overlay for readability (same on all) */
.heroOverlay {
  /* position: absolute; */

  /* background: linear-gradient(
    90deg,
    rgba(66, 44, 140, 0.9) 0%,
    rgba(129, 70, 170, 0.78) 45%,
    rgba(255, 116, 70, 0.3) 100%
  ); */
  z-index: 1;
}

/* typography */
.heroHi {
  color: #fff;
  font-weight: 800;
  letter-spacing: 0.2px;
  font-size: clamp(28px, 3vw, 44px);
  line-height: 1.15;
}

.heroEn {
  color: rgba(255, 255, 255, 0.92);
  font-weight: 700;
  font-size: clamp(16px, 1.6vw, 24px);
}

.heroBig {
  color: #fff;
  font-weight: 800;
  font-size: clamp(28px, 3vw, 44px);
  line-height: 1.15;
}

.heroSub {
  color: rgba(255, 255, 255, 0.85);
  font-size: 18px;
  line-height: 1.6;
  max-width: 620px;
}

/* mail pill like banner */
.heroMail {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(20, 20, 35, 0.55);
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  border: 1px solid rgba(255, 255, 255, 0.16);
}

/* right card (same on slides where needed) */
.heroRightCard {
  background: rgba(255, 255, 255, 0.92);
  border-radius: 18px;
  padding: 22px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
  position: relative;
}

.heroIconRow {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 0;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
  font-weight: 800;
  color: #20263a;
}

.heroIconRow:last-child {
  border-bottom: 0;
}

.heroIcon {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: #edf0ff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  color: #4b5cff;
  font-size: 18px;
}

/* right illustration positioning (building like sample) */
.heroRightImg {
  width: 100%;
  /* margin-top: -30px; */
  margin-left: 40px;
  filter: drop-shadow(0 15px 25px rgba(0, 0, 0, 0.25));
}

/* slide-2 badge */
.heroBadge {
  background: rgba(255, 196, 0, 0.95);
  border-radius: 18px;
  padding: 16px 18px;
  width: 260px;
  margin-left: auto;
  margin-bottom: 12px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
}

.heroBadgeTop {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 900;
  color: #1a1a1a;
}

.qmark {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.12);
  font-weight: 900;
}

.badgeTitle {
  font-size: 16px;
}
.badgeText {
  font-size: 13px;
  margin-top: 8px;
  color: rgba(0, 0, 0, 0.75);
  font-weight: 700;
}

/* right person illustration */
.heroPersonImg {
  width: 100%;
  max-width: 520px;
  display: block;
  margin-left: auto;
  filter: drop-shadow(0 15px 25px rgba(0, 0, 0, 0.25));
}

/* mini icons row slide 3 */
.heroMiniIcons .miniItem {
  color: rgba(255, 255, 255, 0.9);
  font-weight: 800;
}
.heroMiniIcons .miniDot {
  width: 10px;
  height: 10px;
  background: rgba(255, 196, 0, 0.95);
  border-radius: 50%;
  display: inline-block;
  margin-right: 8px;
}

/* responsive */
@media (max-width: 991px) {
  .heroInner {
    padding: 46px 0;
    text-align: center;
  }
  .heroSub {
    margin-left: auto;
    margin-right: auto;
  }
  .heroBadge {
    margin: 16px auto;
  }
  /* .heroRightImg{ display:none; } */
}

/* 4 CTA */
.cta-grid-wrap {
  padding: 60px 0 60px;
  background: #fff;
}

.cta-scheme-box {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 88px;
  border-radius: 18px;
  color: #fff;
  font-weight: 950;
  font-size: clamp(18px, 2vw, 28px);
  box-shadow: 0 14px 28px rgba(20, 138, 62, 0.22);
  transition: 0.18s ease;
  text-decoration: none;
}

/* .cta-scheme-box:hover {
    background: var(--cta-green-dark);
    transform: translateY(-2px);
    color: #fff;
} */

.cta-green {
  background-color: var(--cta-green);
}

.cta-red {
  background-color: var(--gov-blue);
}
.cta-blue {
  background-color: var(--gov-navy);
}
.cta-yellow {
  background-color: var(--gov-orange);
}

.doc-row {
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px dashed rgba(11, 18, 32, 0.14);
  font-weight: 850;
  color: #1f2a44;
}

.doc-row:last-child {
  border-bottom: 0;
}

.doc-row i {
  color: var(--gov-blue);
}

.svc-icon {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(19, 136, 8, 0.08);
  border: 1px solid rgba(19, 136, 8, 0.16);
  color: #138808;
  margin-bottom: 10px;
  font-size: 20px;
}

.contact-item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 12px 0;
  border-bottom: 1px dashed rgba(11, 18, 32, 0.14);
}

.contact-item:last-child {
  border-bottom: 0;
}

.contact-item i {
  font-size: 18px;
  color: var(--gov-blue);
}

.meta {
  font-size: 13px;
  color: var(--muted);
  font-weight: 750;
}

.footer {
  background: #081a36;
  color: rgba(255, 255, 255, 0.85);
  padding: 34px 0;
  border-top: 3px solid rgba(255, 153, 51, 0.7);
}

.footer .small {
  color: rgba(255, 255, 255, 0.75);
}

.backtop {
  position: fixed;
  right: 16px;
  bottom: 16px;
  width: 46px;
  height: 46px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--gov-blue);
  color: #fff;
  border: 0;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.18);
  opacity: 0;
  pointer-events: none;
  transition: 0.2s;
}

.backtop.show {
  opacity: 1;
  pointer-events: auto;
}

/*  banner cass/
 */
@media (max-width: 520px) {
  .heroInner {
    padding: 46px 0;
    text-align: center;
    height: 569px;
  }
}
