
:root{
  /* Company colors */
  --fc-blue:#0c2fa6;
  --fc-cyan:#21b6e6;     /* sky blue */
  --fc-orange:#d46b00;
  --fc-dark:#0b1220;
  --fc-muted:#6b7280;

  /* Premium accent used sparingly (hero title highlight) */
  --fc-purple:#6A1B9A;

  --fc-bg:#F5F7FA;
  --fc-card:#ffffff;
}

body{
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-size: 1.06rem; /* make write-ups a little bigger */
  line-height: 1.65;
}
.navbar-brand img{height:48px; width:auto;} /* slightly bigger logo */
.hero{
  background: radial-gradient(1200px 600px at 20% 10%, rgba(33,182,230,.25), transparent 60%),
              radial-gradient(900px 500px at 80% 0%, rgba(12,47,166,.25), transparent 60%),
              linear-gradient(180deg, #ffffff, #f6f9ff 65%, #ffffff);
  border-bottom: 1px solid rgba(15,23,42,.08);
}
.badge-soft{
  background: rgba(12,47,166,.08);
  color: var(--fc-blue);
  border: 1px solid rgba(12,47,166,.18);
}
.section-title{letter-spacing:.2px}
.card.shadow-soft{box-shadow: 0 12px 30px rgba(2,8,23,.08);}
.icon-circle{
  width:44px;height:44px;border-radius:12px;
  background: rgba(33,182,230,.14);
  display:flex;align-items:center;justify-content:center;
  border:1px solid rgba(33,182,230,.25);
}
.btn-primary{background: var(--fc-blue); border-color: var(--fc-blue);}
.btn-primary:hover{background:#0a278a;border-color:#0a278a;}
.link-accent{color:var(--fc-blue); text-decoration:none;}
.link-accent:hover{text-decoration:underline;}
.footer{
  background: #0b1220;
  color: rgba(255,255,255,.8);
}
.footer a{color: rgba(255,255,255,.9); text-decoration:none;}
.footer a:hover{text-decoration:underline;}
.small-muted{color: var(--fc-muted);}


/* ===== Typography & Section Headings ===== */
.section-title{
  color: var(--fc-dark);
  letter-spacing: -0.02em;
}
.hero-title{
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.05;
}
.brand-kicker{ color: var(--fc-purple); font-weight: 800; }
.topic-title{
  position: relative;
  padding-left: 14px;
  border-left: 5px solid var(--fc-orange);
  color: var(--fc-blue);
}
.subtopic-title{ color: var(--fc-cyan); font-weight: 800; }
/* ===== Cards, buttons, and images ===== */
.shadow-soft{ box-shadow: 0 12px 28px rgba(15,23,42,.08) !important; }
.card{ border-radius: 18px; }
.btn-outline-primary{ border-color: rgba(12,47,166,.35); }
.btn-outline-primary:hover{ background: rgba(12,47,166,.08); }
.hero-illustration{
  width: 100%;
  height: auto;
  max-height: 330px; /* reduce homepage height */
  object-fit: contain;
  border-radius: 18px;
  box-shadow: 0 12px 28px rgba(15,23,42,.08);
  border: 1px solid rgba(15,23,42,.08);
}

@media (max-width: 991.98px){
  .hero-illustration{max-height: 260px;}
}

/* Page-specific illustration sizing */
.page-hero-illustration{max-height:240px;}

/* Slightly larger paragraph text in key pages */
.page-lead{font-size:1.12rem;}

/* Contact page should not feel too tall */
.contact-hero{padding-top:2.5rem!important; padding-bottom:2.5rem!important;}
.section-illustration{
  width: 100%;
  height: auto;
  border-radius: 18px;
  border: 1px solid rgba(15,23,42,.08);
}
.section-alt{
  background: linear-gradient(180deg, #ffffff, var(--fc-bg));
  border-top: 1px solid rgba(15,23,42,.06);
  border-bottom: 1px solid rgba(15,23,42,.06);
}


/* ===== Faraclems polish v3 ===== */
.fw-black{font-weight:900!important; letter-spacing:-0.02em;}
.hero-title{font-weight:900; letter-spacing:-0.03em; line-height:1.05;}
.hero-subtitle{font-size:1.125rem;}
.section-title{font-weight:800; letter-spacing:-0.01em;}
.section-title:after{content:""; display:block; width:64px; height:4px; border-radius:999px; background:linear-gradient(90deg,var(--fc-blue),var(--fc-cyan),var(--fc-purple)); margin-top:12px;}
.page-hero-illustration{max-width:100%; height:auto; max-height:240px; filter: drop-shadow(0 20px 35px rgba(12,47,166,.10));}
.service-icon{width:44px; height:44px; flex:0 0 auto; border-radius:12px; background:rgba(12,47,166,.06); padding:8px;}
.card.service-card{border:1px solid rgba(12,47,166,.08);}
.card.service-card:hover{transform:translateY(-2px); transition:.2s ease; box-shadow:0 16px 40px rgba(12,47,166,.10);}
.eyebrow{display:inline-block; padding:.3rem .6rem; border-radius:999px; font-size:.8rem; font-weight:700; color:var(--fc-blue); background:rgba(33,182,230,.12); border:1px solid rgba(12,47,166,.12);}
/* Black + Bold for Technology • Automation • Digital Services */
.tagline-highlight{
  color: #000000;
  font-weight: 800;
}
/* Sky-blue shiny button for Exam Pins */
.btn-sky{
  background: linear-gradient(
    135deg,
    #21b6e6,
    #4fd1ff
  );
  color: #ffffff;
  border: none;
  font-weight: 700;
  box-shadow: 0 8px 18px rgba(33,182,230,.35);
}

.btn-sky:hover{
  background: linear-gradient(
    135deg,
    #18a8d6,
    #3fc4f0
  );
  color: #ffffff;
  transform: translateY(-1px);
}
/* Brand highlight for INFOTECH GLOBAL */
.infotech-text {
  color: #f57c00; /* brand orange */
  font-weight: 700;
}
/* Improve body text readability */
body {
  color: #1f2937; /* darker, clearer text */
}

/* Keep muted text slightly stronger */
.text-secondary {
  color: #4b5563 !important;
}

/* Improve paragraph readability */
p {
  font-weight: 400;
  line-height: 1.7;
}
.navbar-nav .nav-link {
  font-weight: 700;
}
/* Navbar hover + active highlight */
.navbar-nav .nav-link {
  font-weight: 600;
  position: relative;
}

.navbar-nav .nav-link:hover {
  color: var(--fc-blue);
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link[aria-current="page"] {
  color: var(--fc-blue);
}

.navbar-nav .nav-link::after{
  content:"";
  position:absolute;
  left: .5rem;
  right: .5rem;
  bottom: .25rem;
  height: 2px;
  background: currentColor;
  transform: scaleX(0);
  transition: transform .2s ease;
  opacity: .35;
}

.navbar-nav .nav-link:hover::after,
.navbar-nav .nav-link.active::after,
.navbar-nav .nav-link[aria-current="page"]::after{
  transform: scaleX(1);
}

/* Card hover polish */
.card.shadow-soft {
  transition: transform .2s ease, box-shadow .2s ease;
}

.card.shadow-soft:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 45px rgba(0,0,0,.10) !important;
}

/* Hero image polish */
.hero-illustration {
  border-radius: 18px;
  box-shadow: 0 18px 50px rgba(0,0,0,.10);
}

/* Button micro-interactions */
.btn {
  transition: transform .15s ease, box-shadow .15s ease;
}

.btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(0,0,0,.10);
}

/* Section title polish */
.section-title {
  letter-spacing: -0.02em;
}

.topic-title {
  line-height: 1.15;
}

/* Subtle background depth */
body {
  background:
    radial-gradient(800px 300px at 15% 10%, rgba(33,182,230,.10), transparent 60%),
    radial-gradient(700px 280px at 85% 25%, rgba(245,124,0,.07), transparent 55%),
    #ffffff;
}
/* NAV: hover + active (uses Bootstrap primary color) */
.navbar-nav .nav-link{
  font-weight: 600;
  position: relative;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active,
.navbar-nav .nav-link[aria-current="page"]{
  color: var(--bs-primary) !important;
}

.navbar-nav .nav-link::after{
  content:"";
  position:absolute;
  left:.5rem;
  right:.5rem;
  bottom:.25rem;
  height:2px;
  background: currentColor;
  transform: scaleX(0);
  transition: transform .2s ease;
  opacity:.35;
}

.navbar-nav .nav-link:hover::after,
.navbar-nav .nav-link.active::after,
.navbar-nav .nav-link[aria-current="page"]::after{
  transform: scaleX(1);
}

/* Cards: visible lift on hover */
.card.shadow-soft{
  transition: transform .2s ease, box-shadow .2s ease;
}

.card.shadow-soft:hover{
  transform: translateY(-4px);
  box-shadow: 0 18px 45px rgba(0,0,0,.12) !important;
}

/* Buttons: visible hover lift */
.btn{
  transition: transform .15s ease, box-shadow .15s ease;
}

.btn:hover{
  transform: translateY(-2px);
  box-shadow: 0 12px 26px rgba(0,0,0,.12);
}

/* Hero image polish */
.hero-illustration{
  border-radius: 18px;
  box-shadow: 0 18px 50px rgba(0,0,0,.12);
}
/* Hero image polish (always visible) */
.hero-illustration{
  border-radius: 18px;
  box-shadow: 0 18px 50px rgba(0,0,0,.12);
}
/* Buttons feel alive */
.btn{
  transition: transform .15s ease, box-shadow .15s ease;
}

.btn:hover{
  transform: translateY(-2px);
  box-shadow: 0 12px 26px rgba(0,0,0,.12);
}
/* Sharper, consistent headings */
.section-title{
  letter-spacing: -0.02em;
}

.topic-title{
  line-height: 1.15;
}

h1, h2, h3{
  text-rendering: geometricPrecision;
}
/* Subtle background texture (site-wide) */
body{
  background:
    radial-gradient(800px 300px at 15% 10%, rgba(33,182,230,.10), transparent 60%),
    radial-gradient(700px 280px at 85% 25%, rgba(245,124,0,.07), transparent 55%),
    #ffffff;
}
/* ==============================
   Mobile-first polish (always visible)
   ============================== */
@media (max-width: 576px){

  /* Better mobile spacing + readability */
  body{
    font-size: 16px;
  }

  .hero{
    padding-top: 10px;
    padding-bottom: 10px;
  }

  /* Tighten hero title on small screens */
  .hero-title{
    font-size: 30px;
    line-height: 1.12;
  }

  /* Keep tagline compact */
  .tagline{
    display: inline-block;
    margin-bottom: 10px;
  }

  /* Make long hero paragraph easier to read */
  .hero .lead{
    font-size: 16px;
    line-height: 1.65;
  }

  /* Stack hero buttons nicely */
  .hero .d-flex.gap-2{
    flex-direction: column;
    align-items: stretch;
  }

  .hero .d-flex.gap-2 .btn{
    width: 100%;
  }

  /* Reduce the extra left margin you added on desktop */
  .hero .btn-sky.ms-2{
    margin-left: 0 !important;
  }

  /* Make buttons feel tappable */
  .btn{
    border-radius: 14px;
  }

  .btn-lg{
    padding: 12px 14px;
    font-size: 16px;
  }

  /* Cards: more breathing space, cleaner look */
  .card{
    border-radius: 16px;
  }

  .card-body{
    padding: 16px;
  }

  /* Hero image: keep it neat on mobile */
  .hero-illustration{
    border-radius: 16px;
  }

  /* Reduce footer crowding */
  .footer .container{
    padding-top: 28px;
    padding-bottom: 28px;
  }
}
.section-illustration {
  width: 100%;
  max-width: 100%;
  border-radius: 18px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
}
@media (max-width: 768px) {
  .section-title {
    font-size: 1.6rem;
  }

  .hero-title {
    font-size: 2rem;
  }

  .section-illustration {
    margin-top: 1.5rem;
  }
}
.section-illustration,
.card {
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.section-illustration:hover,
.card:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 45px rgba(0, 0, 0, 0.15);
}




