 :root {
   --background: #ffffff;
   --foreground: hsl(222.2, 84%, 4.9%);
   --card: #ffffff;
   --card-foreground: hsl(222.2, 84%, 4.9%);
   --popover: #ffffff;
   --popover-foreground: hsl(222.2, 84%, 4.9%);
   --primary: hsl(222.2, 47.4%, 11.2%);
   --primary-foreground: hsl(210, 40%, 98%);
   --secondary: hsl(210, 40%, 96.1%);
   --secondary-foreground: hsl(222.2, 47.4%, 11.2%);
   --muted: hsl(210, 40%, 96.1%);
   --muted-foreground: hsl(215.4, 16.3%, 46.9%);
   --accent: hsl(210, 40%, 96.1%);
   --accent-foreground: hsl(222.2, 47.4%, 11.2%);
   --destructive: hsl(0, 84.2%, 60.2%);
   --destructive-foreground: hsl(210, 40%, 98%);
   --border: hsl(214.3, 31.8%, 91.4%);
   --input: hsl(214.3, 31.8%, 91.4%);
   --ring: hsl(222.2, 84%, 4.9%);
   --radius: 0.5rem;

   --sidebar-background: hsl(0, 0%, 98%);
   --sidebar-foreground: hsl(240, 5.3%, 26.1%);
   --sidebar-primary: hsl(240, 5.9%, 10%);
   --sidebar-primary-foreground: hsl(0, 0%, 98%);
   --sidebar-accent: hsl(240, 4.8%, 95.9%);
   --sidebar-accent-foreground: hsl(240, 5.9%, 10%);
   --sidebar-border: hsl(220, 13%, 91%);
   --sidebar-ring: hsl(217.2, 91.2%, 59.8%);
 }

 body {
   background-color: var(--background);
   color: var(--foreground);
   border-color: var(--border);
 }
body { font-family: 'Segoe UI', sans-serif;}
   .bg-blue-900 { background-color: #1e3a8a !important; }
   .text-blue-900 { color: #1e3a8a !important; }
   .text-blue-200 { color: #bfdbfe; }
   .text-blue-100 { color: rgb(220 234 254); }
   .bg-blue-50 { background-color: #eff6ff !important;; }
   .bg-blue-100 { background-color: #dbeafe; }
   .border-blue-100 { border-color: #dbeafe !important; border: 1px solid }
   .border-blue-900 { border-color: #1e3a8a !important; border: 1px solid;}
   .border-blue-200 { border-color: #bfdbfe !important; border: 1px solid;}
   .btn-blue { background-color: #1e3a8a; color: white; }
   .btn-blue:hover { background-color: #1c357a; }

 *,
 *::before,
 *::after {
   box-sizing: border-box;
   border-color: var(--border);
 }

 /* App-specific styles */
#root {
  max-width: 1280px;
  margin: 0 auto;
  padding: 2rem;
  text-align: center;
}

.logo {
  height: 6em;
  padding: 1.5em;
  will-change: filter;
  transition: filter 300ms;
}

.logo:hover {
  filter: drop-shadow(0 0 2em #646cffaa);
}

.logo.react:hover {
  filter: drop-shadow(0 0 2em #61dafbaa);
}

@keyframes logo-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@media (prefers-reduced-motion: no-preference) {
  a:nth-of-type(2) .logo {
    animation: logo-spin infinite 20s linear;
  }
}

.card {
  padding: 2em;
  background-color: var(--card);
  color: var(--card-foreground);
  border-radius: var(--radius);
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.read-the-docs {
  color: #888;
}
form.etaSubmitform {
  background-color: #ffffff; 
  color: #1e3a8a; 
  border: 1px solid #dbeafe;
  border-radius: 0.5rem; 
  box-shadow:
    0 0 #0000,
    0 0 #0000, 
    0 10px 15px -3px rgba(0, 0, 0, 0.1),  
    0 4px 6px -4px rgba(0, 0, 0, 0.1);   
}
.subtextContent {
    color: hsl(215.4 16.3% 46.9%);
    font-size: 0.875rem;
    line-height: 1.25rem;
}
.topicons {
    background: rgb(219 234 254);
    width: 64px;
    height: 64px;
    border-radius: 50%;
    margin: auto;
    font-size: 37px;
    margin-bottom: 20px;
}

.topicons svg {
    width: 30px;
    height: 30px;
}
.numsteps {
    background: rgb(30 58 138);
    width: 48px;
    height: 48px;
    border-radius: 50%;
    margin: auto;
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 20px;
    color: #fff;
    padding-top: 10px;
}
.text-muted {
    font-size: 0.875rem;
    line-height: 1.25rem;
}
.listItems{
	text-align: initial;
	line-height: 1.5rem;
}
.etaImpCard {
    height: 100% !important;
}
.etaImpCard > .etaImpCardHeader {
    display: inline-flex;
    margin: auto;
    border-top-left-radius: 24px;
    border-bottom-left-radius: 24px;
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;
    padding-right: 16px;
    margin-top: 0px;
}
.etaImpCardHeader > span {
    margin-top: auto;
    margin-bottom: auto;
}
.etaImpCard .numsteps {
    margin-right: 15px !important;
    margin-bottom: 0px;
}
ul.numericlist {
    list-style: auto;
}
ul {
	line-height: 2rem;
}
table#featuresTable th,table#featuresTable td {
    border: 1px solid #dbeafe;
    padding: 12px 10px;
}

table#featuresTable th {
    background: #1e3a8a;
    color: #fff;
}
.help-section {
    padding: 20px;
    text-align: center;
}
.key_benifits {
    line-height: 2;
}
.highlight {
    height: 100% !important;
}
.hightlightheader {
    background: #eff6ff;
    padding: 24px;
    border-bottom: 1px solid #dbeafe;
}

.highlight div, .highlight p {
    padding: 24px;
}
form.contactform {
  background-color: #ffffff; 
  color: #1e3a8a; 
  border: 1px solid #dbeafe;
  border-radius: 0.5rem; 
  box-shadow:
    0 0 #0000,
    0 0 #0000, 
    0 10px 15px -3px rgba(0, 0, 0, 0.1),  
    0 4px 6px -4px rgba(0, 0, 0, 0.1);   
}
.modifySection {
    height: 100%;
    background: #eff6ff;
    padding: 30px;
}
/* muktai changes */
table#FAQtable th,table#FAQtable td {
    border: 1px solid #dbeafe;
    padding: 10px 10px;
}
table#FAQtable th {
    background: #1e3a8a;
    color: #fff;
    text-align: center;
}
.link-item {
  display: inline-flex;
  align-items: center;
  text-decoration: line;
  font-size: 15px;
  padding: 5px 12px; 
  
}

.link-item:hover {
  background-color: #f0f8ff;
  color: #005fa3;
}
