:root {
  --primary: #4862A5;
  --primary-dark: #1A337A;
  --primary-light: #3A5FCC;
  --bg-light: #F7F9FC;
  --bg-white: #FFFFFF;
  --bg-light-blue: #F5F8FF;
  --text-dark: #0F172A;
  --text-light: #64748B;
  --text-dark-gray: #1F2937;
  --border-light: #E5E7EB;
  --fs-14: 14px;
}
html, body {
  margin: 0;
  padding: 0;
  font-family: "Inter", sans-serif !important;
}
.link-style a {
  color: #1e66cc !important;
}
.heading-3 {
  font-size: 32px !important;
  margin-bottom: 35px !important;
  font-weight: 700 !important;
}
.mega-dropdown .dropdown-menu {
  position: absolute;
  left: 0%;
  transform: unset;
  width: 600px;
  padding: 15px;
  margin-top: -4px;
  border: 1px solid #e3e3e3;
  background: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}
.mega-menu .list-unstyled {
  padding-left: 0;
  list-style: none
}
.navbar ul.dropdown-menu.mega-menu .dropdown-item {
  padding: 0 16px !important;
}
.mega-menu .list-unstyled li {
  padding-bottom: 6px !important;
}
.mega-menu .dropdown-item {
  white-space: pre-wrap !important;
  line-height: 24px;
  padding: 4px 0;
}
@media(max-width: 767px) {
  .mega-menu {
    padding: 15px
  }
}
a {
  color: #4862A5;
  text-decoration: none
}
a:hover {
  color: #4862A5;
}
.hero {
  position: relative;
  background: #4862A5 !important;
  padding-top: 120px !important;
  padding-bottom: 100px !important;
  text-align: center;
  overflow: hidden;
  color: #fff;
}
.hero p {
  color: #fff;
}
.hero h1 + p {
  font-size: 18px !important;
  margin-bottom: 0;
  color: #fff;
}
.hero a {
	color: #fff;
	text-decoration: underline;
}
.hero .btn {
	text-decoration: none;
}
.bg-gradient-blue {
  background: #21409a !important;
}
#data-flow-canvas {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}
.hero .container {
  position: relative;
  z-index: 1;
}
.row.icon-row {
  justify-content: center;
  gap: 30px;
}
.icon-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 10px 0;
  margin: 0;
  transition: transform 0.3s ease;
}
.icon-block i {
  font-size: 3rem;
  margin-bottom: 10px;
  text-shadow: 0 0 8px rgba(255, 255, 255, 0.3);
}
.icon-block:hover i {
  transform: scale(1.05);
}
.icon-block .h5 {
  font-weight: 700;
  margin: 0;
}
.fw-500 {
  font-weight: 500 !important;
}
.subheadline {
  max-width: 800px;
  margin: 0 auto 30px;
  font-size: 18px;
}
.faq .workflow.fw-bolder {
  font-weight: 500 !important;
}
.bg-hash {
  background: #f5f7fa !important;
  border-bottom: 1px solid #E0E0E0;
}
.solution-section {
  background-color: #ffffff;
}
section.solution-section.sec-padding {
  padding: 64px 0 !important
}
.solution-section ul li i {
  vertical-align: middle;
  font-size: 1.2rem;
}
.animate-icon {
  transition: transform 0.3s ease, color 0.3s ease;
}
.animate-icon:hover {
  transform: scale(1.2) rotate(4deg);
  color: #0d6efd !important;
}
.solution-section .card {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 20px;
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
.solution-section .card:hover i {
  transform: scale(1.15) rotate(2deg);
}
.pillars-section {
  background: #FFF;
}
.solution-section .card:hover {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.35);
}
h2 {
  font-size: 28px !important;
  font-weight: 700 !important
}
.insight-card {
  background: rgba(255, 255, 255, 0.05);
  border-left: 4px solid #00bcd4;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease;
}
.section-title {
  font-size: 1.9rem;
  font-weight: 600;
}
.grayscale {
  filter: grayscale(100%);
  opacity: 0.7;
  transition: all 0.3s ease;
}
.logo-hover:hover {
  filter: none;
  opacity: 1;
  transform: scale(1.05);
}
.comparison-section table th, .comparison-section table td {
  vertical-align: middle;
}
.comparison-section .table-success {
  background-color: #e8f5e9 !important;
}
.comparison-section .table-primary {
  background-color: #1976d2 !important;
  color: #fff;
}
.compare-section .table th, .compare-section .table td {
  vertical-align: middle;
  font-size: 14px;
  padding: 15px !important;
  line-height: 1.6;
}
.compare-section .table-primary {
  background-color: #0d47a1 !important;
  color: #fff;
}
.compare-section .table-success {
  background-color: #e6f4ea !important;
}
h6 {
  font-size: 1.05rem;
}
.hero-devider {
  width: 1px;
  background: rgb(255, 255, 255);
  margin: auto;
  opacity: 0.25;
}
footer, footer.bg-dark {
  background: #0A1A38 !important;
}
.navbar {
  background-color: #0A1A38 !important;
}
.sec-padding, .sec-padding-40 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}
.styled-table {
  width: 100%;
}
.styled-table th, .styled-table td {
  padding: 0.35rem .5rem !important;
}
.styled-table th, .styled-table th.bg-light {
  padding: 0.5rem .5rem !important;
  /* background-color: #1A3C65 !important; */
  background-color: var(--primary) !important;
  color: #FFF !important;
}
.styled-table .bi {
  font-size: 19px;
  opacity: 0.85;
}
.styled-table .bi-check {
  color: #1E90FF
}
.styled-table .bi-x {
  color: #E74C3C
}
.styled-table tr th:first-child, .styled-table tr td:first-child {
  padding-left: 24px !important;
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 42px !important;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fade-in-up {
  animation: fadeInUp 1s ease-out both;
}
.dropdown-toggle::after {
  margin-left: 6px !important;
  vertical-align: 2px !important;
}
.navbar .nav-item {
  margin-right: 10px;
  margin-left: 10px;
}
@media(min-width:1024px) {
  .dropdown-menu {
    opacity: 0;
    transform: translateY(30px);
    visibility: hidden;
    transition: all 0.3s ease;
    display: block !important;
  }
  .dropdown:hover .dropdown-menu {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
  }
  .list-unstyled li span {
    /* white-space: nowrap; */
    display: flex;
    flex-wrap: wrap;
  }
}
.nec-logo {
  background-color: #FFF;
  max-width: 142px;
  margin: 0px;
}
img {
  max-width: 100%;
}
footer ul li {
  margin-bottom: 8px;
}
footer ul li a {
  font-size: 14px;
}
.footer-bottom {
  /*    background-color: #21409a;*/
  padding: 18px 0;
  border-top: 1px solid #dadce0;
}
.footer {
  padding: 64px 0 0;
}
.solution-section .io-platform {
  position: relative;
  padding: 20px 20px 20px 40px;
}
.nec-quote:before, .ws-quote:before {
  content: "";
  position: absolute;
  top: -30px;
  width: 90px;
  height: 70px;
  background: url("../images/testimonial-r.webp") no-repeat center center;
  background-size: 25%;
  left: -25px;
}
.nec-quote, .ws-quote {
  padding-left: 40px;
  position: relative;
}
.mb-35 {
  margin-bottom: 35px !important;
}
.mt-35 {
  margin-top: 35px !important;
}
.cta-section.sec-padding {
  padding: 80px 0px !important;
}
.compare-section .btn-primary:hover, .compare-section :not(.btn-check) + .btn:active, .compare-section .btn:first-child:active {
  background-color: #fff;
  border-color: #0b5ed7;
  color: #fff;
}
.wpp-section p {
  font-size: 16px;
}
.navbar ul.dropdown-menu .dropdown-item:hover {
  background-color: #1A3C65;
  color: #fff;
}
.styled-table tbody tr:nth-child(even) td {
  background: #f7f8fb;
}
.mh-180 {
  min-height: 180px;
}
@media (max-width: 1200px) {
  .navbar-toggler {
    background-color: #fff !important;
  }
  .mh-180 {
    min-height: auto;
  }
}
/*updated styles */
.hero .btn, .cta-section .btn, .sec-padding .btn {
  font-size: 1.125rem;
  transition: .3s ease-in-out;
}
.hero .btn:hover, .cta-section .btn:hover {
  color: #0F172A !important;
  transform: translateY(-2px);
}
.subheadline {
  line-height: 1.3;
}
.navbar-expand-lg {
  z-index: 5
}
.card-border {
  border: 1px solid RGBa(196, 217, 248, 1);
  padding: 10px 15px;
}
.static-text {
  color: rgba(0, 102, 221, 1);
  font-size: 28px;
  font-weight: 600;
}
.text-normal {
  font-weight: 600;
  font-size: 16px;
  color: rgba(51, 51, 51, 1);
  text-align: center;
}
.carousel-indicators {
  bottom: -40px !important
}
.wholesure-logo img {
  transform: scale(1.2);
}
.carousel-indicators [data-bs-target] {
  width: 15px !important;
  height: 15px !important;
  border-radius: 100% !important;
}
.card.mh-auto p {
  margin-bottom: 25px !important;
}
.compare-section .table th {
  font-size: 16px;
}
.cta-section.bg-gradient-blue {
  background: #0c2747 !important;
}
.cta-section .btn-light {
  color: #0d47a1 !important
}
footer.sec-padding {
  padding: 80px 0 !important
}
.list-unstyled li {
  color: #444;
  font-size: 16px;
  margin: 0 !important;
  padding-bottom: 12px;
}
.navbar {
  z-index: 10
}
.chaos {
  background: #F5F7FA
}
.chaos li {
  color: #0A1A38
}
@media(max-width:575px) {
  .static-text {
    font-size: 16px;
  }
  .text-normal {
    font-size: 10px;
  }
  .wholesure-logo img {
    transform: scale(1);
  }
}
body {
  font-family: 'Inter', sans-serif;
  /* font-size: 18px !important; */
  /* line-height: 1.5 !important; */
  letter-spacing: 0;
  color: var(--text-dark-gray);
}
body, p, .text-muted, .subheadline {
  font-size: 16px !important;
  line-height: 1.5 !important;
}
h1.display-5 {
  font-size: 48px !important;
  font-weight: 700 !important;
  line-height: 1.25 !important;
}
h2 {
  font-size: 36px !important;
  font-weight: 700 !important;
  letter-spacing: -0.1px !important;
  margin-bottom: 10px !important;
}
p {
  margin-bottom: 20px !important;
}
button, .cta-button {
  font-size: 18px !important;
  font-weight: 600 !important;
  background-color: #0d47a1 !important;
  color: #ffffff !important;
  padding: 16px 32px !important;
  border: none !important;
  border-radius: 4px !important;
  cursor: pointer !important;
  transition: all 0.3s ease-in-out;
}
button:hover, .cta-button:hover {
  background-color: #1B1249 !important;
  transform: translateY(-2px) !important;
}
section, section.sec-padding {
  padding: 80px 0 !important;
}
.section-spacer {
  margin-bottom: 80px !important;
}
.card:not(.mobileView .card) {
  padding: 32px;
  background-color: #ffffff !important;
  border-radius: 20px;
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 2px 4px 12px #00000014;
}
.card:hover {
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1) !important;
}
.card-icon {
  width: 48px !important;
  height: 48px !important;
  transition: transform 0.3s ease !important;
}
.card:hover .card-icon {
  transform: scale(1.05) !important;
}
/* Scroll Animation */
.fade-in {
  opacity: 0 !important;
  transform: translateY(20px) !important;
  transition: opacity 0.4s ease-out, transform 0.4s ease-out !important;
}
footer a:not(.sap):hover {
  text-decoration: underline !important;
  color: var(--primary) !important;
}
.fade-in.visible {
  opacity: 1 !important;
  transform: translateY(0) !important;
}
.text-alter {
  color: rgb(221 142 0) !important
}
.fz-32 {
  font-size: 32px;
}
.solution-section p {
  font-size: 16px !important;
  line-height: 1.6 !important;
  color: #444 !important;
  font-weight: 400 !important;
}
.solution-section ul {
  color: #444 !important;
}
.solution-section ul li {
  margin-bottom: 6px;
}
.solution-section ul li:last-child {
  margin-bottom: 0;
}
.solution-section .card-body p {
  text-align: left !important;
}
.case-studies .card {
  text-align: left !important;
}
.solution-section p:nth-last-child {
  margin-bottom: 0 !important;
}
.io-platform h4 {
  margin-bottom: 32px !important;
}
.mobileView {
  display: none;
}
.navbar .nav-item .nav-link {
  color: #4A5A68 !important;
  font-weight: 500;
}
.navbar .nav-item .nav-link:hover {
  /*  color: rgb(255 255 255 / 100%) !important;*/
  color: var(--accent-dark) !important;
}
@media(max-width:767px) {
  .navbar-collapse {
    overflow: auto;
    max-height: calc(100vh - 100px);
  }
  .tab-content {
    margin-left: 0 !important;
  }
  h2 {
    font-size: 28px !important;
  }
  video {
    width: 100%
  }
  .solution-section .io-platform:before {
    left: -20px
  }
  .io-platform h4 {
    font-size: 28px;
  }
  .compare-table th:first-child, .compare-table td:first-child {
    position: sticky;
    left: 0;
    z-index: 9;
    height: 60px
  }
  .compare-table th:first-child:after, .compare-table td:first-child:after {
    content: '';
    position: absolute;
    bottom: -1px;
    height: 1px;
    left: 0;
    right: 0;
    background: #dee2e6;
  }
  .navbar-toggler {
    padding: 6px 10px !important;
  }
  section, section.sec-padding {
    padding: 40px 0 !important;
  }
  h1.display-5, h1 {
    font-size: 32px !important;
  }
  .container {
    padding: 0px 15px !important;
    margin: 0 auto !important;
  }
  .hero .display-5.mt-5 {
    margin-top: 0 !important
  }
  .nec-logo, .wholesure-logo {
    margin-bottom: 30px;
  }
  .navbar .nav-item .nav-link:hover {
    color: rgba(0, 0, 0, 0.65) !important
  }
  .trusted-section .col {
    min-height: auto !important;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .group {
    gap: 10px;
  }
  .group:first-child {
    padding-left: 15px;
  }
  .trusted-section .col .bg-white {
    min-width: 75px
  }
  .hero {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .mini-stat-callout .rounded-pill {
    border-radius: 5px !important;
  }
  #desktopTable {
    display: none;
  }
  .mobileView {
    display: block;
  }
  section.solution-section.sec-padding {
    padding: 32px 0 !important;
  }
  .list-unstyled li {
    align-items: start !important;
  }
}
@media (max-width: 991.98px) {
  .navbar-collapse {
    background-color: #ffffff !important;
  }
  .navbar-toggler {
    padding: 5px 10px !important;
  }
  .navbar .nav-item .nav-link {
    color: rgba(0, 0, 0, 0.65) !important;
  }
  .navbar-toggler, .navbar-toggler:focus, .navbar-toggler:hover {
    background: #fff !important;
  }
  .navbar-collapse {
    padding-bottom: 15px;
  }
  .trusted-by-section h2 {
    font-size: 24px !important;
  }
}
.styled-table tbody tr:hover td {
  background-color: #eef2ff !important;
}
.styled-table tbody tr:hover td.highlight-column {
  color: #212529 !important;
  background-color: #eef2ff !important;
}
.trusted-section .col .bg-white {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}
.trusted-section img[alt="company-logo"] {
  filter: grayscale(1);
}
body .btn-light:hover, footer .btn {
  background-color: #f0f4ff !important;
  color: #0d47a1 !important;
  border-color: #f0f4ff !important;
}
.compare-section {
  background: #F5F7FA;
}
.navbar .btn-primary:hover, .efc .btn:hover, .efc .btn:active {
  background: #fff;
  border-color: var(--accent);
  color: #0F172A;
}
.overflow-hidden {
  overflow: hidden;
}
.btn {
  min-width: 175px
}
.collapse-heading::before {
  font-family: 'bootstrap-icons';
  content: "\f282";
  font-weight: 900;
  margin-right: 10px;
  transition: transform 0.3s ease;
  transform: translateY(-50%) rotate(0deg);
  pointer-events: none;
  position: absolute;
  right: 0;
  margin-top: 15px;
}
.collapse-heading.collapsed::before {
  transform: translateY(-50%) rotate(-180deg);
}
.solution-section .card.mh-auto, .mh-auto {
  min-height: auto !important;
}
.solution-section h3.mb-15 {
  margin-bottom: 15px !important;
}
.solution-section h3 {
  font-size: 20px;
}
.numbers-card h3, .case-studies h3 {
  text-align: left !important;
  font-size: 20px !important;
  margin-bottom: 8px !important;
  min-height: auto !important;
}
.rqb-case-studies h3, .support-services h3 {
  font-size: 18px !important;
  margin-bottom: 8px !important;
  min-height: auto !important;
}
.wpp-section {
  font-size: 20px !important;
  margin-bottom: 18px !important;
  min-height: auto !important;
}
.s-v-f h3 {
  text-align: left !important;
}
.solution-section .card {
  text-align: center;
  height: 100%
}
.list-item {
  position: relative;
  margin-bottom: 12px;
}
.solution-section .card:hover .list-item:before {
  background: #0d47a1 !important
}
body .btn-light:hover, footer .btn {
  background: #fff !important;
  border-color: var(--primary) !important;
  color: #0F172A !important;
}
.bg-gradient-blue {
  /* background: linear-gradient(90deg, #003285 0%, #214497 100%) !important; */
  background: linear-gradient(90deg, #12208E 0%, #326EE8 100%) !important;
}
#data-flow-canvas {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}
.hero .container {
  position: relative;
  z-index: 1;
}
.row.icon-row {
  justify-content: center;
  gap: 30px;
}
section, section.sec-padding {
  padding: 80px 0 !important;
}
.cta-section.sec-padding {
  padding: 80px 0px !important;
}
.premium-acc .icon-block i {
  font-size: 36px;
  margin-bottom: 10px;
  text-shadow: 0 0 10px #00e676;
}
.fw-500 {
  font-weight: 500 !important;
}
.subheadline {
  max-width: 800px;
  margin: 0 auto 30px;
  font-size: 18px;
}
/* Problem Section Styles */
.problem-section {
  background: #f5f7fa !important;
  border-bottom: 1px solid #E0E0E0;
  padding: 50px 20px;
  text-align: center;
}
.bg-custom-light {
  background: #f5f5f7 !important;
}
.problem-section h2 {
  font-size: 2rem;
  font-weight: 700;
  /* color: #0d47a1; */
  margin-bottom: 15px;
}
.problem-section p {
  /*  max-width: 750px;*/
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.7;
  color: #333;
}
.problem-section .highlighted {
  font-size: 1.25rem;
  color: #0d47a1;
  font-weight: bold;
  animation: fadeInUp 1s ease-in-out;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.solution-section {
  background-color: #ffffff;
}
.solution-section ul li i {
  vertical-align: middle;
  font-size: 1.2rem;
}
.animate-icon {
  transition: transform 0.3s ease, color 0.3s ease;
}
.animate-icon:hover {
  transform: scale(1.2) rotate(4deg);
  color: #0d6efd !important;
}
.pillars-section {
  background-color: #f8f9fa;
}
.pillar-block {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.pillar-block:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}
.pillars-section {
  background: radial-gradient(circle at top, #0d47a1, #062c70);
}
.section-title {
  font-size: 1.9rem;
  font-weight: 600;
}
.comparison-section table th, .comparison-section table td {
  vertical-align: middle;
}
.comparison-section .table-success {
  background-color: #e8f5e9 !important;
}
.comparison-section .table-primary {
  background-color: #1976d2 !important;
  color: #fff;
}
.compare-section .table th, .compare-section .table td {
  vertical-align: middle;
  font-size: 14px;
  padding: 15px !important;
  line-height: 1.6;
}
.compare-section .table-primary {
  background-color: #0d47a1 !important;
  color: #fff;
}
.compare-section .table-success {
  background-color: #e6f4ea !important;
}
h6 {
  font-size: 1.05rem;
}
.text-muted {
  font-size: 16px;
  line-height: 26px;
}
/* 
        .main-header{
            position: absolute;
            width: 100%;
            z-index: 1;
            top: 20px;
        }


        .main-header nav{
            background-color: #FFF;
            padding: 6px 20px;
            border-radius: 8px;
        } */
.hero-devider {
  width: 1px;
  background: rgb(255, 255, 255);
  margin: auto;
  opacity: 0.25;
}
footer, footer.bg-dark {
  background-color: #f1f3f4 !important;
}
.navbar {
  background-color: #fff !important;
  padding: 16px 0;
}
.navbar-brand {
  padding: 0;
}
.sec-padding {
  padding: 60px 0px !important;
}
.sec-padding-40 {
  padding: 60px 0px !important;
}
.compare-section table th, .compare-section table td {
  width: 16.66%;
  word-wrap: break-word;
  text-align: start;
}
/* .navbar ul.navbar-nav li.dropdown:hover ul.dropdown-menu{ display: block; } */
/* 

  .compare-section table .highlight-column {
        background-color: #e8f4ff;
         box-shadow: -10px 0 30px -10px rgba(0, 0, 0, 0.1),
                10px 0 30px -10px rgba(0, 0, 0, 0.1)
    } */
.styled-table {
  /* border-collapse: separate;
    border-spacing: 6px 0; */
  width: 100%;
}
/*
.styled-table th, .styled-table td {
  padding: 0.35rem .5rem !important;
}
*/
.styled-table th, .styled-table th.bg-light {
  /*  padding: 0.5rem .5rem !important;*/
  background-color: #f1f3f4 !important;
  color: var(--text-dark-gray) !important;
}
.styled-table .bi {
  font-size: 19px;
  opacity: 0.85;
}
.styled-table .bi-check {
  color: #212529;
}
.styled-table .bi-x {
  color: #212529;
}
.styled-table tr th:first-child, .styled-table tr td:first-child {
  padding-left: 24px !important;
}
/*
  .styled-table tr th{
    font-size: 18px !important;
  } */
.newsletter {
  background: #0c2747 !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.newsletter .ns-card {
  background: #fff;
  padding: 40px;
}
h1.display-5 {
  font-size: 56px !important;
  font-weight: 700 !important;
  line-height: 1.25 !important;
}
.inner-page-hero {
  padding-top: 120px !important;
  padding-bottom: 120px !important;
}
.inner-page-hero h1 {
  margin-bottom: 0 !important;
}
.btn {
  min-width: 175px;
}
.primary-text {
  color: #1e66cc;
  margin-top: 15px;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fade-in-up {
  animation: fadeInUp 1s ease-out both;
}
.dropdown-toggle::after {
  margin-left: 6px !important;
  vertical-align: 2px !important;
}
.navbar .nav-item {
  margin-right: 10px;
  margin-left: 10px;
  font-size: 14px;
  line-height: 20px;
}
.footer-solutions {
  border-top: 1px solid rgba(30, 102, 204, 0.5);
  padding-top: 30px;
}
@media(min-width:1024px) {
  .dropdown-menu {
    opacity: 0;
    transform: translateY(30px);
    visibility: hidden;
    transition: all 0.3s ease;
    display: block !important;
  }
  .dropdown:hover .dropdown-menu {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
  }
}
@media(min-width:1024px) and (max-width:1199.98px) {
  .compare-menu .dropdown-menu {
    left: -360px !important;
  }
}
.nec-logo {
  background-color: #FFF;
  max-width: 142px;
  margin: 0px;
}
img {
  max-width: 100%;
}
footer ul li {
  margin-bottom: 8px;
}
footer ul li a {
  font-size: 14px;
  color: #5f6368;
}
footer a {
  color: #5f6368 !important;
}
.color-2 {
  color: #0d47a1;
}
.light-bg {
  background: #F5F8FF !important;
}
.mb-35 {
  margin-bottom: 35px !important;
}
.mt-35 {
  margin-top: 35px !important;
}
.cta-section.bg-gradient-blue {
  background: #0c2747 !important;
}
.compare-section .btn-primary:hover, .compare-section :not(.btn-check) + .btn:active, .compare-section .btn:first-child:active {
  background-color: #fff;
  border-color: #0b5ed7;
  color: #0b5ed7;
}
.wpp-section p {
  font-size: 16px;
}
.navbar ul.dropdown-menu .dropdown-item:hover {
  background-color: var(--primary);
  color: #fff;
}
.navbar ul.dropdown-menu .dropdown-item, .navbar ul.dropdown-menu .dropdown-header {
  font-size: 14px;
  line-height: 20px;
}
.navbar .btn-primary:hover, .navbar :not(.btn-check) + .btn:active, .cta-section .btn-primary:hover, .cta-section :not(.btn-check) + .btn:active, .cta-section .btn:first-child:active {
  background-color: var(--primary);
  border-color: var(--primary);
  color: #fff;
}
.styled-table tbody tr:nth-child(even) td {
  background: #f7f8fb;
  /* background: linear-gradient(90deg, #dfe9f5 0%, #edecf0 100%) !important; */
}
.mh-180 {
  min-height: 180px;
}
.hero .btn, .cta-section .btn, .sec-padding .btn {
  font-size: 16px;
  transition: .3s ease-in-out;
}
.hero .btn:hover, .cta-section .btn:hover, .sec-padding .btn:hover {
  color: #0d47a1;
  transform: translateY(-2px);
}
.hero .btn-outline-light:hover {
  background: #e6ecff;
}
@media (max-width: 1200px) {
  .navbar-toggler {
    background-color: #fff !important;
  }
  .mh-180 {
    min-height: auto;
  }
}
/*updated styles */
.hero .btn, .contact-form .btn {
  font-size: 16px !important;
  transition: .3s ease-in-out;
  font-weight: 500 !important;
}
.hero .btn:hover {
  color: #24175E;
  transform: translateY(-2px);
}
.subheadline {
  line-height: 1.3;
}
.navbar-expand-lg {
  z-index: 999;
}
.card-border {
  border: 1px solid RGBa(196, 217, 248, 1);
  padding: 10px 15px;
}
.static-text {
  color: rgba(0, 102, 221, 1);
  font-size: 28px;
  font-weight: 600;
}
.text-normal {
  font-weight: 600;
  font-size: 16px;
  color: rgba(51, 51, 51, 1);
  text-align: center;
}
.carousel-indicators {
  bottom: -40px !important
}
.wholesure-logo img {
  transform: scale(1.2);
}
.carousel-indicators [data-bs-target] {
  width: 15px !important;
  height: 15px !important;
  border-radius: 100%;
}
.comparison-section table th, .comparison-section table td {
  vertical-align: middle;
}
.comparison-section .table-success {
  background-color: #e8f5e9 !important;
}
.comparison-section .table-primary {
  background-color: #1976d2 !important;
  color: #fff;
}
.compare-section .table th, .compare-section .table td {
  vertical-align: middle;
  font-size: 14px;
  padding: 15px !important;
  line-height: 1.6;
}
.compare-section .table th {
  font-size: 16px;
  /*  text-transform: uppercase;*/
}
.compare-section .table-primary {
  background-color: #0d47a1 !important;
  color: #fff;
}
.compare-section .table-success {
  background-color: #e6f4ea !important;
}
.styled-table tbody tr:nth-child(even) td {
  background: #f7f8fb;
}
.styled-table tbody tr:hover td {
  background-color: #f9fbfd !important
}
.styled-table tbody tr:hover td.highlight-column {
  color: #212529 !important;
}
.highlight-column {
  background-color: #f1f3f4 !important;
  color: var(--text-dark-gray) !important;
  font-weight: 600 !important;
}
.features ul, ul.custom-ul-list {
  list-style: none;
  font-size: 16px;
  color: #333;
}
.features li, .custom-ul-list li {
  margin-bottom: 12px;
  position: relative;
  padding-left: 30px;
}
.features li i, .custom-ul-list li i {
  position: absolute;
  left: 0;
  top: -5px;
}
.integrate-options p {
  color: rgba(33, 37, 41, 0.75);
  line-height: 26px;
}
.features h5 {
  font-size: 18px;
  color: #000;
}
.features ul li i {
  color: #0d6efd;
}
.features p {
  font-size: 16px;
}
.features .bg-white.rounded-circle {
  background-color: #cfe6ff !important;
}
.features ul li i {
  color: #1a3c65 !important;
}
.color-2 {
  color: #0d47a1;
}
.shadow-sm {
  box-shadow: 0 .125rem 2rem rgba(0, 0, 0, .075) !important;
}
.navbar-collapse .btn, .efc .btn, .newsletter .btn, .primary-btn {
  font-weight: 500;
  background: var(--primary);
  border-color: var(--primary);
  color: #fff;
  border-radius: 48px !important;
}
.hero .btn-light {
  background: var(--primary-dark);
  border-color: var(--primary);
  color: #fff;
  border-radius: 48px !important;
  padding: 8px 12px 8px 20px;
}
.hero .btn-outline-light, .cta-section .btn-outline-light {
  border-color: var(--bg-light);
  color: var(--bg-light);
  border-radius: 48px !important;
  padding: 8px 12px 8px 20px;
}
.navbar-collapse .btn {
  font-size: 14px;
}
.navbar .btn-primary:hover, .efc .btn:hover, .primary-btn:hover {
  background: #fff;
  border-color: var(--primary);
  color: #0F172A;
}
.cta-section .efc .btn-outline-primary, .efc .btn-outline-primary {
  color: var(--primary);
  background: #fff;
  border-color: var(--primary);
}
.cta-section .efc .btn-outline-primary:hover, .efc .btn-outline-primary:hover {
  background: #e6ecff;
}
.newsletter .btn:hover {
  background: #1958B0;
  color: #fff !important;
}
.arrow-tilt {
  transform: rotate(-40deg);
  margin-left: 4px;
  transition: 0.3s;
}
.newsletter .mx-300 {
  /*    max-width: 300px;*/
}
.fz-16 {
  font-size: 16px !important;
}
.newsletter .form-group {
  margin-bottom: 15px;
}
.newsletter input:not([type="checkbox"]) {
  height: 50px;
}
.newsletter .form-group label {
  font-weight: 500;
  margin-bottom: 6px;
  font-size: 16px;
}
/*
.newsletter .form-group label .text-danger {
  color: #0c2747 !important;
}
*/
.cta-section .btn-light {
  background: var(--primary-dark);
  color: #fff !important;
}
.features .custom-card {
  min-height: 480px;
  height: 100%;
}
.features .custom-card .flex-shrink-0 i {
  font-size: 3rem !important;
  margin-bottom: 25px !important;
  display: block !important;
}
.contact-section {
  background: #21409a !important;
  color: #fff;
}
.contact-section .contact-form {
  color: #333;
}
i.fs-1 {
  font-size: 48px !important;
}
.h-card {
  padding: 25px;
  gap: 20px;
  margin-bottom: 25px;
}
.h-card h3 {
  font-weight: 600;
  font-size: 24px;
}
.h-card i {
  /*        color: #1E66CC;*/
  font-size: 40px;
}
.h-card p {
  line-height: 28px;
}
.color-blue {
  color: #1E66CC;
}
.features .custom-card h5 {
  margin-bottom: 40px !important;
  min-height: 50px;
  font-size: 1.375rem;
  text-align: center;
}
.collapse-heading::before {
  font-family: 'bootstrap-icons';
  content: "\f282";
  font-weight: 900;
  margin-right: 10px;
  transition: transform 0.3s ease;
  transform: translateY(-50%) rotate(0deg);
  pointer-events: none;
  position: absolute;
  right: 0;
  margin-top: 15px;
}
.features .custom-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.features .custom-card:hover {
  transform: scale(1.06);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.35);
}
.features .custom-card:hover i {
  color: #0d47a1 !important;
}
.features .custom-cardi {
  transition: color 0.3s ease;
}
.collapse-heading.collapsed::before {
  transform: translateY(-50%) rotate(-180deg);
}
.contact-section .contact-form {
  padding: 48px;
}
.document-types i {
  font-size: 30px;
}
.common-card {
  padding: 32px !important;
  border-radius: 20px !important;
  background-color: #ffffff !important;
  box-shadow: 0 .125rem 2rem rgba(0, 0, 0, .075) !important;
  transition: all 0.3s ease-in-out !important;
  text-align: center;
}
.bg-hash {
  background: #f5f7fa !important;
  border-bottom: 1px solid #E0E0E0;
}
.btn-close {
  width: 20px !important;
  height: 20px !important;
  border-radius: 50% !important;
  padding: 10px !important;
  background-color: #ecf5ff !important;
  border: 0 !important;
  color: #fff !important;
  opacity: 1 !important;
  background: transparent var(--bs-btn-close-bg) center / 14px auto no-repeat;
}
.btn-close:hover {
  background-color: #f8f9fa !important;
  cursor: pointer;
}
.modal-title {
  font-size: 20px;
  font-weight: 600;
}
.heading-2 {
  letter-spacing: -0.15px;
  line-height: 1.4 !important;
}
.cta-section {
  padding: 64px 0 !important;
  background-color: #4862A5;
}
.cta-section h2 {
  font-size: 24px !important;
  color: #fff;
}
.cta-section .sub-heading, .cta-section p, .cta-section i {
  font-size: 18px !important;
  color: #fff;
}
.fz-18 {
  font-size: 18px !important;
}
.fz-22 {
  font-size: 22px;
}
.fz-28 {
  font-size: 28px !important
}
.quote-section {
  background: #fff;
  border-radius: 6px;
  padding: 24px;
  border: 1px solid #E5E7EB;
}
.quote-section p {
  position: relative;
  padding-left: 35px;
  font-size: 18px;
  font-style: italic
}
.quote-img {
  width: 27px;
  position: absolute;
  top: 0;
  left: 0;
}
.tech-label {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #6B7280 !important;
  /*	padding-left:50px*/
}
.quote-section strong {
  display: block;
  text-align: right;
  font-style: italic;
}
.general-list {
  padding-left: 15px;
  position: relative
}
.general-list li {
  position: relative;
  line-height: 1.6;
  padding-bottom: 20px;
  font-size: 18px;
}
.general-list li:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  top: 9px;
  left: -15px;
  background: #1e66cc;
  border-radius: 50%
}
.tab-content .general-list {
  padding-left: 35px
}
.tab-content .general-list li:before {
  top: 10px
}
.tab-content {
  margin: 0 0 0 30px;
  background: #f8f9fb;
  padding: 30px;
}
.learn-more {
  position: absolute;
  bottom: 30px;
  left: 50px;
  /* right:0; */
  color: #1e66cc !important;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
}
.learn-more-link {
  color: #1e66cc !important;
  margin-top: 20px;
  text-align: left !important;
  display: flex;
  align-items: center;
  gap: 10px;
}
.learn-more-link i {
  display: inline-block;
  font-size: 20px !important;
  line-height: 1;
}
.learn-more:hover {
  text-decoration: underline;
}
.learn-more i {
  font-size: 16px !important
}
.ref:hover h5 {
  color: #0d46a0
}
.support-services {
  border-bottom: 1px solid #e2e2e2
}
/*
.general-list:after {
    content: '';
    position: absolute;
    background: linear-gradient(to bottom, transparent, #0a1a38, transparent);
    width: 2px;
    top: 0;
    bottom: -20px;
	right:0
}
*/
.compare-menu .dropdown-menu {
  min-width: 800px !important;
  left: -240px;
}
.compare-menu ul li {
  padding-bottom: 3px;
}
.compare-menu ul.dropdown-menu .dropdown-item {
  padding: 2px 16px;
}
/*
.compare-menu ul.dropdown-menu .dropdown-item:hover{
  background-color:transparent !important;
  color: #1a3c65 !important;;
}
*/
.hero .breadcrumb-item a, .hero .breadcrumb-item.active, .hero .breadcrumb-item + .breadcrumb-item::before {
  color: #fff !important;
}
.hero .breadcrumb-item.active {
  font-weight: 600 !important;
}
.blog-section a {
  color: #333 !important;
}
.custom-blog-section a {
  color: #333 !important;
  text-decoration: underline !important;
}
.blog-section a:hover, .custom-blog-section a:hover {
  color: #0d6efd !important;
  text-decoration: underline !important;
}
section.solution-section.case-studies .card {
  min-height: auto !important;
}
.recommended a {
  color: #333 !important;
  text-decoration: none !important;
}
.recommended a:hover, .recommended a:focus {
  color: #0d6efd !important;
  text-decoration: underline !important;
  outline: none;
}
@media (min-width: 767.98px) {
  .lg-flex {
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 767.98px) {
  #desktopTable {
    display: none;
  }
  .mobileView {
    display: block;
  }
  h1.display-5 {
    font-size: 30px !important;
    font-weight: 700 !important;
    line-height: 38px !important;
  }
  .solution-section h3 {
    font-size: 18px;
  }
  .inner-page-hero {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .features li i {
    top: -5px;
  }
  footer .mt-5 {
    margin-top: 20px !important;
  }
  .newsletter .ns-card, .contact-section .contact-form {
    padding: 20px;
  }
  .general-list {
    padding-left: 25px
  }
  .compare-menu .dropdown-menu {
    min-width: 100% !important;
  }
  .cta-section h2 {
    margin-bottom: 40px !important;
    color: #fff;
  }
  .general-list li:before {
    left: -23px;
  }
  .hero h1 + p {
    font-size: 18px !important;
  }
  .hero .btn {
    font-size: 16px;
    width: 100%;
  }
  .cta-section .efc .btn-outline-primary, .efc .btn-outline-primary, .efc .btn {
    width: 100%;
  }
}
html[data-reduced-motion="true"] .starter-ribbon {
  scroll-behavior: auto;
}
.flow-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
.flow-card {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 280px;
  background: #fff;
  border-radius: 20px;
  padding: 24px 20px;
  width: 300px;
  text-align: center;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
}
.flow-card i {
  font-size: 32px;
  color: #0d2b45;
  margin-bottom: 12px;
  display: block;
}
.flow-card h3 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #0d2b45;
}
.flow-card p {
  font-size: 14px;
  color: #555;
  margin: 0;
}
.flow-arrow-right {
  font-size: 28px;
  color: #0d2b45;
}
.flow-down-row {
  display: flex;
  justify-content: center;
  gap: 370px;
  margin: 20px 0;
  font-size: 24px;
  color: #0d2b45;
}
.flow-footer {
  text-align: center;
  margin-top: 40px;
  font-weight: 600;
  color: #0d2b45;
}
.flow-arrow-down-mobile {
  display: none;
  font-size: 26px;
  color: #0d2b45;
  margin: 10px 0;
}
.starter-ribbon .btn {
  min-width: auto;
  white-space: nowrap;
}
#dismissStarterRibbon {
  padding: 0 !important;
  min-width: auto;
  margin: 0 16px;
}
@media (max-width: 768px) {
  .ribbon-text {
    font-size: 13px !important;
  }
  .ribbon-cta {
    font-size: 12px;
    line-height: 16px;
  }
  #dismissStarterRibbon {
    margin: 0 4px;
  }
}
@media (max-width: 991.98px) {
  .flow-row {
    flex-direction: column;
  }
  .flow-arrow-right {
    display: none;
  }
  .flow-down-row {
    display: none;
  }
  .flow-arrow-down-mobile {
    display: block;
  }
  .flow-row {
    gap: 0;
  }
  .starter-ribbon {
    top: 70px;
    padding: 8px 0;
  }
  .sticky-inner {
    align-items: start;
    flex-direction: column;
  }
  .sticky-inner .nav-underline .nav-link, .sticky-left .nav-link {
    font-size: 14px;
  }
}
@media screen and (min-width:1200px) {
  .stickyBar {
    position: fixed;
    width: 100%;
    top: 69px;
    background-color: #fff;
    z-index: 998;
  }
}
.sticky-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sticky-right {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 991.98px) {
  .sticky-inner {
    flex-direction: column;
    align-items: flex-start;
  }
  .sticky-right {
    width: 100%;
  }
  .nav-scroll {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }
  .nav-scroll .nav {
    display: flex;
    flex-wrap: nowrap;
    white-space: nowrap;
    min-width: max-content;
  }
  .nav-scroll .nav-item {
    flex-shrink: 0;
  }
  .nav-scroll::-webkit-scrollbar {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .navbar .nav-item .nav-link {
    font-size: 12px;
    padding: 0 !important;
  }
  .starter-ribbon {
    top: 72px;
  }
  .starter-ribbon {
    padding: 12px 0
  }
  .navbar-collapse .btn {
    font-size: 12px;
    min-width: auto !important;
    padding: 5px 10px;
  }
  .sticky-inner {
    align-items: start;
    flex-direction: column;
  }
  .sticky-inner .nav-underline .nav-link, .sticky-left .nav-link {
    font-size: 14px;
  }
}
@media(min-width:1200px) and (max-width:1399.98px) {
  .navbar .nav-item .nav-link {
    padding-left: 0;
    padding-right: 0
  }
}
.services-camp-list li {
  text-align: start;
  display: flex;
  align-items: start;
}
.services-camp-list li:before {
  top: -5px;
  position: relative;
}
@media (max-width: 767px) {
  .list-items li, .services-camp-list li {
    text-align: start;
  }
}
.hsr a {
  color: #1e66cc !important;
}
.fs {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 500px;
  text-align: center;
}
.workflow {
  background: #e9effc;
  padding: 15px;
  cursor: pointer;
  font-weight: 500;
  text-align: center;
  color: #1D1D1F;
}
.faq .workflow {
  text-align: left !important;
  cursor: pointer
}
@media(max-width:767px) {
  .desktopView, .features-workflow .position-sticky {
    display: none
  }
}
.thp i {
  color: #fff;
}
.support-services .services li:before {
  font-size: 18px
}
.features-workflow .workflow {
  font-size: 12px;
}
.value-fw li {
  display: inline-block;
}
.hrs li {
  padding-left: 0;
}
.left-inherit {
  left: inherit !important;
}
.hero .right-section .workflow-step {
  min-width: 110px;
  text-align: center;
}
.hero .right-section .icon-box {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  margin: 0 auto;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.08);
}
/* Arrow styling */
.hero .right-section .workflow-arrow {
  font-size: 26px;
  color: #adb5bd;
}
.hero .right-section .arrow-right {
  display: inline-block;
}
.hero .right-section .arrow-down {
  display: none;
}
/* Mobile & Tablet */
@media (max-width: 768px) {
  .hero .right-section .workflow-nav {
    flex-direction: column;
  }
  .hero .right-section .arrow-right {
    display: none;
  }
  .hero .right-section .arrow-down {
    display: inline-block;
  }
}
.hero .right-section .workflow-process {
  gap: 0;
  flex-wrap: wrap;
}
.hero .right-section .workflow-step {
  text-align: center;
}
.hero .right-section .icon-block i {
  color: #fff;
  text-shadow: 0 0 10px #00e676;
}
.hero .right-section .workflow-arrow i {
  font-size: 20px;
  text-shadow: 0 0 10px #00e676;
}
.hero .right-section .workflow-step i {
  color: #fff;
  font-size: 36px;
  margin-bottom: 10px;
  text-shadow: 0 0 10px #00e676;
}
/* Mobile behavior */
@media (max-width: 767px) {
  .hero .right-section .workflow-process {
    flex-direction: column;
  }
}
@media (max-width: 576px) {
  html {
    scroll-behavior: smooth;
  }
  .solution-section a {
    color: #1958B0;
  }
}
.features .h5 {
  font-size: 18px !important;
  text-align: start !important;
  color: #000;
  margin-bottom: 8px !important;
  min-height: inherit !important;
}
.solution-section .feature-card {
  background-color: #ffffff !important;
  border-radius: 20px;
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 2px 4px 12px 10px #00000014;
  /*    cursor: pointer;*/
}
.solution-section .icon-box {
  width: 60px;
  height: 60px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  background-color: #f5f7fa;
}
.solution-section .icon-box i {
  margin-bottom: 0 !important;
  font-size: 36px !important;
  color: #4862A5;
}
.flow-container {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
}
.flow-step {
  display: flex;
}
.flow-step a {
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  border-radius: 16px;
  background-color: #ffffff;
  width: 160px;
  min-height: 140px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 2px 4px 12px #00000014;
  transition: 0.3s ease;
}
.flow-step a:hover {
  background: #F5F8FF;
  transform: translateY(-5px);
}
.step-icon {
  width: 60px;
  height: 60px;
  background: #eef4ff;
  color: #4862A5;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  margin-bottom: 10px;
}
.flow-step p {
  font-size: 14px;
  font-weight: 600;
  margin: 0;
  text-align: center;
}
.flow-arrow {
  display: flex;
  align-items: center;
  font-size: 20px;
  color: #adb5bd;
}
.link-accent {
  color: var(--primary) !important;
}
.learn-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 48px;
  background: #eef2ff;
  color: #4862A5;
  text-decoration: none;
  transition: 0.3s;
}
.learn-btn i {
  font-size: 18px !important;
  margin-bottom: 0 !important;
  line-height: 22px !important;
}
.learn-btn:hover {
  background: #4862A5;
  color: #fff !important;
}
.learn-btn:hover i {
  color: #fff;
}
.fs-18 {
  font-size: 18px !important;
}
.fs-16 {
  font-size: 16px !important;
}
.text-dark {
  color: #1F2937 !important;
}
.diff-item {
  font-size: 16px;
  color: #1F2937;
  padding: 12px 0;
  border-bottom: 1px solid #e5e7eb;
  position: relative;
  transition: 0.3s;
}
.diff-item:last-child {
  border-bottom: none;
}
.diff-icon {
  flex-shrink: 0;
  color: #4862A5;
  font-size: 16px;
  margin-top: 3px;
}
.diff-text {
  line-height: 1.5;
}
.diff-icon i {
  color: #1e66cc !important;
  font-size: 24px !important;
  margin-right: 10px;
}
.learn-more-btn {
  display: inline-flex !important;
  width: auto !important;
  max-width: max-content;
  padding: 6px 33px !important;
}
.bg-custom-light .learn-more-btn {
  border: 1px solid #4862A5;
  background-color: #fff;
}
.bg-custom-light .learn-more-btn:hover, .bg-custom-light .learn-more-btn:hover i {
  color: #4862A5 !important;
}
.section-flow .flow-step a {
  width: 130px;
}
@media (max-width: 768px) {
  .flow-container {
    flex-direction: column;
    align-items: center;
  }
  .flow-arrow {
    transform: rotate(90deg);
  }
  .flow-step a {
    width: 100%;
    max-width: 260px;
  }
  .flow-step {
    width: 100%;
    justify-content: center;
  }
  .diff-item {
    display: flex;
    align-items: start;
    padding: 12px 6px;
  }
  .diff-item::before {
    content: none;
  }
}
.card-premium-btn {
  margin-top: 98px;
}
.card-limit-btn {
  margin-top: 169px;
}
.glossary-nav {
  background-color: #f9fafb;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  padding: 1rem;
  text-align: center;
  z-index: 1020;
  backdrop-filter: blur(6px);
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1020;
}
.glossary-nav a:hover, .glossary-nav a:focus {
  background-color: #0d47a1;
  color: #ffffff;
  border-color: #0d47a1;
  transform: translateY(-2px);
  box-shadow: 0 3px 6px rgba(13, 110, 253, 0.25);
  outline: none;
}
.glossary-nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 6px;
  background-color: #ffffff;
  border: 1px solid #d1d5db;
  color: #0d47a1;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
.nav-gy {
  padding: 5px !important;
}
.section-bg {
  background-color: #4862A5;
}
.h6 {
  font-size: 16px !important;
}
.card {
  transition: all 0.3s ease;
}
.card:hover {
  transform: translateY(-5px);
}
.form-control, .form-select {
  border-radius: 10px;
}
.btn-primary {
  border-radius: 30px;
}
.contact-section {
  background: #4862A5 !important;
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}
.contact-section .left p {
  color: #fff !important;
}
.contact-section a {
	color: #FFFFFF;
	text-decoration: underline;
}
.sidebar-cta {
  position: sticky;
  top: 120px;
  width: 320px;
  padding: 18px;
  border-radius: 14px;
  background: #EEF2FA;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
  border: 1px solid #D6DEEF;
}
.sidebar-cta h3 {
  font-size: 18px;
  margin-bottom: 8px;
  color: #1F2A44;
}
.sidebar-cta p {
  font-size: 14px;
  margin-bottom: 14px;
  color: #4A5568;
}
.cta-primary {
  display: block;
  text-align: center;
  padding: 10px;
  border-radius: 8px;
  background: #4862A5;
  color: #ffffff;
  margin-bottom: 10px;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.2s ease;
}
.cta-primary:hover {
  background: #3A4F87;
}
.cta-secondary {
  display: block;
  text-align: center;
  padding: 10px;
  border-radius: 8px;
  border: 1px solid #4862A5;
  color: #4862A5;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.2s ease;
}
.cta-secondary:hover {
  background: rgba(72, 98, 165, 0.08);
}
.faq .workflow.fw-bolder {
  font-weight: 500 !important;
}
.faq .workflow {
  background: #fff;
  text-align: left !important;
  cursor: pointer
}
.faq-card {
  border-top: 1px solid #e4e7ec;
  padding: 15px;
  background: #fff;
	
}.featured-workflow {
    margin-bottom: 10px;
    border: 1px solid #e0e0e0;
    position: relative;
}
/*
.container-collapse [aria-expanded="true"]:after {
    transform: translateY(-50%) rotate(-180deg);
    font-family: 'bootstrap-icons';
    content: "\f282";
    font-weight: 900;
    margin-right: 24px;
    transition: transform 0.3s ease;
    pointer-events: none;
    position: absolute;
    right: 0;
    margin-top: 15px;
}
.workflow[aria-expanded="false"]:after{
    font-family: 'bootstrap-icons';
    content: "\f282";
    font-weight: 900;
      margin-right: 15px;  
    transition: transform 0.3s ease;
    transform: translateY(-50%) rotate(0deg);
    pointer-events: none;
    position: absolute;
    right: 25px; 
    margin-top: 15px;
}*/
.workflow {
    position: relative; /* ensure positioning works */
}

.workflow:after {
    font-family: 'bootstrap-icons';
    content: "\f282";
    font-weight: 900;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
    transition: transform 0.3s ease;
    pointer-events: none;
}

.workflow[aria-expanded="true"]:after {
    transform: translateY(-50%) rotate(-180deg);
}