.faq-section a:hover,
.services a,
.services a:hover,
.trends-subtitle a:hover {
  text-decoration: none !important;
}
.header-wrapper,
.top-bar {
  background: var(--white);
}
.services-nav,
.top-bar {
  padding: var(--space-3) 0;
}
*,
.footer-border {
  box-sizing: border-box;
}
:root {
  --primary-blue: #0066ff;
  --gradient-blue: linear-gradient(135deg, #0066ff, #0099ff);
  --text-color: #1a1a1a;
  --light-bg: #f8efef;
  --white: #ffffff;
  --shadow-light: 0 2px 15px rgba(0, 0, 0, 0.1);
  --shadow-dark: 0 4px 15px rgba(0, 0, 0, 0.1);
  --hover-shadow: 0 3px 10px rgba(0, 123, 255, 0.2);
  --space-1: 0.3125rem;
  --space-2: 0.625rem;
  --space-3: 0.9375rem;
  --space-4: 1.25rem;
  --space-5: 1.875rem;
  --mobile-menu-bg: linear-gradient(
    135deg,
    #1e3a8a 0%,
    #1e40af 50%,
    #3b82f6 100%
  );
}
* {
  max-width: 100%;
  word-break: break-word;
}
body {
  font-family: Poppins, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h3 {
  line-height: 1.3 !important;
}
.top-navbar .btn.btn-primary {
  font-size: 18px;
  padding: 8px;
  font-weight: 600;
  padding-right: 18px !important;
  padding-left: 18px !important;
  margin-left: 5px;
  margin-right: 10px;
}
.header-wrapper {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  box-shadow: var(--shadow-light);
}
.main-logo {
  position: absolute;
  top: -16px;
  z-index: 1000;
}
.main-logo img {
  height: 55px;
  width: auto;
  margin-left: 5px;
  transition: transform 0.3s;
}
.top-nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.services-nav {
  background: var(--primary-blue);
  margin-top: -1px;
}
.services-navbar {
  display: flex;
  align-items: center;
}
.service-link {
  color: var(--white) !important;
  padding: var(--space-3) var(--space-4) !important;
}
.service-link:hover {
  opacity: 0.9;
}
.mega-menu-content {
  width: 100vw;
  left: 0 !important;
  right: 0 !important;
  background: #062959;
  margin-top: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: var(--shadow-dark);
}
.dropdown-col {
  padding: var(--space-3);
}
.nav-link {
  color: #000 !important;
  padding: var(--space-2) var(--space-4);
  border-radius: 0.75rem;
}
@media (min-width: 992px) {
  .footer-border a,
  .nav a,
  .services-navbar .dropdown-menu .nav-link:focus,
  .services-navbar .dropdown-menu .nav-link:hover {
    color: #fff !important;
  }
}
.dropdown-menu .nav-link,
.nav-link {
  position: relative;
  color: #fff;
  padding: 14px 10px;
  text-decoration: none !important;
  transition: 0.3s;
  display: inline-block;
  background: 0 0;
  z-index: 1;
  font-size: 1rem;
}
.navbar-nav button {
  font-weight: 700 !important;
}
.contact-button,
.custom-search-button {
  color: var(--white) !important;
  margin-left: var(--space-3);
  transition: 0.3s;
}
.dropdown-col:not(:last-child) {
  border-right: 1px solid #eee;
}
.nav-link.active {
  border-bottom: 2px solid #af5104;
}
.top-navbar .dropdown-menu-wide {
  min-width: 608px;
  min-height: 275px;
  border-radius: 0.75rem;
  background: #0a2958;
  transform: translate(8px, 48px) !important;
}
.mega-menu-content a::before {
  content: "➤";
  margin-right: 8px;
  font-size: 5px;
  display: inline-block;
  vertical-align: middle;
  transform: translateY(-1px);
  color: #fff;
}
.contact-button {
  font-size: 16px;
  font-weight: 700;
  background: var(--gradient-blue);
  border-radius: 1.5625rem;
  padding: 0.5rem 1.875rem !important;
}
.contact-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 102, 255, 0.3);
}
.custom-search-button {
  background: linear-gradient(135deg, #d32f2f, #b71c1c);
  padding: 0.75rem 1.5625rem;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 1.875rem;
  box-shadow: 0 4px 10px rgba(211, 47, 47, 0.3);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52%;
}
.custom-search-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(183, 28, 28, 0.4);
}
.accordion-button:focus,
.navbar-toggler,
.navbar-toggler:focus {
  box-shadow: none;
}
#mobile-inquiry-form,
.box1,
.contact_button b,
.de-flow-step:last-child::before,
.fa-dollar::before,
.logo-mobile,
.mobilemail,
.nav-link.dropdown-toggle::after,
.shwinmob {
  display: none;
}
.navbar-toggler {
  border: 2px solid;
  padding: 0.75rem;
  outline: 0;
  border-radius: 12px;
  transition: 0.3s;
}
.navbar-toggler-icon {
  width: 1.75rem;
  height: 1.75rem;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.navbar-toggler.collapsed .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='black' stroke-width='3' stroke-linecap='round' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-toggler:not(.collapsed) .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cline x1='6' y1='6' x2='24' y2='24' stroke='black' stroke-width='3'/%3e%3cline x1='6' y1='24' x2='24' y2='6' stroke='black' stroke-width='3'/%3e%3c/svg%3e");
}
.dropdown-header {
  font-size: 1.25rem;
  color: #fff;
  font-weight: 700;
  margin: 10px 0;
  position: relative;
  text-transform: uppercase;
}
.dropdown-header::after {
  content: "";
  display: block;
  width: 5rem;
  height: 0.1875rem;
  background: #ff9600;
  margin: 20px 0;
}
.border-end {
  border-right: var(--bs-border-width) var(--bs-border-style) #000 !important;
}
.btn {
  --bs-btn-padding-x: 10px;
  --bs-btn-padding-y: 3px;
}
@media (max-width: 991px) {
  .footer-border a,
  .mega-menu-content a:hover::before,
  .nav a,
  .services-navbar .dropdown-menu .nav-link:focus,
  .services-navbar .dropdown-menu .nav-link:hover {
    color: #041ca7 !important;
  }
  #servicesNav {
    position: fixed;
    right: 0;
    width: 100%;
    height: 78vh;
    z-index: 9999;
    overflow-y: auto;
    transform: translateX(100%);
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    box-shadow: -10px 0 30px rgba(0, 0, 0, 0.3);
    scroll-behavior: smooth;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  #servicesNav::-webkit-scrollbar {
    display: none;
    width: 4px;
  }
  .mega-menu-content a,
  .mobile-menu-header,
  .nav-item.dropdown {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  body {
    padding-top: 4.2rem;
  }
  .header-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem;
    top: 0;
    background: var(--white);
    box-shadow: 0 4px 20px rgba(0, 102, 255, 0.15);
  }
  #servicesNav,
  .mobile-menu-header {
    background: rgba(30, 58, 138, 0.95);
    backdrop-filter: blur(10px);
    top: 0;
  }
  .main-logo {
    position: static;
    text-align: left;
    padding: 0;
    flex: 1;
    box-shadow: none;
  }
  .main-logo img {
    height: 3.5rem;
  }
  .top-navbar {
    display: none;
  }
  .services-navbar {
    height: auto;
  }
  .service-link {
    padding: 0.75rem 0.9375rem !important;
    font-size: 0.85rem;
  }
  #servicesNav.show {
    transform: translateX(0);
  }
  .mobile-menu-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem;
  }
  .mobile-close-btn {
    background: rgba(255, 255, 255, 0.1);
    border: none;
    font-size: 1.2rem;
    color: #fff;
    cursor: pointer;
    font-weight: 700;
    padding: 1.2rem;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
  }
  .mobile-close-btn:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: rotate(90deg);
  }
  .nav-item.dropdown .nav-link {
    color: #fff !important;
    padding: 0.75rem 1.6rem;
    border-bottom: none;
    font-weight: 500;
    position: relative;
    text-align: left;
    width: 100%;
    font-size: 16px;
    transition: 0.3s;
  }
  .nav-item.dropdown .nav-link:hover {
    background: #fff;
  }
  .nav-item.dropdown > .nav-link::after {
    position: absolute;
    right: 33px;
    top: 50%;
    font-size: 28px;
    transform: translateY(-50%);
    transition: transform 0.3s;
  }
  .nav-item.dropdown > .nav-link[aria-expanded="true"]::after {
    transform: translateY(-50%) rotate(180deg);
  }
  .mega-menu-content {
    background: rgb(36 65 174) !important;
    position: relative !important;
    width: 100% !important;
    box-shadow: none !important;
    margin-top: 0 !important;
    border-radius: 0 !important;
  }
  .contact-button,
  .custom-search-button {
    padding: 0.875rem 1.5rem;
    font-weight: 600;
    border-radius: 12px;
    transition: 0.3s;
  }
  .mega-menu-content a {
    color: rgba(255, 255, 255, 0.9) !important;
    display: block;
    padding: 0.875rem 1.5rem;
    font-size: 0.9rem;
    font-weight: 500;
    transition: 0.3s;
    position: relative;
  }
  .mega-menu-content a::after {
    display: none !important;
  }
  .mega-menu-content a:hover {
    background: rgba(22, 39, 80, 0.8);
    color: #fff !important;
    transform: translateX(8px);
    padding-left: 2rem;
  }
  .custom-search-button {
    width: 50%;
    margin: 0.5rem 1.25rem;
    font-size: 0.95rem;
    background: linear-gradient(135deg, #dc2626, #b91c1c);
    box-shadow: 0 4px 15px rgba(220, 38, 38, 0.3);
  }
  .custom-search-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(220, 38, 38, 0.4);
  }
  .contact-button {
    width: 25%;
    margin: 0.5rem 1.25rem 1.5rem;
    font-size: 1rem;
    background: linear-gradient(135deg, #ff7300, #ff7300);
    box-shadow: 0 4px 15px rgba(255, 145, 0, 0.3);
  }
  .contact-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(59, 130, 246, 0.4);
  }
  @media (min-width: 450px) and (max-width: 991px) {
    .mobile-button-row {
      gap: 26px !important;
      padding: 0 0.5rem !important;
      width: 280px !important;
      margin-left: 17px !important;
    }
    .mobile-contact-btn,
    .mobile-search-btn {
      font-size: 15px !important;
    }
  }
  @media (max-width: 991px) {
    .mobile-button-row {
      display: flex;
      align-items: center;
      flex-wrap: nowrap;
      gap: 0.75rem;
      padding: 0 0.5rem;
      width: 135px;
      margin-left: 17px;
      margin-bottom: 5px;
    }
    .mobile-button-row li {
      flex: 0 0 145px;
      list-style: none;
    }
    .mobile-contact-btn,
    .mobile-search-btn {
      width: 100%;
      padding: 6px;
      font-size: 0.95rem;
      font-weight: 700;
      border-radius: 8px;
      text-align: center;
      display: flex;
      justify-content: center;
      align-items: center;
      transition: 0.3s;
      margin: 12px 0;
      margin-top: 15px !important;
      white-space: nowrap;
    }
    .mobile-search-btn {
      background: linear-gradient(135deg, #dc2626, #b91c1c);
      color: #fff;
      box-shadow: 0 4px 15px rgba(220, 38, 38, 0.3);
    }
    .mobile-contact-btn {
      background: linear-gradient(135deg, #ff7300, #ff7300);
      color: #fff;
      box-shadow: 0 4px 15px rgba(255, 145, 0, 0.3);
    }
  }
  @media (min-width: 767px) and (max-width: 769px) {
    .nav-item.dropdown > .nav-link::after {
      right: 41px !important;
    }
  }
  #servicesNav::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
  }
  #servicesNav::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.3);
    border-radius: 2px;
  }
  .dropdown-header,
  .services-navbar .dropdown-toggle.active .fa,
  .services-navbar .dropdown-toggle:focus .fa,
  .services-navbar .dropdown-toggle:hover .fa {
    color: #fff;
  }
  .mobile-menu-header {
    position: sticky;
    top: 0;
    z-index: 1001;
    background: rgba(30, 58, 138, 0.95);
  }
  .services-navbar .dropdown-toggle.active,
  .services-navbar .dropdown-toggle:focus,
  .services-navbar .dropdown-toggle:hover {
    background-color: #fff !important;
    color: #041ca7 !important;
  }
  .services-navbar .dropdown-menu {
    background-color: #036;
    border-radius: 0 0 6px 6px;
  }
  .services-navbar .dropdown-menu a {
    color: #fff !important;
    padding: 10px 15px;
  }
  .services-navbar .dropdown-menu a:hover {
    background-color: #fff;
    color: #041ca7 !important;
  }
  .services-navbar .dropdown-toggle {
    width: 100%;
    text-align: left;
  }
}
.company-data,
.nav-link.dropdown-toggle::after {
  transition: transform 0.3s;
}
.company-data,
.feature-box {
  transition:
    transform 0.3s,
    box-shadow 0.3s;
}
@media (min-width: 1350px) and (max-width: 1399px) {
  .dropdown-menu .container-fluid {
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 36px !important;
  }
}
@media (min-width: 1400px) and (max-width: 1450px) {
  .dropdown-menu .container-fluid {
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 36px !important;
  }
}
@media (min-width: 1300px) and (max-width: 1349px) {
  .dropdown-menu .container-fluid {
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 18px !important;
  }
}
.dropdown-menu .container-fluid {
  max-width: 1475px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 24px;
  box-sizing: border-box;
}
@media (max-width: 1400px) {
  .main-logo {
    left: 0.625rem;
  }
  .nav-link,
  .services-navbar .nav-link {
    font-size: 15px;
    font-weight: 700;
  }
  .dropdown-menu .nav-link {
    font-size: 15px;
    font-weight: 600;
  }
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: none;
  }
}
@media (min-width: 1300px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
  .services-navbar .nav-link {
    font-size: 16px;
  }
  .dropdown-menu .nav-link {
    font-size: 15px;
  }
}
@media (min-width: 992px) and (max-width: 1080px) {
  .nav-link {
    margin-right: -3px;
  }
}
@media (min-width: 1201px) and (max-width: 1250px) {
  .main-logo img {
    height: 55px;
  }
}
@media (max-width: 1200px) {
  .main-logo {
    left: 0.625rem;
  }
  .main-logo img {
    height: 43px;
    margin-left: 10px;
  }
  .nav-link,
  .services-navbar .nav-link {
    font-size: 13px;
    font-weight: 700;
  }
  .dropdown-menu .nav-link {
    font-size: 13px;
    font-weight: 600;
  }
  .top-navbar {
    margin-left: 10rem;
  }
  .container {
    max-width: 75rem;
  }
  .top-navbar .dropdown-menu-wide {
    min-width: 500px;
    border-radius: 0.75rem;
    background: var(--white);
    border: 2px solid #e2e6ea;
  }
}
@media (min-width: 990px) and (max-width: 1041px) {
  .main-logo img {
    height: 35px !important;
    margin-left: 10px;
  }
}
@media (min-width: 1200px) and (max-width: 1350px) {
  .main-logo img {
    height: 50px !important;
    margin-left: 10px;
  }
}
@media (min-width: 1130px) and (max-width: 1200px) {
  .services-navbar .nav-link {
    font-size: 14px !important;
    font-weight: 700 !important;
  }
}
@media (min-width: 700px) and (max-width: 990px) {
  .navbar-toggler {
    margin-right: 20px;
  }
  .main-logo img {
    margin-left: 20px;
  }
}
@media (min-width: 600px) and (max-width: 700px) {
  .navbar-toggler {
    margin-right: 20px;
  }
  .main-logo img {
    margin-left: 25px;
  }
}
.services-navbar .nav-link:focus,
.services-navbar .nav-link:hover {
  color: #0d6efd !important;
}
@media (min-width: 992px) {
  .dropdown-menu .nav-link::after,
  .nav-link::after,
  .top-navbar .dropdown-menu .nav-link::after {
    content: "";
    position: absolute;
    bottom: -10px;
    height: 2px;
    width: 0;
    background: #f68e3c;
    transition: width 0.3s;
    z-index: -1;
    border-radius: 4px;
  }
  .dropdown-menu .nav-link::after,
  .nav-link::after {
    left: 13px;
  }
  .top-navbar .nav-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 0;
    width: 0;
    background: linear-gradient(90deg, #004080, #09f);
    transition: width 0.3s;
    z-index: -1;
    border-radius: 0;
  }
  .top-navbar .dropdown-menu .nav-link::after {
    left: 0;
  }
  .top-navbar .dropdown-menu .nav-link:hover::after,
  .top-navbar .nav-link:hover::after {
    width: calc(82% - 5px);
  }
  .dropdown-menu .nav-link.active::after,
  .dropdown-menu .nav-link:focus::after,
  .dropdown-menu .nav-link:hover::after,
  .nav-link.active::after,
  .nav-link:focus::after,
  .nav-link:hover::after {
    width: 100% !important;
  }
  .dropdown-menu .nav-link.active,
  .dropdown-menu .nav-link:focus,
  .dropdown-menu .nav-link:hover,
  .nav-link.active,
  .nav-link:focus {
    text-shadow: 0 0 2px rgba(0, 102, 255, 0.3);
  }
  .nav-link:active,
  .nav-link:focus {
    outline: 0;
    box-shadow: none !important;
  }
  .nav-link.dropdown-toggle::after,
  .top-navbar .dropdown .dropdown-menu::after,
  .top-navbar .dropdown .dropdown-menu::before {
    display: none !important;
  }
  .other-services-column {
    border-left: 1px solid #fff;
    padding-left: 30px;
  }
  .top-navbar .d-flex > .dropdown > .dropdown-toggle.nav-link:hover,
  .top-navbar .d-flex > .nav-link:hover {
    color: #0d6efd !important;
  }
}
.accounting-services.no-shift,
.home-img {
  content-visibility: auto;
  overflow: hidden;
}
.nav-link.dropdown-toggle.show::after {
  transform: rotate(180deg);
}
@media (max-width: 990px) {
  .nav-link.dropdown-toggle::after {
    display: inline-block;
    position: absolute;
    right: 0.625rem;
    top: 33%;
    transform: translateY(-50%);
  }
  .nav-link.dropdown-toggle {
    position: relative;
    padding-right: 1.875rem;
  }
  .nav-link.dropdown-toggle.show::after {
    transform: translateY(-50%) rotate(180deg);
  }
}
.top-navbar .dropdown {
  position: relative;
  margin-right: 5px;
}
@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1400px;
  }
}
.mega-menu-content .row.g-4 {
  --bs-gutter-x: 0;
  --bs-gutter-y: 0;
}
@media (max-width: 991) {
  .mega-menu-content,
  .mega-menu-content a {
    background: #0f1e43 !important;
  }
  .nav-item.dropdown .nav-link {
    border: none !important;
    background-color: #1e40af !important;
    color: #fff !important;
    box-shadow: none !important;
  }
  body.mobile-menu-open .header-wrapper {
    background: var(--white);
  }
  body.mobile-menu-open .main-logo {
    display: none !important;
  }
  .mega-menu-content a {
    color: #fff !important;
  }
  .mega-menu-content a:hover {
    background: #1e3a8a !important;
    color: #fff !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .mega-menu-content .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.container {
  max-width: 1500px !important;
}
.badge,
.badge-section,
.company-data,
.feature-box,
.form-submit-container,
.fun-solid {
  text-align: center;
  padding-top: 5px;
}
.fun-fact .container {
  max-width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 44px;
}
.fun-solid {
  margin-top: 0;
  background-color: #d2e0f1;
  padding: 20px 0 25px;
}
.company-data,
.feature-box,
.icon {
  background-color: #fff;
}
.company-data {
  flex: 1 1 calc(50% - 20px);
  max-width: calc(50% - 20px);
}
@media (min-width: 768px) {
  .bnr {
    margin-top: 110px;
  }
  .company-data {
    flex: 1 1 calc(33.333% - 20px);
    max-width: calc(33.333% - 20px);
  }
  #mobile-inquiry-form,
  .container-fluidmobile {
    display: none;
  }
  #desktop-inquiry-form {
    display: block;
  }
  .circle {
    margin-left: -16px;
  }
}
@media (min-width: 1200px) {
  .company-data {
    flex: 1 1 calc(16.66% - 20px);
    max-width: calc(16.66% - 24px);
  }
}
.company-data {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.company-data:hover {
  transform: translate(0, -5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  transform: translateY(-6px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
}
footer.nb-footer {
  background-color: #03143b;
  background-size: cover;
  color: #fff;
  margin-bottom: -47px;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.badge-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 125px;
  padding: 20px;
  width: 100%;
  height: 170px;
}
.badge {
  flex: 1 1 45%;
  max-width: 200px;
  padding: 0.35em 0.65em;
  border-radius: 0.25rem;
  display: inline-block;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  white-space: nowrap;
  vertical-align: baseline;
}
.badge h3 {
  margin-bottom: 10px;
  color: #fff;
}
.custom-reviews-section img {
  height: auto;
}
input[type="image"] {
  height: 80px;
  width: auto;
  cursor: pointer;
  margin-top: -8px;
}
.company-data {
  text-align: center;
  border-radius: 14px;
  padding: 20px 25px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}
.company-data span {
  font-size: 1rem;
  color: #0f172a;
  font-weight: 700;
}
.company-data p.countries {
  color: #ff2d2d;
}
.company-data p.project-count {
  color: #00c853;
}
.company-data p.client-count,
.icon {
  color: #ff9800;
}
.company-data p.experience {
  color: #6a3fd9;
}
.company-data p.resources {
  color: #ff2f92;
}
.company-data p.cost-reduction {
  color: #1e88ff;
}
.company-data p {
  font-size: 36px;
  font-weight: 700;
  margin: 0;
}
.features-container {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
  margin-top: 20px;
}
.feature-box {
  border-radius: 10px;
  box-shadow: 0 4px 8px rgb(0 0 0 / 20%);
  padding: 40px 20px 0;
  width: 271px;
  height: 250px;
  margin-left: 17px;
}
.icon {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  font-size: 24px;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 4px 10px rgb(0 0 0 / 47%);
  transition:
    transform 0.3s,
    background-color 0.3s,
    box-shadow 0.3s;
}
.features-section {
  background-color: #e8f1f9;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.feature-box h4 {
  font-size: 20px;
  color: #1e5198;
  margin-bottom: 10px;
  margin-top: 17px;
}
.feature-box:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 16px rgb(0 0 0 / 60%);
}
footer.nb-footer .footer-info-single .title {
  color: #fff;
  text-transform: capitalize;
  font-weight: 700;
  font-size: 28px;
}
.nb-footer .list-unstyled li a {
  color: #fff;
  text-decoration: none;
}
footer.nb-footer .footer-info-single a {
  color: #fff;
  line-height: 36px;
}
.footer-address {
  margin-top: 25px;
  margin-bottom: 10px;
}
.social-medial .fa-facebook-f {
  color: #007bef;
}
.footer-border {
  border-top: 0.5px solid #fff;
  width: 100%;
  padding: 10px;
}
.footer-border a,
.no_padding {
  padding: 0 13px;
}
.stars i {
  color: #f4c542;
  font-size: 15px;
}
.custom-reviews-section {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.review-container {
  display: flex;
  justify-content: space-between;
  max-width: 1550px;
  width: 100%;
  flex-wrap: wrap;
}
.review-item {
  flex: 1 1 calc(25% - 20px);
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}
.social-medial .fa-twitter {
  color: #1e90ff;
}
.social-medial .fa-linkedin {
  color: #007bb7;
}
.social-medial .fa-instagram {
  color: #c71585;
}
.social-medial .fa-pinterest,
.social-medial .fa-youtube {
  color: #bd2125;
}
.footer-address p {
  margin-bottom: 6px !important;
  color: #fff;
  line-height: 1.8;
  font-size: 16px;
}
label {
  margin-bottom: 0;
}
.footer-border p {
  margin-top: 6px;
  margin-bottom: 12px;
}
.review-title,
.social-medial i {
  font-size: 20px;
}
.btn-primary {
  border-color: none;
  border-radius: 0;
}
.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  border-radius: 6px;
  height: 38px;
}
.file-info,
.file-upload-button {
  padding: 10px 16px;
  font-size: 14px;
}
.bannercontent,
.file-upload-button,
.headingone {
  color: #fff;
  text-align: center;
}
.file-upload-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 25px;
}
.file-upload-button {
  background-color: #8995ab;
  border-radius: 6px 0 0 6px;
  cursor: pointer;
  font-family: Poppins;
  display: inline-block;
  position: relative;
}
.file-upload-button input[type="file"] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.file-info {
  font-family: Poppins, sans-serif;
  flex-grow: 1;
  border-radius: 0 6px 6px 0;
  border: 1px solid #ccc;
  height: 41px;
}
@media (max-width: 768px) {
  .demo-content {
    padding: 2rem 1rem;
  }
  #bnr .headingone,
  .demo-content h1 {
    font-size: 2rem;
  }
  .demo-content p {
    font-size: 1.1rem;
  }
  .file-info {
    height: 35px;
    font-size: 13px;
  }
  .file-upload-button {
    font-size: 12px;
    padding: 8px 12px;
  }
  #bnr .bannercontent {
    font-size: 1rem;
  }
  .heading {
    font-size: 32px;
    margin-bottom: 20px;
    text-shadow: 1px 1px 4px rgb(0 0 0 / 0.1);
  }
}
@media (max-width: 480px) {
  #bnr {
    padding: 30px 10px;
  }
  #bnr .headingone {
    font-size: 1.8rem;
  }
  #bnr .bannercontent {
    font-size: 0.9rem;
  }
  .heading {
    font-size: 28px;
    margin-bottom: 30px !important;
    text-shadow: none;
  }
  .footer-address p,
  .footer-info-single a i,
  .nb-footer li,
  footer.nb-footer .footer-info-single a {
    font-size: 16px;
  }
  .fun-fact .container {
    gap: 25px;
    margin-bottom: 0;
    margin-top: 0;
  }
  .features-container p {
    font-size: 13px;
    line-height: 1.6;
  }
  .feature-box h4 {
    font-size: 18px;
  }
  .custom-reviews-section {
    padding-top: 14px;
  }
  .star {
    font-size: 23px;
  }
  .footer-info-single p {
    margin-bottom: 5px;
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  #breadcrumb {
    font-size: 14px;
    margin-left: 10px;
  }
  input[type="image"] {
    height: 75px;
  }
  .review-container {
    flex-wrap: wrap;
    justify-content: center;
    gap: 0;
  }
  .review-item {
    flex: 1 1 calc(50% - 10px);
    max-width: calc(50% - 10px);
  }
  .custom-reviews-section img {
    max-width: 50px;
    height: auto;
  }
}
.Services {
  background-image: linear-gradient(
    8deg,
    #0d67c7 41%,
    #79b1ed 49%,
    #063363 56%
  );
  background-position: center;
  box-shadow: 2px 2px 10px rgb(50 50 50 / 0.75);
}
.advantage-card,
.custom-white-box {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.Services,
.data-entry-img {
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
.overlay {
  background: #fff0;
}
@media only screen and (max-width: 1134px) {
  .overlay {
    padding-top: 20px;
    padding-bottom: 50px;
  }
  h1.headingone {
    font-size: 50px;
  }
  p.bannercontent {
    font-size: 26px;
  }
}
@media screen and (max-width: 768px) {
  .overlay,
  h1.headingone {
    padding-top: 56px;
  }
  .Services {
    height: 270px;
    background-size: contain;
  }
  h1.headingone {
    font-size: 1.5rem;
  }
  p.bannercontent {
    font-size: 1rem;
  }
}
.headingone {
  font-size: 64px;
  padding-top: 234px;
  font-weight: 600;
  text-shadow: 2px 7px 8px #000;
}
.bannercontent {
  word-spacing: 1px;
  font-weight: 500;
}
#breadcrumb {
  line-height: 28px;
  margin-top: 18px;
  font-size: 17px;
}
.row {
  --bs-gutter-x: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.breadcrumb {
  display: contents !important;
  color: #0056b3;
  display: contents;
}
.arrow {
  color: #636564;
  margin: 0 9px;
  font-size: small;
}
.accounting-services.no-shift {
  position: relative;
  display: block;
  background-color: #fff;
  min-height: 600px;
  contain: layout paint style;
  transform: translateZ(0);
}
.accounting-services.no-shift .container {
  max-width: 1140px;
  margin: 0 auto;
}
.accounting-services.no-shift .row {
  align-items: flex-start !important;
}
.heading12,
.section-text {
  font-display: swap;
  margin: 0 0 16px;
}
.accounting-services[data-aos] {
  transform: none !important;
  opacity: 1 !important;
}
.heading {
  font-size: 35px;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 25px !important;
  color: #000 !important;
  text-shadow: 2px 2px 6px rgb(0 0 0 / 0.1);
}
.services-list li {
  display: flex;
  align-items: flex-start;
}
.services-list li i {
  color: #1e5198;
  margin-right: 12px;
  font-size: 18px;
  flex-shrink: 0;
  margin-top: 4px;
}
.advantage-card:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);
}
.custom-main-section {
  text-align: center;
  background: #eef1f1;
  font-family: Poppins, roboto;
  padding: 40px 0;
}
.custom-card-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 65px;
  justify-content: center;
  align-items: stretch;
}
.custom-card-container {
  flex: 1 1 300px;
  text-align: center;
}
.custom-colored-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 50px 20px;
  border-radius: 15px;
  position: relative;
}
.custom-white-box,
.custom-white-box::after {
  position: absolute;
  transform: translateX(-50%);
}
.custom-white-box {
  background: #fff;
  width: 88%;
  padding: 20px;
  border-radius: 12px;
  top: -15px;
  left: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 768px) and (max-width: 1025px) {
  .custom-colored-box {
    min-height: 330px;
  }
  .custom-white-box {
    min-height: 320px;
  }
}
@media (min-width: 1025px) and (max-width: 1366px) {
  .custom-colored-box {
    min-height: 360px;
  }
  .custom-white-box {
    min-height: 350px;
  }
}
@media (min-width: 1367px) {
  .custom-colored-box {
    min-height: 400px;
  }
  .custom-white-box {
    min-height: 390px;
  }
  @media (min-width: 1367px) {
    .custom-card-wrapper {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 50px;
    }
    .custom-card-container:nth-child(n + 5) {
      grid-column: span 1;
    }
  }
}
@media (max-width: 767px) {
  #servicesNav {
    height: 75vh;
    max-width: 100%;
  }
  .mobile-menu-header {
    padding: 12px 20px;
  }
  .mobile-menu-header img {
    height: 2.25rem;
  }
  .contact-button {
    width: 48%;
  }
  .form-input,
  .form-textarea {
    padding: 5px 15px;
  }
  #desktop-inquiry-form {
    display: none;
  }
  #mobile-inquiry-form {
    display: block;
  }
  .custom-card-wrapper {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    justify-content: flex-start;
  }
  @media (max-width: 767px) {
    .custom-colored-box {
      height: auto;
      padding: 20px 15px;
    }
    .custom-white-box {
      width: 100%;
      height: auto;
      padding: 20px;
      position: relative;
    }
  }
}
.custom-white-box::after {
  content: "";
  bottom: -14px;
  left: 80%;
  width: 0;
  height: 2px;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 15px solid #fff;
}
.custom-icon {
  font-size: 50px;
  margin-bottom: 10px;
}
.custom-text {
  flex-grow: 1;
  font-size: 17px;
  color: #000;
  line-height: 1.7;
  text-align: left;
  letter-spacing: 0.3px;
}
.custom-heading {
  color: #000;
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 12.8px;
}
.custom-box-1 {
  background: #1e88e5;
}
.custom-box-1 .custom-icon {
  color: #1e88e5;
}
.custom-box-2 {
  background: rgb(9 55 107);
}
.custom-box-2 .custom-icon {
  color: rgb(9 55 107);
}
.custom-box-3 {
  background: rgb(19 95 176);
}
.custom-box-3 .custom-icon {
  color: rgb(19 95 176);
}
.custom-box-4 {
  background: #0907a1;
}
.custom-box-4 .custom-icon {
  color: #0907a1;
}
.custom-box-5 {
  background: rgb(94 147 175);
}
.custom-box-5 .custom-icon {
  color: rgb(94 147 175);
}
.custom-box-6 {
  background: #004b43;
}
.custom-box-6 .custom-icon {
  color: #004b43;
}
.custom-box-7 {
  background: #483d8b;
}
.custom-box-7 .custom-icon {
  color: #483d8b;
}
.custom-box-8 {
  background: #101820;
}
.custom-box-8 .custom-icon {
  color: #101820;
}
@media (max-width: 1199px) {
  .custom-card-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
  .custom-card-container {
    width: 90%;
  }
}
@media (max-width: 1023px) {
  .custom-card-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .custom-card-container {
    width: 90%;
  }
  .custom-colored-box {
    height: 290px;
    padding: 35px 15px;
  }
  .custom-white-box {
    height: 270px;
  }
  .custom-icon {
    font-size: 45px;
  }
  .custom-heading {
    font-size: 20px;
  }
  .custom-text {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .custom-card-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }
  .custom-card-container {
    width: 90%;
  }
  .custom-colored-box {
    height: auto;
    padding: 20px 15px;
  }
  .custom-white-box {
    width: 100%;
    height: auto;
    padding: 20px;
    position: relative;
  }
  .custom-white-box::after {
    display: none;
  }
  .custom-icon {
    font-size: 35px;
    margin-bottom: 8px;
  }
  .custom-heading {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.6;
  }
  .custom-text {
    font-size: 14px;
    text-align: center;
  }
}
.custom-card-container:hover {
  transform: translateY(-8px);
  transition: transform 0.3s ease-in-out;
}
@media (min-width: 1200px) and (max-width: 1366px) {
  .custom-card-container {
    max-width: 31%;
  }
}
.why-choose {
  background-color: #f1f5fd;
  position: relative;
  padding: 50px 0;
  z-index: 0;
}
.advantage-card {
  position: relative;
  background-color: #fff;
  border-radius: 15px;
  padding: 20px;
  text-align: center;
  line-height: 1.55;
  max-width: 502px;
  height: 299px;
  margin-top: 56px;
}
.advantage-card::before {
  content: "";
  position: absolute;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  top: -10px;
  left: 19px;
  background-color: var(--card-color, #ccc);
  border-radius: 15px;
  z-index: -1;
}
.advantage-number {
  position: absolute;
  top: 0;
  right: 0;
  width: 55px;
  height: 55px;
  background-color: var(--card-color);
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 15px 0 40px;
}
.advantage-icon {
  font-size: 45px;
  color: var(--card-color);
  margin-bottom: 30px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .row {
    display: flex;
    flex-wrap: wrap;
  }
}
.headingUnderline1 {
  position: relative;
  text-align: left;
}
.section-heading {
  font-size: 2.5rem;
  color: #2a2a2a;
  line-height: 1.3;
}
.section-text {
  text-align: left;
  line-height: 1.8;
  font-size: 1.125rem;
  color: #000;
  font-display: swap;
}
.form-description,
.form-heading {
  color: #fff;
  font-family: Poppins;
  text-align: center;
}
.form-container {
  max-width: 500px;
  margin: 0 auto;
  padding: 36px;
  background: linear-gradient(135deg, #172f79 0, #197dc4 50%, #0288d1 100%);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s;
  border-radius: 8px;
}
@media (min-width: 768px) {
  .form-container {
    border-radius: 10px;
  }
}
.form-heading {
  font-size: 1.8rem;
  margin-bottom: 0.3px;
}
.form-description {
  font-size: 0.9rem;
  padding-bottom: 2px;
}
.form-input,
.form-textarea {
  font-size: 15px;
  width: 100%;
  padding: 5px 15px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background-color: #fff;
  color: #333;
  transition:
    background-color 0.3s,
    border-color 0.3s;
}
.form-submit {
  margin-top: 10px;
  width: 35%;
  padding: 8px;
  background-color: #133666;
  color: #fff;
  border: none;
  border-radius: 6px;
  font-size: 1.1rem;
  font-family: Poppins;
  cursor: pointer;
  transition:
    background-color 0.3s,
    transform 0.2s;
}
.form-submit:hover {
  transform: scale(1.05);
}
.input-group {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 13px;
  margin-top: -9px;
}
.file-upload {
  background-color: #133666;
  color: #f9f9f9;
  border-radius: 6px 0 0 6px;
  padding: 10px 15px;
}
.testimonail {
  background-color: #e9ebf3;
  font-family: Poppins;
  display: flex;
  justify-content: center;
  align-items: center;
}
.testimonial-box-avatar {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  border: 4px solid #fff;
  box-shadow: 0 0 8px rgba(0, 86, 179, 0.6);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -54px;
}
.testimonial-box-wrapper {
  display: flex;
  gap: 30px;
  flex-wrap: nowrap;
  justify-content: center;
}
.testimonial-box-container {
  background-color: #fff;
  width: 465px;
  padding: 20px;
  border-radius: 15px;
  text-align: center;
  position: relative;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  height: 500px;
}
.testimonial-box-header {
  font-size: 25px;
  font-weight: 600;
  color: #000;
}
.testimonial-box-title {
  font-family: "Great Vibes", cursive;
  font-size: 36px;
  color: #0f5b5f;
  margin: 5px 0;
}
.q-close,
.q-open {
  font-family: Georgia, serif;
}
.testimonial-box-card {
  background: #0056b3;
  color: #fff;
  padding: 40px 20px;
  border-radius: 20px;
  position: relative;
  text-align: center;
  margin-top: 80px;
  height: 335px;
}
.testimonial-box-text {
  font-size: 18px;
  margin-bottom: 42px;
  margin-top: 20px;
  line-height: 33px;
}
.testimonial-box-name {
  font-weight: 600;
  margin-top: 15px;
  font-size: 20px;
}
.testimonial-box-stars {
  margin-top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
}
.testimonial-box-stars .star {
  color: gold;
  font-size: 22px;
  margin: 0;
  padding: 0;
  line-height: 1;
}
@media (max-width: 768px) {
  .advantage-card {
    height: auto;
    margin: 20px;
  }
  .q-close,
  .q-open {
    font-size: 34px;
  }
  .col-md-6 {
    width: 100%;
    max-width: 100%;
    justify-content: center;
  }
  .container {
    display: flex;
    flex-direction: column;
  }
  .testimonial-box-wrapper {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
  .testimonial-box-container {
    width: 94%;
    max-width: 380px;
    height: auto;
    padding: 15px;
  }
  .testimonial-box-header {
    font-size: 20.8px;
  }
  .testimonial-box-title {
    font-size: 28px;
  }
  .testimonial-box-text {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .testimonial-box-card {
    height: auto;
    margin-top: 60px;
    padding: 30px 15px;
  }
  .testimonial-box-avatar {
    width: 70px;
    height: 70px;
    border: 3px solid #fff;
    top: -40px;
  }
  .testimonial-box-name {
    font-size: 18px;
    margin-top: 10px;
  }
  .testimonial-box-stars .star {
    font-size: 16px;
  }
  #bnr .headingone {
    font-size: 2rem;
  }
  #bnr .bannercontent {
    font-size: 1rem;
  }
  .review-title {
    font-size: 14px;
  }
  .abc h2,
  .heading {
    font-size: 35px !important;
  }
  .heading {
    margin-bottom: 30px;
    text-shadow: 1px 1px 4px rgb(0 0 0 / 0.1);
  }
}
@media (max-width: 1030px) and (min-width: 768px) {
  .testimonial-box-wrapper {
    gap: 20px;
  }
  .testimonial-box-container {
    width: 45%;
    max-width: 400px;
    height: auto;
  }
  .testimonial-box-card {
    height: auto;
    margin-top: 60px;
    padding: 30px 15px;
  }
  .testimonial-box-header {
    font-size: 26px;
  }
  .testimonial-box-title {
    font-size: 30px;
  }
  .testimonial-box-text {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .testimonial-box-avatar {
    width: 80px;
    height: 80px;
    border: 3px solid #fff;
    top: -45px;
  }
  .testimonial-box-name {
    font-size: 22px;
    margin-top: 10px;
  }
  .testimonial-box-stars .star {
    font-size: 16px;
  }
}
.q-close,
.q-open {
  font-size: 35px;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 600;
}
.q-open {
  margin-right: 7px;
  vertical-align: top;
}
.q-close {
  margin-left: 7px;
  vertical-align: bottom;
}
.review-details {
  width: 70%;
}
@media (min-width: 992px) and (max-width: 1214px) {
  .footer-content1 {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 0;
    white-space: nowrap;
  }
  .footer-content1 i {
    font-size: 18px;
  }
  .footer-content1 a {
    font-size: 14px;
    padding-left: 0;
  }
}
.footer-info-single {
  margin-top: 20px;
}
@media (max-width: 575px) {
  #breadcrumb {
    font-size: 14px;
  }
}
@media (max-width: 600px) {
  .section-text,
  .services-list li {
    font-size: 18px;
  }
  .trends-subtitle {
    font-size: 18px !important;
  }
  p {
    font-size: 16px;
  }
  .section-title p {
    padding-top: 0 !important;
  }
  .section-text {
    line-height: 1.8;
  }
  .feature-box {
    width: 255px;
  }
}
@media (min-width: 992px) and (max-width: 1066px) {
  .footer-content1 {
    position: relative;
    padding-left: 0;
    padding-right: 0;
  }
}
#cookieConsent {
  border-radius: 10px;
  width: 225px !important;
  min-height: 100px !important;
  color: #ccc;
  line-height: 26px;
  padding: 15px;
  font-family: inherit;
  font-size: 16px;
  position: fixed;
  bottom: 0;
  right: -1%;
  display: none;
  z-index: 9999;
}
.round-button {
  display: block;
  width: 65px;
  height: 65px;
  line-height: 64px;
  border-radius: 50%;
  border: 1px solid double;
  color: #f5f5f5;
  text-align: center;
  box-shadow: 0 0 3px #fff;
  background: #1f39aa;
  font-size: 20px;
  font-weight: 600;
}
@media (max-width: 1000px) {
  .logo-mobile {
    display: block;
  }
  .logo-desktop {
    display: none;
  }
  #cookieConsent {
    width: 173px !important;
    font-size: 14px;
    bottom: 2%;
    right: -81px;
  }
}
.home-img {
  position: relative;
  margin-top: 128px;
  width: 100%;
  height: 600px;
  contain-intrinsic-size: 600px;
}
.home-img .overlay {
  position: relative;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  height: 100%;
  display: flex;
  align-items: center;
}
.home-img .container {
  z-index: 1;
  position: relative;
}
.card,
.card img {
  width: 100%;
  transition: transform 0.3s ease-in-out;
}
#about .about-img img {
  margin-left: 5px;
  margin-bottom: 15px;
  max-width: 100%;
}
@media only screen and (max-width: 850px) {
  .headingone {
    font-size: 43px;
    padding-top: 100px;
  }
  .bannercontent {
    font-size: 16px;
    padding-bottom: 30px;
  }
  .process-icon {
    width: 50px;
    height: 50px;
  }
}
.blog-container {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 50px;
}
.card {
  max-width: 420px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 6px 30px rgba(14, 13, 13, 0.3);
  overflow: hidden;
  padding: 22px;
}
.card:hover {
  transform: scale(1.02);
}
.card img {
  height: auto;
  border-radius: 8px;
}
.card-content {
  padding-top: 16px;
  padding-bottom: 16px;
}
.title {
  font-weight: 700;
  margin-bottom: 10px;
}
.category {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 8px;
}
.date {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #777;
}
.date-icon {
  margin-right: 5px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .custom-img {
    height: 200px;
    object-fit: cover;
  }
}
@media (max-width: 1024px) {
  .home-img {
    height: auto;
  }
  .custom-text {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .home-img {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .feature-box {
    height: 55%;
    width: 73%;
    line-height: 1.2;
  }
  .form-container {
    padding: 22px;
  }
  form {
    display: block;
    width: 100% !important;
    max-width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .form-heading {
    font-size: 26px;
  }
  .custom-text,
  .form-description {
    font-size: 13px;
  }
  .blog-container {
    flex-direction: column;
    align-items: center;
  }
  .card {
    width: 90%;
    max-width: 400px;
    padding: 18px;
  }
  .img-responsive {
    max-width: 100%;
    height: auto;
  }
}
@media (max-width: 480px) {
  .abc h2,
  .heading,
  .heading-2 {
    font-size: 28px !important;
  }
  #bnr {
    padding: 30px 10px;
  }
  #bnr .headingone {
    font-size: 25px;
    padding-top: 10px;
  }
  #bnr .bannercontent {
    font-size: 0.9rem !important;
  }
  .heading,
  .heading-2 {
    margin-bottom: 28px !important;
    line-height: 1.3;
    text-shadow: none;
  }
  .card-content p,
  .icon,
  .process-box p,
  .testimonial-quote {
    font-size: 18px;
  }
  .testimonial-slider {
    width: 90%;
  }
  .testimonial-avatar {
    width: 70px;
    height: 70px;
  }
  .icon {
    width: 54px;
    height: 55px;
    top: -20px;
  }
  .process-box p {
    line-height: 1.6;
    padding: 10px;
  }
  .process-box h2 {
    font-size: 19px;
    padding-top: 12px;
  }
  .process-icon {
    width: 40px;
    height: 40px;
    right: -10px;
  }
  .process-icon i {
    font-size: 19px;
  }
  .container .navbar {
    padding-left: 0;
    padding-right: 0;
  }
  .services-list {
    list-style-type: none;
  }
  .company-data span {
    font-size: 14px;
  }
  .company-data p {
    font-size: 26px;
  }
  .company-data {
    width: 160px;
    height: 120px;
  }
  .bannercontent {
    padding-top: 15px;
    padding-bottom: 0;
    margin-top: 0;
  }
  .card {
    max-width: 350px;
    padding: 15px;
  }
  .title {
    font-size: 22px;
  }
  .custom-text {
    font-size: 17px;
  }
  .form-input {
    padding: 10px;
    font-size: 14px;
  }
  .btn {
    font-size: 16px !important;
  }
}
@media (min-width: 768px) and (max-width: 1150px) {
  .blog-container {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .card {
    gap: 30px;
    max-width: 30%;
    padding: 18px;
  }
}
@media (min-width: 474px) and (max-width: 767px) {
  .advantage-card,
  .testimonial-box-container {
    max-width: 100%;
    margin: 20px 0;
  }
}
.img-wrapper {
  width: 100%;
  overflow: hidden;
}
.img-responsive {
  width: 100%;
  height: auto;
}
.bnr img,
.courses_box2-left img,
.slider-wrapper img {
  width: 100%;
}
.faq-image img,
.responsive-img {
  max-width: 100%;
  height: auto;
}
.form-group {
  margin-bottom: 1.5rem;
}
.services {
  background: linear-gradient(180deg, #032e74, #0c4ea2);
}
.services-card {
  padding: 2em 1.5em;
  background-color: #fff;
  background-size: 100% 200%;
  background-position: 0 2.5%;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
  text-align: center;
  border-bottom: 15px solid #4fa2ec;
}
.services-card h3 {
  font-size: 24px;
  font-weight: 800;
  color: #1f194c;
  margin: 30px 0 12.8px;
}
.services-icon {
  position: relative;
  margin: 0 auto 30px;
  font-size: 35px;
  height: 80px;
  width: 80px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #fff;
  border: 4px solid transparent;
  transition: 0.4s;
}
.services .col-lg-3:first-child .services-icon {
  color: #ff0a78;
  border-color: #ff0a78;
}
.services .col-lg-3:nth-child(2) .services-icon {
  color: #7b1fa2;
  border-color: #7b1fa2;
}
.services .col-lg-3:nth-child(3) .services-icon {
  color: #00c853;
  border-color: #00c853;
}
.services .col-lg-3:nth-child(4) .services-icon {
  color: #ff8f00;
  border-color: #ff8f00;
}
.services .col-lg-3:nth-child(5) .services-icon {
  color: #2e7d32;
  border-color: #2e7d32;
}
.services .col-lg-3:nth-child(6) .services-icon {
  color: #ff3d00;
  border-color: #ff3d00;
}
.services .col-lg-3:nth-child(7) .services-icon {
  color: #c2185b;
  border-color: #c2185b;
}
.services .col-lg-3:nth-child(8) .services-icon {
  color: #ffb300;
  border-color: #ffb300;
}
.services-icon i {
  color: inherit !important;
}
.services-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.18);
}
.services-card:hover .services-icon {
  background-color: currentColor;
}
.footer-border a,
.services-card:hover .services-icon i {
  color: #fff !important;
}
.browse-col .file-upload {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-radius: 6px;
  padding: 6px;
}
.form-control {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
@media (min-width: 1541px) and (max-width: 3840px) {
  .services-card {
    height: 440px;
    width: 500px;
  }
}
.row {
  margin-left: 0;
  margin-right: 0;
}
.visiting-cards {
  background-image: url("https://www.dataentryinc.com/image/banner/webp/visiting-cards.webp");
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 2px 2px 10px rgb(50 50 50 / 75%);
}
.overlay {
  background: rgb(14 39 63 / 0%);
  padding-top: 30px;
  padding-bottom: 90px;
}
.bnr-title {
  color: #fff;
  text-align: center;
  font-size: 62px;
  padding-top: 116px;
  line-height: 1.2;
  font-weight: 600;
  text-shadow: -3px 6px 15px #000;
}
.bannercontent {
  color: #fff;
  padding-top: 18px;
  padding-bottom: 80px;
  font-size: 35px !important;
  margin-top: 25px;
  text-align: center;
  line-height: 45px;
  word-spacing: 1px;
}
@media only screen and (max-width: 1134px) {
  .overlay {
    padding-top: 0;
    padding-bottom: 15px;
  }
}
@media only screen and (max-width: 825px) {
  .bnr-title {
    font-size: 55px;
    padding-top: 63px;
  }
  .bannercontent {
    font-size: 23px !important;
    padding-bottom: 18px;
  }
}
@media only screen and (max-width: 740px) {
  .bnr-title {
    font-size: 50px;
    padding-top: 57px;
  }
  .bannercontent {
    font-size: 25px !important;
    padding-bottom: 53px;
  }
}
@media only screen and (max-width: 670px) {
  .bnr-title {
    font-size: 45px;
    padding-top: 24px;
  }
  .bannercontent {
    font-size: 20px !important;
    line-height: 30px;
    padding-bottom: 14px;
  }
}
@media only screen and (max-width: 607px) {
  .bnr-title {
    font-size: 45px;
    padding-top: 38px;
  }
  .bannercontent {
    font-size: 20px !important;
    line-height: 30px;
    padding-top: 0;
    padding-bottom: 32px;
  }
}
@media only screen and (max-width: 500px) {
  .bnr-title {
    font-size: 40px;
    padding-top: 38px;
  }
  .bannercontent {
    font-size: 19px !important;
    padding-bottom: 51px;
    padding-top: 0;
    margin-top: 3px;
  }
  .overlay {
    padding-top: 5px;
    padding-bottom: 15px;
  }
}
@media only screen and (max-width: 444px) {
  .bnr-title {
    font-size: 38px;
    padding-top: 25px;
  }
  .bannercontent {
    font-size: 18px !important;
    padding-bottom: 65px;
    padding-top: 0;
    margin-top: 33px;
    line-height: 24px;
  }
  .overlay {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
@media only screen and (max-width: 400px) {
  .bnr-title {
    font-size: 36px;
    padding-top: 25px;
  }
  .bannercontent {
    font-size: 16px !important;
    padding-bottom: 55px;
    padding-top: 0;
    margin-top: 3px;
    line-height: 24px;
  }
  .overlay {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
@media only screen and (max-width: 378px) {
  .bnr-title {
    font-size: 34px;
    padding-top: 22px;
  }
  .bannercontent {
    font-size: 15px !important;
    padding-bottom: 58px;
    padding-top: 0;
    margin-top: 0;
    line-height: 21px;
  }
  .overlay {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
@media only screen and (max-width: 365px) {
  .overlay {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .bnr-title {
    font-size: 30px;
    padding-top: 15px;
  }
  .bannercontent {
    font-size: 15px !important;
    padding-bottom: 52px;
    padding-top: 0;
    margin-top: 0;
  }
}
@media only screen and (max-width: 350px) {
  .bnr-title {
    font-size: 30px;
    padding-top: 38px;
  }
  .bannercontent {
    font-size: 15px !important;
    padding-bottom: 37px;
    padding-top: 0;
    margin-top: 0;
    line-height: 21px;
  }
}
@media only screen and (max-width: 320px) {
  .bnr-title {
    font-size: 28px;
    padding-top: 15px;
  }
  .bannercontent {
    font-size: 14px !important;
    padding-bottom: 48px;
    padding-top: 0;
    margin-top: 0;
    line-height: 18px;
  }
}
#services .box .icon i:before {
  background: #133053;
  -webkit-text-fill-color: transparent;
}
.highlight-link,
.trends-subtitle a,
a {
  text-decoration: none;
}
@media (min-width: 300px) and (max-width: 990px) {
  .navbar-toggler {
    padding: 7px;
    margin-right: 2px;
  }
  .main-logo img {
    height: 40px;
    margin-left: 19px;
    margin-top: 10px;
  }
}
.footer-para {
  line-height: 30px;
  padding-right: 55px;
}
.hero-analytics-section {
  /* background: linear-gradient(135deg, #103e90, #19426f); */
  background: linear-gradient(135deg, #3b0086, #0064f9);
  overflow: hidden;
  margin: 112px 0 0;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  position: relative;
}
.hero-analytics-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
  min-height: 600px;
  margin: auto;
  padding-top: 30px !important;
  padding: 50px 30px;
  position: relative;
  z-index: 2;
}
.pattern-dots {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(#fff 1px, transparent 1px);
  background-size: 22px 22px;
  opacity: 0.05;
  z-index: 1;
}
.hero-left {
  flex: 1 1 45%;
  min-width: 300px;
  color: #fff;
}
.hero-heading {
  font-size: 54px;
  font-weight: 800;
  line-height: 1.3;
  margin-bottom: 25px;
}
.hero-heading .highlight {
  color: orange;
}
.hero-subtext {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.95);
  max-width: 600px;
  margin-top: 15px;
  margin-bottom: 40px;
  line-height: 1.6;
}
.hero-right {
  flex: 1 1 50%;
  min-width: 300px;
  padding-left: 0;
  padding-right: 0;
}
.analytics-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
}
.analytics-entry {
  background: #0476d3;
  padding: 35px 20px;
  text-align: center;
  position: relative;
  transition: 0.3s;
}
.analytics-entry .number {
  font-size: 45px;
  font-weight: 900;
  color: #fff;
}
.analytics-entry .label {
  font-size: 18px;
  font-weight: 600 !important;
  color: #fff;
}
.analytics-entry:not(:nth-child(3n))::after {
  content: "";
  position: absolute;
  top: 25%;
  bottom: 25%;
  right: 0;
  width: 1px;
  background: #fff;
}
@media (max-width: 768px) {
  .analytics-entry .label {
    font-weight: 100 !important;
  }
}
@media (max-width: 1200px) {
  .hero-analytics-section {
    margin: 112px 0 0;
  }
  .hero-heading {
    font-size: 52px;
  }
  .hero-analytics-wrapper {
    gap: 0;
  }
  .analytics-entry .number {
    font-size: 30px;
    font-weight: 900;
    color: #fff;
    margin-bottom: 3px;
  }
}
@media (max-width: 992px) {
  .hero-analytics-section {
    margin: 0;
  }
  .hero-analytics-wrapper {
    flex-direction: column;
    text-align: center;
  }
  .hero-heading {
    font-size: 42px;
  }
}
@media (max-width: 576px) {
  .home-img {
    height: auto;
  }
  .hero-heading {
    font-size: 40px;
    line-height: 1.2;
    word-break: keep-all;
  }
  .hero-heading br {
    display: block;
  }
  .nowrap {
    white-space: nowrap;
  }
  .analytics-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .analytics-entry {
    padding: 20px 15px;
  }
  .analytics-entry:not(:nth-child(3n))::after {
    content: none;
  }
  .analytics-entry:not(:nth-child(2n))::after {
    content: "";
    position: absolute;
    top: 20%;
    bottom: 20%;
    right: 0;
    width: 1px;
    background: #fff;
  }
}
.flow-card,
.service-card,
.trend-card {
  padding: 2rem 1.5rem;
}
@media (max-width: 400px) {
  .form-submit {
    font-size: 1rem;
    padding: 10px;
  }
  .analytics-entry .number {
    font-size: 28px;
  }
  .analytics-entry .label {
    font-size: 15px;
  }
  .hero-heading {
    font-size: 32px;
  }
  .hero-subtext {
    font-size: 17px;
  }
  .hero-left,
  .hero-right {
    min-width: 240px;
    padding-left: 0;
    padding-right: 0;
  }
}
.trends-section {
  background: #f9fafb;
}
.trends-title {
  font-weight: 700;
  font-size: 35px;
  line-height: 1.3;
  margin-bottom: 25px;
  color: #000;
}
@media (max-width: 480px) {
  .faq-section h2,
  .process-flow h2,
  .section-title h2,
  .streamline-title,
  .trends-title {
    font-size: 28px !important;
  }
}
.section-title p,
.trends-subtitle {
  max-width: 1455px;
  text-align: left;
  font-size: 1.125rem;
  line-height: 1.8;
  color: #000;
}
.trends-subtitle {
  padding-top: 0 !important;
  margin: 0 auto 25px;
}
.section-title p {
  padding-top: 0 !important;
  margin-bottom: 22px;
  padding: 10px;
}
.trends-subtitle a {
  transition: 0.3s;
  padding: 2px 4px;
  border-radius: 4px;
}
.trends-subtitle a:hover {
  color: #1f39aa;
}
.abc9 a:hover,
.flow-card a:hover,
.section-text a:hover,
.service-content a:hover,
.streamline-text a:hover,
.trend-card a:hover {
  color: #1f39aa !important;
}
.trend-card {
  border-radius: 16px;
  background: #fff;
  text-align: center;
  transition: 0.3s;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.08);
}
.services1 .service-content h3,
.trend-card h3 {
  font-size: 22px;
  margin-bottom: 0.8rem;
  font-weight: 600;
  color: #000;
}
.trend-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}
.trend-icon {
  width: 80px;
  height: 80px;
  background: #fff !important;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 30px;
  font-size: 30px;
  color: currentColor;
  border: 3px solid currentColor;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
  transition: transform 0.3s;
}
.trend-icon:hover {
  transform: scale(1.1);
}
.trend-icon i {
  font-size: 35px;
  color: currentColor;
}
.icon-blue {
  color: #ff2e2e;
}
.icon-green {
  color: #00d26a;
}
.icon-orange {
  color: #ff9500;
}
.icon-purple {
  color: #673ab7;
}
.icon-red {
  color: #ff007f;
}
.icon-teal {
  color: #008cff;
}
.icon-yellow {
  color: #cab726;
}
.icon-pink {
  color: #f472b6;
}
.icon-lightblue {
  color: #38bdf8;
}
.flow-icon i,
.trend-icon i {
  color: inherit;
}

.trend-card h5 {
  font-weight: 600;
  margin-bottom: 0.8rem;
  color: #1f2937;
}
.trend-card p {
  color: #000;
  font-size: 17px;
  line-height: 1.7;
  text-align: start;
}
.flow-icon.blue,
.icon-blue {
  background: #007bff;
}
.flow-icon.green,
.icon-green {
  background: #28a745;
}
.flow-icon.orange,
.icon-orange {
  background: #6f42c1;
}
.flow-icon.purple,
.icon-purple {
  background: #fd7e14;
}
.flow-icon.red,
.icon-red {
  background: #dc3545;
}
.flow-icon,
.icon-teal {
  background: #20c997;
}
.flow-icon.yellow,
.icon-yellow {
  background: #f9a825;
}
.flow-icon.pink,
.icon-pink {
  background: #f079bc;
}
.flow-icon.lightblue,
.icon-lightblue {
  background: #26c6da;
}
.flow-card:has(.flow-icon.pink) {
  --num-color: #ec4899;
}
.flow-card:has(.flow-icon.green) {
  --num-color: #28a745;
}
.flow-card:has(.flow-icon.orange) {
  --num-color: #7c3aed;
}
.flow-card:has(.flow-icon.purple) {
  --num-color: #ea580c;
}
.flow-card:has(.flow-icon.red) {
  --num-color: #ef4444;
}
.flow-card:has(.flow-icon.blue) {
  --num-color: #3b82f6;
}
.flow-card:has(.flow-icon.yellow) {
  --num-color: #f4d03f;
}
.flow-card:has(.flow-icon.teal) {
  --num-color: #20c997;
}
.icon-indigo {
  background: #3949ab;
}
.icon-dark {
  background: #303030;
}
.main,
.main1,
.services1 {
  background-color: #f5f6fa !important;
}
.services1 .service-item {
  display: flex;
  flex-direction: row;
  background-color: #fff;
  border-radius: 12px;
  padding: 2rem;
  height: 100%;
  min-height: 170px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  transition: 0.4s;
}
.services1 .service-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 4px;
  background-color: transparent;
  transform: scaleY(0);
  transform-origin: bottom;
  transition:
    transform 0.4s cubic-bezier(0.65, 0, 0.35, 1),
    background-color 0.4s;
}
.services1 .service-item:hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transform: translateY(-5px);
}
.services1 .service-icon {
  flex-shrink: 0;
  width: 70px;
  height: 70px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1.5rem;
  transition: 0.5s;
}
.services1 .service-icon i {
  font-size: 2rem;
}
.services1 .service-content p {
  margin-bottom: 0;
  font-size: 17px;
  color: #000;
  line-height: 1.7;
}
.section-title h2 {
  text-align: center;
  margin-bottom: 25px !important;
  font-weight: 700;
  font-size: 35px;
  color: #000;
  line-height: 1.3;
  padding: 0 10px !important;
}
.services1 .row .col-md-6:first-child .service-icon {
  background-color: #ff2e2e;
}
.services1 .row .col-md-6:nth-child(2) .service-icon {
  background-color: #9c27b0;
}
.services1 .row .col-md-6:nth-child(3) .service-icon {
  background-color: #4caf50;
}
.services1 .row .col-md-6:nth-child(4) .service-icon {
  background-color: #ff9800;
}
.services1 .row .col-md-6:nth-child(5) .service-icon {
  background-color: #ff007f;
}
.services1 .row .col-md-6:nth-child(6) .service-icon {
  background-color: #2196f3;
}
.services1 .row .col-md-6:nth-child(7) .service-icon {
  background-color: #607d8b;
}
.services1 .row .col-md-6:nth-child(8) .service-icon {
  background-color: #8bc34a;
}
.services1 .row .col-md-6:nth-child(9) .service-icon {
  background-color: #795548;
}
.services1 .row .col-md-6:nth-child(10) .service-icon {
  background-color: #673ab7;
}
.service-icon {
  padding: 15px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  transition:
    transform 0.3s,
    box-shadow 0.3s;
}
.service-icon:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.25);
}
@media (max-width: 767.98px) {
  .services1 .service-item {
    flex-direction: column;
    text-align: center;
    padding: 2rem 1.5rem;
    align-items: center;
  }
  .services1 .service-content p {
    text-align: start;
  }
  .services1 .service-icon {
    margin: 0 auto 30px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.flow-icon,
.service-icon {
  align-items: center;
  display: flex;
}
.services-section {
  background: #0f1c3f;
}
.services-title {
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 0.5rem;
  color: #fff;
}
.services-subtitle {
  max-width: 750px;
  margin: 0 auto 3rem;
  font-size: 1rem;
  color: #cbd5e1;
}
.service-card {
  border: none;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.95);
  text-align: center;
  transition: 0.4s;
  box-shadow: none;
}
.service-card:hover,
.service-icon {
  box-shadow: none !important;
}
.service-icon {
  width: 65px !important;
  height: 65px !important;
  justify-content: center;
  font-size: 34px;
  color: #fff;
}
.service-card h5 {
  font-weight: 600;
  margin-bottom: 0.8rem;
  color: #1e293b;
}
.service-card p {
  color: #475569;
  font-size: 0.95rem;
  line-height: 1.6;
}
.faq-section,
.process-flow {
  background: #f9fafc;
}
.accordion-body,
.flow-card,
.intro-section,
.qa-card,
.streamline-section {
  background: #fff;
}
.process-flow h2 {
  margin-bottom: 25px !important;
  font-weight: 700;
  font-size: 35px;
  color: #000 !important;
  line-height: 1.3;
}
.process-flow p {
  color: #000;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding: 10px;
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 25px !important;
  text-align: start !important;
}
.flow-card {
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  transition:
    transform 0.3s,
    box-shadow 0.3s;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.flow-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}
.flow-card h3 {
  font-size: 22px;
  margin-bottom: 12.8px !important;
  font-weight: 600;
  color: #000;
}
.flow-number {
  position: absolute;
  top: 12px;
  right: 15px;
  font-size: 18px;
  font-weight: 800;
  color: var(--num-color, #000) !important;
  letter-spacing: -1px;
  user-select: none;
  z-index: 2;
}
.flow-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin: 0 auto 30px;
  justify-content: center;
  font-size: 35px;
  color: #fff;
}
.flow-icon.pink {
  background: #e83e8c;
}
.flow-icon.teal {
  background: #20c997 !important;
}
.flow-icon.yellow {
  background: #f4d03f !important;
}
.flow-card h5 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 0.8rem;
  color: #333;
}
.flow-card p {
  color: #000;
  font-size: 17px;
  line-height: 1.7;
  margin: 0;
  text-align: start;
}
.streamline-title {
  font-size: 35px;
  font-weight: 700;
  color: #000;
  line-height: 1.3;
  margin-bottom: 15px !important;
}
.streamline-text {
  padding: 10px;
  color: #000;
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 0;
}
.streamline-list {
  list-style: none;
  padding: 0;
  margin: 1rem 0;
}
.streamline-list li {
  position: relative;
  padding-left: 2rem;
  margin-bottom: 0.75rem;
  font-size: 1rem;
  color: #444;
}
.streamline-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  color: #3b82f6;
  font-weight: 700;
}
.highlight-link {
  color: #3b82f6;
  font-weight: 600;
}
.highlight-link:hover {
  text-decoration: underline;
}
.faq-section h2 {
  line-height: 1.3;
  font-weight: 700;
  color: #000;
  font-size: 35px;
}
.accordion-item {
  border: 2px solid transparent;
  margin-bottom: 15px;
}
.accordion-button {
  font-size: 18px !important;
  color: #000;
  border-radius: 0;
  padding: 1.8rem 1.25rem;
  transition:
    background-color 0.3s,
    color 0.3s;
}
.accordion-button:hover,
.faq-section a:hover {
  color: #007bff;
}
.accordion-button:not(.collapsed) {
  background-color: #f0f7fb;
  color: #000;
}
.accordion-body {
  color: #000;
  font-size: 17px;
  line-height: 1.8;
  padding: 1.5rem;
}
.accordion-button::after {
  background-image: none !important;
  content: "\002B";
  font-weight: 900;
  font-size: 1.6rem;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  margin-left: auto;
  transition: 0.3s;
}
.accordion-button:not(.collapsed)::after {
  content: "\2212";
  color: #000;
  transform: rotate(180deg);
}
.accordion-button {
  box-shadow: none !important;
  font-weight: 600;
  background-color: #fff;
  border: none;
}
.accordion-button:hover {
  background-color: #f8f9fa;
}
.accordion-item {
  border: none;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.3s;
}
.accordion-item:not(:last-child) {
  margin-bottom: 12px;
}
.accordion-item.show-border {
  border-color: var(--bs-accordion-btn-focus-border-color) !important;
  box-shadow: var(--bs-accordion-btn-focus-box-shadow) !important;
}
.footer-para1 {
  font-size: 14px !important;
}
.social-medial {
  margin-bottom: 6px !important;
}
@media (max-width: 480px) {
  .heading,
  .section-text {
    margin-left: 0 !important;
  }
  .heading-1,
  .why-choose-us h2 {
    font-size: 28px !important;
  }
  .streamline-text {
    padding: 10px 0 0;
  }
  .section-text {
    font-display: swap;
    padding-top: 0 !important;
  }
  .heading {
    margin-bottom: 30px !important;
  }
  .process-flow h2,
  .trends-title {
    padding: 0 10px 10px !important;
    margin-bottom: 5px !important;
  }
  .trends-subtitle {
    padding: 10px !important;
  }
  .ac,
  .footer-para1 {
    line-height: 1.9;
  }
}
.faq-section a {
  color: #1f38aa;
  transition: 0.3s;
  padding: 2px 4px;
  border-radius: 4px;
}
.heading,
.section-text {
  margin-left: 10px;
}
.ab {
  font-size: 18px !important;
}
.mobile-menu-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.ac a:hover,
.footer-info-single a:hover {
  color: #f68e3c !important;
  transform: translateX(4px);
  text-shadow: 0 0 2px rgba(0, 102, 255, 0.3);
}
@media (min-width: 300px) and (max-width: 479px) {
  .main-logo img {
    margin-left: 12px !important;
  }
  #breadcrumb {
    margin-left: 0;
  }
}
.heading12 {
  font-size: 35px;
  font-weight: 700;
  color: #000;
  line-height: 1.3;
  margin-bottom: 25px !important;
}
.footer-info-single a i {
  font-size: 20px;
  padding: 4px 18px 4px 4px;
}
@font-face {
  font-family: bootstrap-icons;
  src: url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/fonts/bootstrap-icons.woff2")
    format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap !important;
}
@font-face {
  font-family: "Font Awesome 6 Free";
  src: url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/webfonts/fa-solid-900.woff2")
    format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 900;
}
@font-face {
  font-family: "Font Awesome 6 Brands";
  src: url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/webfonts/fa-brands-400.woff2")
    format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 400;
}
@media (max-width: 991px) {
  .dropdown-menu .nav-link,
  .nav-link {
    display: inline-block !important;
    margin: 0 !important;
    padding: 8px 15px 8px 25px !important;
  }
}
@media (max-width: 767px) {
  .services-card h3 {
    font-size: 22px;
    margin: 0;
  }
  .flow-card-empty {
    display: none !important;
  }
}
.h2-force-margin {
  margin-bottom: 30px !important;
}
.intro-section .heading {
  font-size: 32px;
  font-weight: 700;
  color: #111;
}
.intro-section .section-text {
  font-size: 18px;
  line-height: 1.7;
  color: #000;
  max-width: 100%;
  margin: 0 auto 20px;
}
.qa-wrapper {
  margin-top: 30px;
}
.qa-card {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 18px;
  padding: 22px 24px;
  margin-bottom: 24px;
  border-radius: 14px;
  border-left: 5px solid #dd461e;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
}
.qa-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.15);
}
.qa-icon {
  min-width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #dd461e;
  display: flex;
  align-items: center;
  justify-content: center;
}
.qa-icon span {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  margin-left: 2px;
}
.qa-content {
  flex: 1;
}
.qa-content h3 {
  font-size: 20px;
  font-weight: 700;
  color: #c43b18;
  margin-bottom: 8px;
  display: inline-block;
}
.qa-content p {
  font-size: 16px;
  line-height: 1.7;
  color: #000;
  margin: 0;
}
@media (max-width: 768px) {
  .accordion-button {
    font-size: 16px !important;
    line-height: 1.6;
  }
  .accordion-body {
    font-size: 15px;
    line-height: 1.7;
    padding: 1rem !important;
  }
  .faq-image {
    display: none;
  }
  .accordion-button {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 1rem 16px !important;
  }
  .accordion-button::before {
    content: "?";
    width: 26px;
    height: 26px;
    flex-shrink: 0;
    background: #1f38aa;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2px;
  }
  .accordion-button,
  .accordion-button span {
    flex: 1;
    text-align: left;
  }
  .accordion-button::after {
    position: static;
    margin-left: auto;
    margin-top: 2px;
  }
  .intro-section .heading {
    font-size: 26px;
  }
  .intro-section .section-text {
    font-size: 18px;
    padding: 10px;
    margin-bottom: 0;
  }
  .os-single-item {
    padding: 0 !important;
  }
  .qa-content p {
    font-size: 15px;
  }
  .qa-content h3 {
    font-size: 18px;
    border-radius: 6px;
    display: inline-block;
  }
}
.de-workflow-text {
  font-size: 17px;
  color: #444;
  line-height: 1.7;
}
.de-flow-track {
  position: relative;
  margin-left: 20px;
  padding-left: 30px;
}
.de-flow-step {
  position: relative;
  margin-bottom: 25px;
  display: flex;
  gap: 20px;
  padding-left: 10px;
}
.de-step-badge {
  min-width: 40px;
  height: 40px;
  background: #0a68e8;
  color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  font-size: 18px;
  z-index: 2;
}
.de-step-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.de-step-box h3 {
  margin: 0;
  padding: 8px;
  line-height: 1;
  font-size: 22px;
  font-weight: 600;
  color: #000;
}
.de-step-box p {
  margin: 5px 0 0;
  padding: 8px;
  padding-top: 0 !important;
  font-size: 17px;
  color: #000;
  line-height: 1.6;
}
.de-flow-step::before {
  content: "";
  position: absolute;
  left: 28px;
  top: 40px;
  width: 3px;
  bottom: -40px;
  background: #d7e0f5;
}
@media (max-width: 576px) {
  .qa-card {
    flex-direction: column;
    padding: 18px;
    gap: 12px;
  }
  .qa-icon {
    width: 38px;
    height: 38px;
  }
  .qa-icon span {
    font-size: 18px;
  }
  .de-flow-track {
    margin-left: 0;
    padding-left: 0;
  }
  .de-step-badge {
    min-width: 32px;
    height: 32px;
    font-size: 15px;
  }
  .de-step-box h4 {
    font-size: 20px;
  }
  .de-flow-step {
    padding-left: 0 !important;
  }
  .de-flow-step::before {
    left: 14px;
    top: 32px;
  }
  .fa-envelope:before,
  .fa-phone-square:before {
    margin-right: 5px;
  }
}
.accordion-button::before {
  content: "?";
  width: 28px;
  height: 28px;
  min-width: 28px;
  border-radius: 50%;
  background: #1f3d7e;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 14px;
  margin-top: 2px;
  flex-shrink: 0;
}
.accordion-button:not(.collapsed)::before {
  background: #1f3d7e;
}
@media (max-width: 768px) {
  .accordion-button::before {
    width: 24px;
    height: 24px;
    min-width: 24px;
    font-size: 14px;
    margin-right: 10px;
  }
}
@media (max-width: 480px) {
  .heading12 {
    font-size: 28px !important;
  }
  .process-flow p {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .flow-card h3 {
    margin-bottom: 2.8px !important;
  }
  .accordion-button::before {
    width: 22px;
    height: 22px;
    min-width: 22px;
    font-size: 13px;
    margin-right: 8px;
  }
}
.row:has(> .col-lg-6.abc):has(> .col-lg-6.col-md-12) > .col-lg-6.col-md-12 {
  display: none !important;
}
.row:has(> .col-lg-6.abc):has(> .col-lg-6.col-md-12) > .col-lg-6.abc {
  width: 100% !important;
  max-width: 100% !important;
  flex: 0 0 100% !important;
}
.row:has(> .col-lg-6.abc):has(> .col-lg-6.col-md-12)
  > .col-lg-6.abc
  h2.heading {
  text-align: center !important;
}
.services-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.services-list li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 12px;
  font-size: 16px;
  color: #000;
  line-height: 1.8;
}
.services-list li::before {
  content: "✤";
  position: absolute;
  left: 0;
  top: 3px;
  font-size: 19px;
  color: red;
  line-height: 1;
}
.services-list i.fa-square-check {
  display: none !important;
}

/* Section BG */
.os-singleline-section {
  background: #ffffff;
}

/* WRAPPER */
.os-single-wrapper {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* EACH ITEM */
.os-single-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 12px;
}

/* BULLET */
.os-single-item::before {
  /* content: "•";
  font-size: 28px; */
  color: #ff0000;
  line-height: 1;
  margin-top: 7px;
}
.os-single-item::before {
   content: "✤";
  font-size: 19px;
  display: inline-block;

  

}


/* BULLET */
/* .os-single-item::before {

  color: #1e40af;
  line-height: 1;
  margin-top: 8px;
}
.os-single-item::before {
  content: "✦";
  font-size: 20px;
} */

/* 
.os-single-item::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-top: 4px;
  margin-right: 12px;

  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24'%3E%3Crect x='10' y='2' width='4' height='4' transform='rotate(45 12 4)' fill='black'/%3E%3Crect x='16' y='8' width='4' height='4' transform='rotate(45 18 10)' fill='black'/%3E%3Crect x='10' y='14' width='4' height='4' transform='rotate(45 12 16)' fill='black'/%3E%3Crect x='4' y='8' width='4' height='4' transform='rotate(45 6 10)' fill='black'/%3E%3C/svg%3E") 
  no-repeat center / contain;
} */


/* FULL TEXT (TITLE + TEXT TOGETHER) */
.os-single-full {
  font-size: 18px;
  line-height: 1.6;
  color: black;
  display: block;
}

.os-single-full strong {
  font-size: 20px;
  font-weight: 600;
}

/* MOBILE */
@media (max-width: 576px) {
  .os-single-full strong { font-size: 20px; }
  .os-single-full { font-size: 17px; }
}

