:root {
  --primary: #2f3ebf;
  --accent: #a00098;
  --violet: #683df2;
  --ink: #080808;
  --muted: #49505c;
  --line: rgba(37, 59, 118, .07);
  --page-width: 1320px;
}

* {
  box-sizing: border-box;
}

html,
body {
  overflow-x: hidden;
  overflow-x: clip;
}

body {
  margin: 0;
  font-family: "Inter", Arial, sans-serif;
  color: var(--ink);
  background: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
 font-family: "clash_displayregular", "Inter", Arial, sans-serif;
  color: var(--primary) !important;
}

main section h1,
main section h2,
main section h3,
main section h4,
main section h5,
main section h6 {
  color: var(--primary) !important;
}

main section .who-content h2,
main section .who-content h3,
main section .commitment-card h2,
main section .industry-content h2,
main section .consult-panel h2,
main section .service-overview-card h2,
main section .service-process-copy h2,
main section .service-contact-card h2,
main section .footer-cta h2,
main section .industry-page-heading h2,
main section .industry-quote-card h2,
main section .blog-hero-copy h1,
main section .contact-page-hero-copy h1,
main section .cetec-cta-box h2 {
  color: #fff !important;
}

h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
  font-family: "clash_displaysemibold", "Inter", Arial, sans-serif;
}

p {
  font-family: "Inter", Arial, sans-serif;
}

a {
  text-decoration: none;
}

.container {
  max-width: var(--page-width);
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 10;
  padding-top: 0px;
  padding-bottom: 14px;
  background: transparent;
  box-shadow: none;
  transition: background-color .25s ease, box-shadow .25s ease, backdrop-filter .25s ease;
}

.site-header.is-sticky,
.site-header.menu-open {
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 8px 24px rgba(22, 24, 68, .06);
  backdrop-filter: blur(10px);
}

.navbar {
  padding: 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  min-width: 230px;
}

.brand img {
  display: block;
  width: 216px;
  max-width: 100%;
  height: auto;
}

.header-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 22px;
}

.top-contact {
  display: flex;
  align-items: center;
  gap: 38px;
  font-size: 15px;
}

.top-contact a {
  color: #6570c5;
  max-width: 100%;
  overflow-wrap: anywhere;
}

.contact-icon {
  display: inline-block;
  width: 17px;
  height: 17px;
  margin-right: 6px;
  vertical-align: -4px;
  object-fit: contain;
}

.main-menu {
  gap: 30px;
}

.main-menu .nav-link {
  color: #2636b8;
  font-size: 20px;
  font-weight: 500;
  padding: 0;
}

.main-menu .nav-link:hover,
.main-menu .nav-link.active {
  color: var(--accent);
}

.main-menu .dropdown-toggle::after {
  margin-left: 8px;
  vertical-align: .12em;
}

.main-menu .services-dropdown {
  min-width: 285px;
  padding: 10px;
  margin-top: 14px;
  border: 0;
  border-radius: 8px;
  box-shadow: 0 16px 36px rgba(22, 24, 68, .14);
}

.main-menu .services-dropdown .dropdown-item {
  border-radius: 6px;
  color: #2636b8;
  font-size: 15px;
  font-weight: 500;
  padding: 9px 12px;
  white-space: normal;
}

.main-menu .services-dropdown .dropdown-item:hover,
.main-menu .services-dropdown .dropdown-item:focus {
  color: var(--accent);
  background: rgba(101, 112, 197, .1);
}

@media (min-width: 992px) {
  .main-menu .dropdown:hover > .services-dropdown,
  .main-menu .dropdown:focus-within > .services-dropdown {
    display: block;
  }
}

.hero-section {
  position: relative;
  min-height: 700px;
  overflow: hidden;
  padding: 150px 0 30px;
}

.grid-bg {
  position: absolute;
  inset: 0 0 170px;
  background-image:
    linear-gradient(var(--line) 1px, transparent 1px),
    linear-gradient(90deg, var(--line) 1px, transparent 1px);
  background-size: 34px 34px;
  pointer-events: none;
}

.hero-container {
  position: relative;
  z-index: 1;
}

.hero-content {
  padding-top: 130px;
}

.hero-content h1 {
  margin: 0 0 24px;
  font-size: clamp(40px, 4.3vw, 62px);
  line-height: 1.12;
  font-weight: 400;
  letter-spacing: 0;
}

.hero-content h1 strong {
  font-weight: 800;
}

.hero-content h1 span {
  color: var(--primary);
  font-weight: 500;
}

.hero-content p {
  max-width: 620px;
  margin: 0 0 32px;
  color: #151515;
  font-size: 16px;
  line-height: 1.28;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.hero-btn {
  min-width: 160px;
  border-radius: 26px;
  padding: 10px 24px;
  font-size: 14px;
  line-height: 1.1;
}

.hero-btn.btn-primary {
  border-color: var(--accent);
  background: var(--accent);
}

.hero-btn.outline {
  border-color: #111;
  background: #fff;
}

.laptop-wrap {
  position: relative;
  width: min(760px, 56vw);
  margin-left: auto;
  transform: translateX(92px);
}

.laptop-wrap img {
  display: block;
  width: 100%;
  height: auto;
}

.clients-section {
  padding: 62px 0 56px;
  text-align: center;
  background: #fff;
}

.trusted-text {
  margin: 0 0 42px;
  color: #171d2d;
  font-size: 17px;
}

.trusted-text strong {
  color: var(--violet);
  font-weight: 800;
}

.client-carousel {
  margin: 0 auto;
}

.client-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  width: 100%;
}

.client-logo img {
  display: block;
  /* max-width: 132px;
  max-height: 34px; */
  width: auto !important;
  height: auto;
  object-fit: contain;
}

.owl-stage {
  display: flex;
  align-items: center;
}

.who-section {
  padding: 6px 0 80px;
  background: linear-gradient(180deg, #fff 0%, #fbf8ff 100%);
}

.who-card {
  /* max-width: 970px; */
  margin: 0 auto 44px;
  padding: 43px 45px 47px;
  border-radius: 6px;
  background: #2d317f;
  color: #fff;
}

.who-content > span {
  display: block;
  margin-bottom: 10px;
  color: #edf0ff;
  font-size: 20px;
  font-weight: 400;
}

.who-content h2 {
  margin: 0 0 35px;
  color: #fff !important;
  font-size: clamp(38px, 4vw, 52px);
  line-height: .95;
  font-weight: 400;
  letter-spacing: 0;
}

.who-content h2 strong {
  display: inline-block;
  color: #b8dfff;
  font-weight: 600;
}

.who-content h3 {
  margin: 0 0 20px;
  color: #c7d6ff;
  font-size: 17px;
  font-weight: 600;
}

.who-content p {
  max-width: 460px;
  margin: 0 0 20px;
  color: rgba(255, 255, 255, .78);
  font-size: 16px;
}

.who-points {
  display: grid;
  gap: 10px;
  max-width: 560px;
  margin: 0 0 32px;
  padding-left: 20px;
  color: rgba(255, 255, 255, .82);
  font-size: 20px;
  line-height: 1.42;
}

.who-points li::marker {
  color: var(--accent);
}

.erp-systems-band {
  position: relative;
  display: grid;
  grid-template-columns: minmax(320px, 37%) minmax(0, 1fr);
  align-items: stretch;
  overflow: hidden;
  width: 100vw;
  margin: 0 calc(50% - 50vw) 68px;
  padding: 0;
  background: #2d317f;
  color: #fff;
  text-align: left;
}

.erp-marquee {
  display: flex;
  align-items: center;
  width: 100%;
  overflow: hidden;
  background: #fff;
}

.erp-marquee-track {
  display: flex;
  align-items: center;
  width: max-content;
  animation: erpMarquee 22s linear infinite;
}

.erp-marquee-track span {
  flex: 0 0 auto;
  padding-right:22px;
  color: var(--accent);
  font-family: "Inter", Arial, sans-serif;
  font-size: clamp(34px, 4.2vw, 54px);
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
  white-space: nowrap;
}

.erp-marquee-track span::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 0px;
  border-radius: 50%;
  background: #fff;
  vertical-align: .22em;
}

.erp-systems-band p {
  display: flex;
  align-items: center;
  max-width: none;
  margin: 0;
  padding: 40px;
  background: #3b43b8;
  color: #fff;
  font-family: "Inter", Arial, sans-serif;
  font-size: clamp(22px, 1.9vw, 20px);
  font-weight: 800;
  text-transform: uppercase;
}

@keyframes erpMarquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .erp-marquee-track {
    animation-duration: 60s;
  }
}

.demo-btn {
  min-width: 200px;
  border: 0;
  border-radius: 6px;
  padding: 13px 26px;
  background: var(--accent);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.demo-btn:hover {
  background: #b70aaa;
  color: #fff;
}

.who-image {
  position: relative;
}

.who-image img {
  display: block;
  width: 100%;
  aspect-ratio: 1.04 / 1;
  object-fit: cover;
  border-radius: 10px;
}

.who-experience-badge {
  position: absolute;
  right: 24px;
  bottom: 24px;
  width: min(230px, calc(100% - 48px));
  padding: 24px 22px;
  border-radius: 10px;
  background: var(--accent);
  color: #fff;
  box-shadow: 0 18px 36px rgba(0, 0, 0, .2);
}

.who-experience-badge strong {
  display: block;
  margin-bottom: 8px;
  color: #fff;
  font-family: "Inter", Arial, sans-serif;
  font-size: 58px;
  line-height: .9;
  font-weight: 900;
}

.who-experience-badge span {
  display: block;
  color: #fff;
  font-size: 17px;
  line-height: 1.18;
  font-weight: 800;
  text-transform: uppercase;
}

.facts-heading {
  margin-bottom: 26px;
  text-align: center;
}

.facts-heading span {
  display: block;
  margin-bottom: 10px;
  color: #8d42ff;
  font-size: 14px;
  font-weight: 500;
}

.facts-heading h2 {
  margin: 0;
  color: #080808;
  font-size: clamp(36px, 3.8vw, 48px);
  line-height: 1.08;
  font-weight: 400;
  letter-spacing: 0;
}

.facts-row {
  margin: 0 auto;
}

.fact-card {
  min-height: 137px;
  padding: 28px 18px 22px;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 15px 35px rgba(37, 31, 80, .04);
}

.fact-card h3 {
  min-height: 24px;
  margin: 0 0 12px;
  color: #151515;
  font-size: 19px;
  font-weight: 400;
  letter-spacing: 0;
}

.fact-card h3 strong {
  font-weight: 700;
}

.fact-number {
  display: block;
  margin-bottom: 8px;
  color: var(--accent);
  font-size: 40px;
  line-height: 1;
  font-weight: 800;
}

.fact-card p {
  margin: 0;
  color: #8d8d8d;
  font-size: 15px;
}

.services-section {
  padding: 76px 0 56px;
  background: #f7f7f8;
}

.services-section .container {
  max-width: var(--page-width);
}

.services-heading {
  margin-bottom: 34px;
}

.services-heading span {
  display: block;
  margin-bottom: 8px;
  color: var(--accent);
  font-size: 20px;
  font-weight: 500;
}

.services-heading h2 {
  max-width: 900px;
  margin: 0 0 24px;
  color: #080808;
  font-size: clamp(38px, 3.4vw, 46px);
  line-height: 1.12;
  font-weight: 400;
  letter-spacing: 0;
}

.explore-btn {
  min-width: 172px;
  border: 0;
  border-radius: 24px;
  padding: 13px 22px;
  background: var(--accent);
  color: #fff;
  font-size: 14px;
  line-height: 1;
}

.explore-btn:hover {
  background: #b70aaa;
  color: #fff;
}

.services-carousel {
  margin-top: 34px;
}

.services-carousel .owl-stage {
  align-items: stretch;
}

.services-carousel .owl-item {
  display: flex;
}

.service-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 446px;
  padding: 28px 24px 27px;
  border-radius: 18px;
  background: #fff;
}

.service-card img {
  display: block;
  width: 100%;
  aspect-ratio: 1.38 / 1;
  object-fit: cover;
  border-radius: 18px;
}

.service-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding-top: 24px;
}

.service-body > span {
  display: block;
  margin-bottom: 9px;
  color: var(--accent);
  font-size: 16px;
  font-weight: 500;
}

.service-body h3 {
  min-height: 42px;
  margin: 0 0 13px;
  color: var(--primary);
  font-size: 19px;
  font-weight: 800;
  letter-spacing: 0;
}

.service-body p {
  margin: 0 0 18px;
  color: #4c4c4c;
  font-size: 16px;
 
}

.service-body a {
  margin-top: auto;
  color: var(--accent);
  font-size: 15px;
  font-weight: 800;
  text-decoration: underline;
}

.services-carousel .owl-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 46px;
}

.services-carousel .owl-dots.disabled {
  display: flex !important;
}

.services-carousel .owl-dot {
  display: block;
  width: 14px;
  height: 14px;
  padding: 0 !important;
  border: 0;
  border-radius: 50%;
  background: var(--primary) !important;
  line-height: 0;
}

.services-carousel .owl-dot.active {
  background: var(--accent) !important;
}

.commitment-section {
  background: #fff;
}

.commitment-container {
  max-width: var(--page-width);
}

.commitment-top {
  display: grid;
  grid-template-columns: minmax(0, 2.08fr) minmax(320px, 1fr);
  gap: 16px;
  padding: 64px 0 70px;
}

.commitment-image,
.industry-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.commitment-image {
  min-height: 590px;
  border-radius: 19px;
}

.commitment-card,
.industry-content {
  background: #2f3486;
  color: #fff;
}

.commitment-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 590px;
  padding: 52px 26px;
  border-radius: 19px;
}

.commitment-card span,
.industry-content span {
  display: block;
  margin-bottom: 10px;
  color: #eef0ff;
  font-size: 13px;
  font-weight: 400;
}

.commitment-card h2,
.industry-content h2 {
  margin: 0;
  color: #fff;
  font-size: 23px;
  line-height: 1.06;
  font-weight: 500;
  letter-spacing: 0;
}

.commitment-card h2 {
  margin-bottom: 30px;
  font-size: clamp(38px, 4vw, 52px);
  line-height: 1.05;
  
}

.commitment-card span {
  margin-bottom: 14px;
  font-size: 20px;
}

.commitment-card h2 strong {
  color: #b8dfff;
  font-weight: 500;
}

.commitment-card p,
.industry-content p {
  margin: 0;
  color: #eef0ff;
  font-size: 14px;
  line-height: 1.08;
}

.commitment-card p {
  margin-bottom: 36px;
  font-size: 20px;
  line-height: 1.12;
}

.commitment-btn {
  align-self: flex-start;
  min-width: 190px;
  border: 0;
  border-radius: 28px;
  padding: 15px 30px;
  background: #bd149e;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}

.commitment-btn:hover {
  background: #a00098;
  color: #fff;
}

.industry-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 585px;
}

.industry-content {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 86px 40px;
}

.industry-inner {
  width: min(100%, 590px);
  padding: 0;
}

.industry-content span {
  margin-bottom: 14px;
  font-size: 18px;
}

.industry-content h2 {
  margin-bottom: 36px;
  font-size: clamp(38px, 4vw, 52px);
  line-height: .98;
}

.industry-content h2 strong {
  display: inline-block;
  color: #b8dfff;
  font-weight: 500;
}

.industry-content p {
  max-width: 560px;
  margin-bottom: 48px;
  font-size: 20px;
  line-height: 1.13;
}

.industry-content .commitment-btn {
  min-width: 190px;
  border-radius: 28px;
  padding: 15px 30px;
  font-size: 18px;
}

.industries-serve-section {
  padding: 82px 0 74px;
  background: #fff;
}

.industries-serve-container {
  max-width: var(--page-width);
}

.industries-serve-heading {
  margin-bottom: 58px;
}

.industries-serve-heading span {
  display: block;
  margin-bottom: 14px;
  color: var(--accent);
  font-size: 20px;
  font-weight: 500;
}

.industries-serve-heading h2 {
  max-width: 660px;
  margin: 0 0 34px;
  color: #050505;
  font-size: clamp(44px, 4.1vw, 62px);
  line-height: .98;
  font-weight: 400;
  letter-spacing: 0;
}

.industries-serve-carousel .owl-stage {
  display: flex;
}

.industries-serve-carousel .owl-item {
  display: flex;
}

.industry-service-card {
  position: relative;
  width: 100%;
  min-height: 460px;
  overflow: hidden;
  border-radius: 0 18px 18px 0;
}

.industry-service-card > img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 460px;
  object-fit: cover;
}

.industries-serve-carousel .owl-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 30px;
}

.industries-serve-carousel .owl-dots.disabled {
  display: flex !important;
}

.industries-serve-carousel .owl-dot {
  display: block;
  width: 12px;
  height: 12px;
  padding: 0 !important;
  border: 0;
  border-radius: 999px;
  background: #d4d4d4 !important;
  line-height: 0;
}

.industries-serve-carousel .owl-dot.active {
  width: 34px;
  background: var(--accent) !important;
}

.industry-service-overlay {
  position: absolute;
  right: 22px;
  bottom: 34px;
  left: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 112px;
  padding: 24px 22px 24px 28px;
  border-radius: 11px;
  background: #4a4a48;
  color: #fff;
}

.industry-service-overlay:hover {
  color: #fff;
}

.industry-service-overlay span {
  min-width: 0;
  color: #fff;
  font-size: 18px;
  
}

.industry-service-overlay strong {
  display: block;
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 800;
}

.arrow-dv{
    padding: 40px;
    position: relative;
    flex: 0 0 60px;
    width: 60px;
    height: 60px;
    border-radius: 8px;
    background: var(--accent);
    display: flex;
    align-items: center;
    justify-content: center;
}
.arrow-dv img{
  width:40px !important;
}
.industry-service-overlay i::before,
.industry-service-overlay i::after {
  content: "";
  position: absolute;
  background: #fff;
}

.industry-service-overlay i::before {
  top: 22px;
  right: 18px;
  width: 34px;
  height: 5px;
  border-radius: 4px;
  transform: rotate(-45deg);
  transform-origin: right center;
}

.industry-service-overlay i::after {
  top: 18px;
  right: 17px;
  width: 29px;
  height: 29px;
  border-top: 5px solid #fff;
  border-right: 5px solid #fff;
  background: transparent;
}

.blog-section {
  padding: 82px 0 76px;
  background: #fff;
}

.blog-container {
  max-width: var(--page-width);
}

.blog-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 64px;
}

.blog-heading span {
  display: block;
  margin-bottom: 10px;
  color: var(--accent);
  font-size: 16px;
  font-weight: 500;
}

.blog-heading h2 {
  max-width: 550px;
  margin: 0 0 30px;
  color: #050505;
  font-size: clamp(40px, 4vw, 54px);
  line-height: 1.03;
  font-weight: 400;
  letter-spacing: 0;
}

.blog-btn {
  min-width: 270px;
  border: 0;
  border-radius: 28px;
  padding: 16px 30px;
  background: var(--accent);
  color: #fff;
  font-size: 19px;
  line-height: 1;
}

.blog-btn:hover {
  background: #b70aaa;
  color: #fff;
}

.blog-arrows {
  display: flex;
  gap: 14px;
  padding-bottom: 28px;
}

.blog-arrows button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border: 1px solid rgba(160, 0, 152, .55);
  border-radius: 50%;
  background: #fff;
  color: #050505;
  font-size: 30px;
  line-height: 1;
}

.blog-carousel .owl-stage {
  display: flex;
}

.blog-carousel .owl-item {
  display: flex;
}

.blog-card {
  width: 100%;
  overflow: hidden;
  border-radius: 16px;
  background: #f4f4f4;
  padding: 17px 14px 34px;
}

.blog-carousel .owl-item.center .blog-card {
  background: var(--accent);
}

.blog-card img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1.04;
  object-fit: cover;
  border-radius: 9px;
}

.blog-card-body {
  padding: 18px 0 0;
}

.blog-card p {
  margin: 0 0 10px;
  color: #111;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
}

.blog-card p span {
  display: inline-block;
  margin: 0 5px;
}

.blog-card h3 {
  margin: 0;
  color: var(--primary);
  font-size: 18px;
  line-height: 1.25;
  font-family: "Inter", Arial, sans-serif;
  font-weight: 700;
}

.blog-carousel .owl-item.center .blog-card p,
.blog-carousel .owl-item.center .blog-card h3 {
  color: #fff;
}

.testimonial-section {
  padding: 18px 0 58px;
  background: #fff;
}

.testimonial-container {
  max-width: var(--page-width);
}

.consult-banner {
  position: relative;
  min-height: 398px;
  overflow: hidden;
  border-radius: 13px;
}

.consult-banner img {
  display: block;
  width: 100%;
  height: 398px;
  object-fit: cover;
}

.consult-panel {
  position: absolute;
  top: 90px;
  right: 32px;
  width: min(440px, calc(100% - 64px));
  padding: 62px 24px 58px;
  border-radius: 24px;
  background: rgba(47, 62, 191, .88);
  color: #fff;
}

.consult-panel h2 {
  margin: 0 0 6px;
  color: #fff;
  font-family: "Inter", Arial, sans-serif;
  font-size: 23px;
  font-weight: 800;
}

.consult-panel a {
  color: #b8dfff;
  font-family: "Inter", Arial, sans-serif;
  font-size: 23px;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.testimonial-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(560px, 630px);
  gap: 64px;
  align-items: center;
  padding: 88px 30px 0;
}

.testimonial-row > * {
  min-width: 0;
}

.testimonial-heading {
  padding-bottom: 0;
}

.testimonial-heading span {
  display: block;
  margin-bottom: 16px;
  color: var(--accent);
  font-size: 20px;
  font-weight: 500;
}

.testimonial-heading h2 {
  max-width: 620px;
  margin: 0 0 42px;
  color: #050505;
  font-size: clamp(46px, 4.25vw, 60px);
  line-height: 1.05;
  font-weight: 400;
}

.testimonial-btn {
  min-width: 330px;
  border: 0;
  border-radius: 40px;
  padding: 20px 34px;
  background: var(--accent);
  color: #fff;
  font-size: 26px;
  line-height: 1;
}

.testimonial-btn:hover {
  background: #b70aaa;
  color: #fff;
}

.testimonial-carousel,
.testimonial-carousel .owl-stage-outer,
.testimonial-carousel .owl-stage,
.testimonial-carousel .owl-item {
  min-height: 500px;
}

.testimonial-carousel,
.testimonial-carousel .owl-stage-outer {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.testimonial-carousel .owl-item {
  display: flex;
}

.testimonial-card {
  width: 100%;
  max-width: 100%;
  min-height: 500px;
  overflow: hidden;
  padding: 90px 64px 56px;
  border-radius: 24px;
  background: #eeeeee;
}

.testimonial-card h3 {
  margin: 0 0 22px;
  color: #14372e;
  font-family: "Inter", Arial, sans-serif;
  font-size: 26px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: .02em;
}

.testimonial-card p {
  max-width: 520px;
  margin: 0 0 18px;
  color: #666;
  font-size: 20px;
  overflow-wrap: break-word;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;

}

.testimonial-card.is-expanded p {
  display: block;
  overflow: visible;
  -webkit-line-clamp: unset;
}

.testimonial-card.has-short-comment p {
  margin-bottom: 10px;
}
/* .testimonial-read-more.is-hidden {
  display: none;
} */
.testimonial-read-more {
  display: inline-flex;
  align-items: center;
  margin: 0 0 42px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #27328d;
  font: 800 16px/1 "Inter", Arial, sans-serif;
  text-decoration: underline;
  text-underline-offset: 4px;
}



.testimonial-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.testimonial-person {
  display: flex;
  align-items: center;
  gap: 18px;
}

.testimonial-person img {
  display: block;
  width: 95px !important;
  height: 95px;
  border: 8px solid #fff;
  border-radius: 50%;
  box-shadow: 0 8px 18px rgba(0, 0, 0, .18);
}

.testimonial-person strong {
  display: block;
  margin-bottom: 8px;
  color: #27328d;
  font-size: 23px;
  line-height: 1;
  font-weight: 800;
}

.testimonial-person span {
  display: block;
  color: #444;
  font-size: 14px;
  line-height: 1;
}

.testimonial-actions {
  display: flex;
  gap: 22px;
}

.testimonial-actions button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border: 1px solid rgba(47, 62, 191, .45);
  border-radius: 50%;
  background: transparent;
  color: #111;
  font-size: 38px;
  line-height: 1;
}

.contact-section {
  padding: 62px 0 82px;
  background: #fff;
}

.contact-container {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(520px, 645px);
  gap: 42px;
  align-items: start;
  max-width: var(--page-width);
}

.contact-copy {
  padding-top: 18px;
}

.contact-copy span {
  display: block;
  margin-bottom: 16px;
  color: var(--accent);
  font-size: 20px;
  font-weight: 500;
}

.contact-copy h2 {
  max-width: 520px;
  margin: 0 0 28px;
  color: #050505;
  font-size: clamp(44px, 4.2vw, 60px);
  line-height: 1.04;
  font-weight: 400;
}

.contact-copy p {
  max-width: 520px;
  margin: 0 0 34px;
  color: #8a8a8a;
  font-size: 20px;
  line-height: 1.18;
}

.contact-copy img {
  display: block;
  width: min(100%, 490px);
  border-radius: 10px;
}

.contact-form {
  padding: 16px 24px 36px;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 3px 12px rgba(0, 0, 0, .24);
}

.contact-form h3 {
  margin: 0 0 54px;
  padding: 20px;
  border-radius: 12px;
  background: #2f3486;
  color: #fff !important;
  font-family: "Inter", Arial, sans-serif;
  font-size: 28px;
  line-height: 1;
  font-weight: 800;
  text-align: center;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px 16px;
}

.contact-form input,
.contact-form select,
.phone-field {
  width: 100%;
  height: 58px;
  border: 1px solid #c8c8c8;
  border-radius: 0;
  background: #fff;
  color: #111;
  font-family: "Inter", Arial, sans-serif;
  font-size: 18px;
  line-height: 1;
}

.contact-form input,
.contact-form select {
  padding: 0 24px;
}

.contact-form input::placeholder {
  color: #6f6f6f;
  opacity: 1;
}

.contact-form select {
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, #2f3486 50%), linear-gradient(135deg, #2f3486 50%, transparent 50%);
  background-position: calc(100% - 18px) 28px, calc(100% - 13px) 28px;
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
  color: #6f6f6f;
}

.full-field {
  grid-column: 1 / -1;
}

.phone-field {
  display: flex;
  align-items: center;
  padding: 0 18px;
}

.flag-us {
  position: relative;
  display: inline-block;
  flex: 0 0 21px;
  width: 21px;
  height: 14px;
  margin-right: 14px;
  background: repeating-linear-gradient(to bottom, #b22234 0 1px, #fff 1px 2px);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .08);
}

.flag-us::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 9px;
  height: 8px;
  background: #3c3b6e;
}

.phone-field strong {
  flex: 0 0 auto;
  padding-right: 20px;
  margin-right: 20px;
  border-right: 1px solid #ddd;
  font-size: 18px;
  line-height: 1;
  font-weight: 400;
}

.phone-field input {
  height: auto;
  min-width: 0;
  padding: 0;
  border: 0;
  font-size: 18px;
}

.contact-form button[type="submit"] {
  width: 100%;
  height: 58px;
  margin-top: 28px;
  border: 0;
  border-radius: 7px;
  background: var(--accent);
  color: #fff;
  font-family: "Inter", Arial, sans-serif;
  font-size: 20px;
  font-weight: 800;
}

.service-hero {
  position: relative;
  padding: 174px 0 92px;
  overflow: hidden;
  background: linear-gradient(180deg, #fff 0%, #f8f6ff 100%);
}

.service-hero::after {
  content: "";
  position: absolute;
  right: -120px;
  bottom: -180px;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background: rgba(160, 0, 152, .08);
  pointer-events: none;
}

.service-hero-container {
  position: relative;
  z-index: 1;
}

.service-hero-copy {
  max-width: 875px;
}

.service-hero-copy > span,
.service-overview-card > span,
.service-section-heading > span,
.service-process-copy > span,
.service-contact-card span {
  display: block;
  margin-bottom: 14px;
  color: var(--accent);
  font-size: 20px;
  font-weight: 700;
}
.purple-text{
    display: block;
  margin-bottom: 14px !important;
  color: var(--accent) !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  text-transform: capitalize !important;
}
.service-hero-copy h1 {
  max-width: 790px;
  margin: 0 0 24px;
  color: #050505;
  font-size: clamp(44px, 5vw, 60px);
  line-height: .98;
  font-weight: 500;
  letter-spacing: 0;
}

.service-hero-copy p {
  max-width: 760px;
  margin: 0 0 34px;
  color: #33384a;
  font-size: 19px;
  line-height: 1.45;
}

.service-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.service-primary-btn,
.service-secondary-btn {
  min-width: 172px;
  border-radius: 32px;
  padding: 14px 28px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
}

.service-primary-btn {
  border: 0;
  background: var(--accent);
  color: #fff;
}

.service-primary-btn:hover {
  background: #b70aaa;
  color: #fff;
}

.service-secondary-btn {
  border: 1px solid rgba(47, 62, 191, .35);
  background: #fff;
  color: var(--primary);
}

.service-secondary-btn:hover {
  border-color: var(--primary);
  color: var(--primary);
}

.service-hero-panel {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  max-width: 860px;
  margin-top: 62px;
  overflow: hidden;
  border-radius: 18px;
  background: rgba(47, 62, 191, .14);
  box-shadow: 0 24px 60px rgba(40, 34, 96, .08);
}

.service-hero-panel div {
  padding: 30px 32px;
  background: #fff;
}

.service-hero-panel strong {
  display: block;
  margin-bottom: 8px;
  color: var(--primary);
  font-size: 38px;
  line-height: 1;
  font-weight: 800;
}

.service-hero-panel span {
  color: #5d6473;
  font-size: 15px;
  font-weight: 600;
}

.service-overview,
.service-detail-section,
.service-platform-section {
  padding: 86px 0;
  background: #fff;
}

.service-overview-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, .92fr);
  gap: 42px;
  align-items: stretch;
}

.service-overview-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 470px;
  padding: 54px;
  border-radius: 18px;
  background: #2f3486;
  color: #fff;
}

.service-overview-card > span {
  color: #cfd6ff;
}

.service-overview-card h2 {
  max-width: 710px;
  margin: 0 0 26px;
  color: #fff;
  font-size: clamp(34px, 3.6vw, 54px);
  line-height: 1.02;
  font-weight: 400;
}

.service-overview-card p {
  max-width: 700px;
  margin: 0;
  color: rgba(255, 255, 255, .82);
  font-size: 19px;
  line-height: 1.42;
}

.service-overview-image img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 470px;
  object-fit: cover;
  border-radius: 18px;
}

.service-detail-section {
  background: #f7f7f8;
}

.service-section-heading {
  max-width: 800px;
  margin-bottom: 42px;
}

.service-section-heading h2 {
  margin: 0;
  color: #050505;
  font-size: clamp(36px, 4vw, 58px);
  line-height: 1.04;
  font-weight: 400;
  letter-spacing: 0;
}

.service-detail-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.service-detail-card {
  min-height: 300px;
  padding: 32px 28px;
  border: 1px solid rgba(47, 62, 191, .08);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 16px 42px rgba(37, 31, 80, .04);
}

.service-detail-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-bottom: 34px;
  border-radius: 14px;
  background: rgba(160, 0, 152, .09);
  color: var(--accent);
  font-weight: 800;
}

.service-detail-card h3 {
  min-height: 56px;
  margin: 0 0 18px;
  color: var(--primary);
  font-size: 22px;
  line-height: 1.18;
  font-weight: 800;
}

.service-detail-card p {
  margin: 0;
  color: #555d6e;
  font-size: 16px;
  line-height: 1.45;
}

.service-process-section {
  padding: 88px 0;
  background: #2f3486;
  color: #fff;
}

.service-process-grid {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(560px, 1fr);
  gap: 62px;
  align-items: center;
}

.service-process-copy > span {
  color: #cfd6ff;
}

.service-process-copy h2 {
  margin: 0 0 24px;
  color: #fff;
  font-size: clamp(36px, 3.8vw, 56px);
  line-height: 1.04;
  font-weight: 400;
}

.service-process-copy p {
  margin: 0;
  color: rgba(255, 255, 255, .78);
  font-size: 18px;
  line-height: 1.45;
}

.service-process-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.service-process-list div {
  min-height: 170px;
  padding: 30px 28px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 16px;
  background: rgba(255, 255, 255, .08);
}

.service-process-list strong {
  display: block;
  margin-bottom: 14px;
  color: #fff;
  font-family: "clash_displaysemibold", "Inter", Arial, sans-serif;
  font-size: 26px;
}

.service-process-list p {
  margin: 0;
  color: rgba(255, 255, 255, .76);
  font-size: 16px;
  line-height: 1.42;
}

.service-platform-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.service-platform-card {
  min-height: 245px;
  padding: 34px 30px;
  border-radius: 16px;
  background: linear-gradient(180deg, #fbfaff 0%, #fff 100%);
  border: 1px solid rgba(47, 62, 191, .12);
}

.service-platform-card h3 {
  margin: 0 0 20px;
  color: var(--primary);
  font-size: 28px;
  font-weight: 800;
}

.service-platform-card p {
  margin: 0;
  color: #555d6e;
  font-size: 16px;
  line-height: 1.48;
}

.service-contact-section {
  padding: 22px 0 92px;
  background: #fff;
}

.service-contact-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 54px 62px;
  border-radius: 18px;
  background: url("../img/growth-bg.png") center / cover no-repeat;
  color: #fff;
}

.service-contact-card span {
  color: #fff;
}

.service-contact-card h2 {
  max-width: 760px;
  margin: 0;
  color: #fff;
  font-size: clamp(32px, 3.2vw, 48px);
  line-height: 1.04;
  font-weight: 500;
}

.service-contact-card a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  min-width: 210px;
  min-height: 54px;
  border-radius: 32px;
  background: var(--accent);
  color: #fff;
  font-size: 16px;
  font-weight: 800;
}

.service-contact-card a:hover {
  background: #b70aaa;
  color: #fff;
}

.service-hero-split {
  padding-bottom: 82px;
}

.service-hero-split .service-hero-container {
  max-width: var(--page-width);
}

.service-hero-split .service-hero-copy {
  max-width: 610px;
}

.service-hero-split .service-hero-copy h1 {
  max-width: 620px;
}

.service-hero-image {
  overflow: hidden;
  border-radius: 18px;
  box-shadow: 0 24px 60px rgba(40, 34, 96, .12);
}

.service-hero-image img {
  display: block;
  width: 100%;
  min-height: 460px;
  object-fit: cover;
}

.service-page-services {
  background: #f7f7f8;
}

.service-page-heading {
  max-width: 760px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.service-page-heading h2 {
  max-width: none;
}

.services-static-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.services-static-grid .service-card {
  min-height: 100%;
  border-radius: 16px;
  box-shadow: 0 16px 42px rgba(37, 31, 80, .05);
}

.service-systems-section {
  padding: 82px 0 72px;
  background: #fff;
  text-align: center;
}

.service-systems-heading span {
  display: block;
  margin-bottom: 16px;
  color: var(--accent);
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
}

.service-systems-heading h2 {
  margin: 0 0 22px;
  color: var(--primary);
  font-family: "Inter", Arial, sans-serif;
  font-size: clamp(26px, 3vw, 42px);
  line-height: 1.16;
  font-weight: 900;
  text-transform: uppercase;
}

.service-systems-heading p {
  max-width: 860px;
  margin: 0 auto;
  color: #555d6e;
  font-size: 16px;
  line-height: 1.45;
  text-transform: uppercase;
}

.service-commitment-section .commitment-top {
  padding-top: 22px;
}

.service-contact-form-section {
  padding-top: 50px;
}

.service-contact-form-section .contact-copy p + p {
  margin-top: -14px;
}

.site-footer {
  position: relative;
  margin-top:0px;
  padding: 56px 0 56px;
  background: #2f3486;
  color: #fff;
}



.footer-container {
  position: relative;
  z-index: 1;
  max-width: var(--page-width);
}

.footer-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 44px;
  min-height: 307px;
  margin: 0 auto;
  padding: 64px 98px 58px 106px;
  border-radius: 15px;
  background: url("../img/growth-bg.png") center / cover no-repeat;
  overflow: hidden;
}

.footer-cta-copy {
  max-width: 640px;
}

.footer-cta h2 {
  margin: 0 0 26px;
  color: #fff;
  font-size: clamp(36px, 2.75vw, 44px);
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0;
}

.footer-cta p {
  max-width: 760px;
  margin: 0;
  color: #fff;
  font-family: "clash_displayregular", "Inter", Arial, sans-serif;
  font-size: clamp(22px, 1.35vw, 27px);

}

.footer-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  min-width: 203px;
  min-height: 47px;
  border-radius: 32px;
  background: var(--accent);
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}

.footer-cta-btn:hover {
  background: #b70aaa;
  color: #fff;
}

.footer-main {
  display: grid;
  grid-template-columns: 1.12fr .95fr 1.18fr .95fr;
  gap: 48px;
  padding: 40px 0px 0;
}

.footer-brand img {
  display: block;
  width: 146px;
  height: auto;
}

.footer-column h3 {
  margin: 0 0 18px;
  color: #fff !important;
  font-family: "Inter", Arial, sans-serif;
  font-size: 18px;
  line-height: 1;
  font-weight: 800;
}

.footer-column ul {
  display: grid;
  gap: 13px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer-column a {
  color: #fff;
  font-size: 15px;
  line-height: 1.12;
  font-weight: 400;
  overflow-wrap: anywhere;
}

.footer-column a:hover {
  color: #cfe7ff;
}

.footer-contact li {
  display: grid;
  grid-template-columns: 26px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
}

.footer-icon {
  display: block;
  width: 22px;
  height: 22px;
  margin-top: 0;
  object-fit: contain;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: 56px 92px 0;
}

.footer-social {
  display: flex;
  align-items: center;
  gap: 14px;
}

.footer-social span {
  margin-right: 18px;
  color: #fff;
  font-size: 18px;
  line-height: 1;
  font-weight: 800;
}

.social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
}

.social-link img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.social-link:hover {
  opacity: .85;
}

.footer-bottom p {
  margin: 0;
  color: #fff;
  font-size: 12px;
  line-height: 1.2;
}

@media (max-width: 1199.98px) {
  .laptop-wrap {
    transform: translateX(40px);
    width: min(680px, 56vw);
  }

  .hero-content {
    padding-top: 100px;
  }

  .footer-cta {
    padding: 58px 72px;
  }

  .footer-main {
    gap: 36px;
    padding-right: 56px;
    padding-left: 56px;
  }

  .footer-column h3 {
    font-size: 21px;
  }

  .footer-column a {
    font-size: 15px;
  }

  .footer-bottom {
    padding-right: 56px;
    padding-left: 56px;
  }

  .service-detail-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .services-static-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .service-process-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }
}

@media (max-width: 991.98px) {
  .site-header {
    position: fixed;
    padding: 16px 0;
  }

  .header-right {
    align-items: flex-start;
    gap: 18px;
    padding-top: 20px;
  }

  .top-contact {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .main-menu {
    gap: 14px;
  }

  .main-menu .services-dropdown {
    min-width: 100%;
    margin-top: 10px;
    box-shadow: none;
  }

  .hero-section {
    min-height: auto;
    padding-top: 118px;
  }

  .grid-bg {
    bottom: 130px;
  }

  .hero-content {
    padding-top: 20px;
  }

  .laptop-wrap {
    width: min(720px, 100%);
    margin: 0 auto;
    transform: none;
  }

  .who-card {
    padding: 34px 28px;
  }

  .who-content p {
    max-width: none;
  }

  .erp-systems-band {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .erp-systems-band p {
    max-width: 760px;
    padding: 40px 32px;
    font-size: 20px;
  }

  .erp-marquee {
    min-height: 150px;
  }

  .services-heading h2 {
    max-width: 900px;
  }

  .commitment-top {
    grid-template-columns: 1.6fr 1fr;
  }

  .industry-service-overlay {
    right: 16px;
    left: 16px;
    padding: 20px 18px;
  }

  .industry-service-overlay span {
    font-size: 18px;
  }

  .industry-service-overlay strong {
    font-size: 19px;
  }

  .industry-service-overlay i {
    flex-basis: 58px;
    width: 58px;
    height: 58px;
  }

  .industry-service-overlay i::before {
    top: 18px;
    right: 15px;
    width: 27px;
    height: 4px;
  }

  .industry-service-overlay i::after {
    top: 15px;
    right: 14px;
    width: 23px;
    height: 23px;
    border-top-width: 4px;
    border-right-width: 4px;
  }

  .blog-card {
    padding: 14px 12px 28px;
  }

  .blog-card h3 {
    font-size: 16px;
  }

  .testimonial-row {
    grid-template-columns: minmax(0, 1fr) minmax(430px, 520px);
    gap: 34px;
    padding-right: 0;
    padding-left: 0;
  }

  .testimonial-heading h2 {
    font-size: 42px;
  }

  .testimonial-btn {
    min-width: 260px;
    padding: 17px 28px;
    font-size: 20px;
  }

  .testimonial-card {
    min-height: 430px;
    padding: 62px 42px 42px;
  }

  .testimonial-carousel,
  .testimonial-carousel .owl-stage-outer,
  .testimonial-carousel .owl-stage,
  .testimonial-carousel .owl-item {
    min-height: 430px;
  }

  .testimonial-card p {
    font-size: 18px;
  }

  .testimonial-person img {
    width: 90px;
    height: 90px;
    border-width: 7px;
  }

  .testimonial-actions button {
    width: 62px;
    height: 62px;
    font-size: 30px;
  }

  .contact-container {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .contact-copy p,
  .contact-copy h2 {
    max-width: none;
  }

  .contact-copy img {
    width: min(100%, 560px);
  }

  .service-hero {
    padding: 138px 0 70px;
  }

  .service-hero-panel {
    grid-template-columns: 1fr;
  }

  .service-overview-grid {
    grid-template-columns: 1fr;
  }

  .service-overview-card,
  .service-overview-image img {
    min-height: auto;
  }

  .service-overview-image img {
    aspect-ratio: 1.55 / 1;
  }

  .service-platform-grid {
    grid-template-columns: 1fr;
  }

  .service-contact-card {
    align-items: flex-start;
    flex-direction: column;
    padding: 46px 42px;
  }

  .service-hero-image img {
    min-height: 360px;
  }

  .site-footer {
    margin-top: 44px;
  }

  .footer-cta {
    align-items: flex-start;
    flex-direction: column;
    min-height: auto;
    padding: 50px 48px;
  }

  .footer-cta-btn {
    min-width: 0;
    padding-right: 42px;
    padding-left: 42px;
  }

  .footer-main {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding-top: 44px;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    padding-top: 46px;
  }
}

@media (max-width: 767.98px) {
  .commitment-top {
    grid-template-columns: 1fr;
    padding: 48px 0;
  }

  .commitment-image,
  .commitment-card {
    min-height: auto;
  }

  .commitment-image {
    aspect-ratio: 1.3 / 1;
  }

  .commitment-card {
    padding: 30px 22px;
  }

  .industry-row {
    grid-template-columns: 1fr;
  }

  .industry-content {
    justify-content: flex-start;
    padding: 46px 24px;
  }

  .industry-inner {
    width: 100%;
    padding: 0;
  }

  .industry-content span {
    font-size: 15px;
  }

  .industry-content h2 {
    font-size: 34px;
  }

  .industry-content p {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 1.25;
  }

  .industry-content .commitment-btn {
    min-width: 150px;
    padding: 13px 24px;
    font-size: 15px;
  }

  .industry-image {
    min-height: 280px;
  }

  .industries-serve-section {
    padding: 54px 0;
  }

  .industries-serve-heading {
    margin-bottom: 34px;
  }

  .industries-serve-heading span {
    font-size: 16px;
  }

  .industries-serve-heading h2 {
    margin-bottom: 24px;
    font-size: 38px;
    line-height: 1.05;
  }

  .industry-service-card,
  .industry-service-card > img {
    min-height: 420px;
  }

  .blog-section {
    padding: 54px 0;
  }

  .blog-header {
    display: block;
    margin-bottom: 34px;
  }

  .blog-heading h2 {
    margin-bottom: 24px;
    font-size: 38px;
  }

  .blog-btn {
    min-width: 210px;
    padding: 14px 24px;
    font-size: 16px;
  }

  .blog-arrows {
    padding: 28px 0 0;
  }

  .blog-arrows button {
    width: 54px;
    height: 54px;
    font-size: 25px;
  }

  .blog-card img {
    aspect-ratio: 1.2 / 1;
  }

  .testimonial-section {
    padding: 20px 0 48px;
  }

  .consult-banner,
  .consult-banner img {
    min-height: 380px;
  }

  .consult-banner img {
    height: 380px;
  }

  .consult-panel {
    top: auto;
    right: 18px;
    bottom: 18px;
    width: calc(100% - 36px);
    padding: 34px 22px;
  }

  .consult-panel h2,
  .consult-panel a {
    font-size: 20px;
  }

  .testimonial-row {
    grid-template-columns: 1fr;
    gap: 34px;
    padding: 56px 0 0;
  }

  .testimonial-heading {
    padding-bottom: 0;
  }

  .testimonial-heading h2 {
    margin-bottom: 28px;
    font-size: 36px;
  }

  .testimonial-btn {
    min-width: 230px;
    padding: 15px 24px;
    font-size: 17px;
  }

  .testimonial-card {
    min-height: auto;
    padding: 42px 24px 32px;
    border-radius: 20px;
  }

  .testimonial-carousel,
  .testimonial-carousel .owl-stage-outer,
  .testimonial-carousel .owl-stage,
  .testimonial-carousel .owl-item {
    min-height: auto;
  }

  .testimonial-card h3 {
    margin-bottom: 28px;
    font-size: 22px;
  }

  .testimonial-card p {
    margin-bottom: 18px;
    font-size: 17px;
    line-height: 1.16;
  }

  .testimonial-card.has-short-comment p {
    margin-bottom:16px;
  }

  .testimonial-read-more {
    margin-bottom: 30px;
  }

  .testimonial-meta {
    align-items: flex-start;
    flex-direction: column;
  }

  .testimonial-person img {
    width: 82px;
    height: 82px;
    border-width: 6px;
  }

  .testimonial-person strong {
    font-size: 20px;
  }

  .testimonial-actions button {
    width: 58px;
    height: 58px;
    font-size: 28px;
  }

  .contact-section {
    padding: 48px 0 58px;
  }

  .service-hero {
    padding: 124px 0 56px;
  }

  .service-hero-copy h1 {
    font-size: 40px;
    line-height: 1.04;
  }

  .service-hero-copy p {
    font-size: 17px;
  }

  .service-hero-actions,
  .service-primary-btn,
  .service-secondary-btn,
  .service-contact-card a {
    width: 100%;
  }

  .service-hero-panel {
    margin-top: 42px;
  }

  .service-hero-panel div {
    padding: 24px;
  }

  .service-overview,
  .service-detail-section,
  .service-platform-section,
  .service-process-section {
    padding: 58px 0;
  }

  .service-overview-card {
    padding: 34px 24px;
    border-radius: 16px;
  }

  .service-overview-card h2,
  .service-section-heading h2,
  .service-process-copy h2 {
    font-size: 34px;
    line-height: 1.08;
  }

  .service-overview-card p,
  .service-process-copy p {
    font-size: 16px;
  }

  .service-detail-grid,
  .service-process-list,
  .services-static-grid {
    grid-template-columns: 1fr;
  }

  .service-detail-card {
    min-height: auto;
  }

  .service-detail-card h3 {
    min-height: auto;
  }

  .service-contact-section {
    padding-bottom: 58px;
  }

  .service-contact-card {
    padding: 36px 24px;
  }

  .contact-form {
    padding: 14px 16px 28px;
  }

  .contact-form h3 {
    margin-bottom: 28px;
    padding: 18px 14px;
    font-size: 24px;
    line-height: 1.1;
  }

  .contact-form input,
  .contact-form select,
  .phone-field {
    height: 54px;
    font-size: 16px;
  }

  .contact-form input,
  .contact-form select {
    padding: 0 16px;
  }

  .site-footer::before {
    height: 110px;
  }

  .footer-cta {
    gap: 28px;
    padding: 40px 28px;
    border-radius: 14px;
  }

  .footer-cta h2 {
    margin-bottom: 18px;
    font-size: 32px;
  }

  .footer-cta p {
    font-size: 19px;
    line-height: 1.15;
  }

  .footer-main {
    grid-template-columns: 1fr;
    gap: 34px;
    padding: 42px 28px 0;
  }

  .footer-brand img {
    width: 138px;
  }

  .footer-column h3 {
    font-size: 20px;
  }

  .footer-column a {
    font-size: 15px;
  }

  .footer-bottom {
    padding: 40px 28px 0;
  }
}

@media (max-width: 575.98px) {
  .brand {
    min-width: auto;
  }

  .brand img {
    width: 172px;
  }

  .hero-section {
    padding-bottom: 0;
  }

  .hero-content h1 {
    font-size: 36px;
  }

  .hero-actions {
    gap: 12px;
  }

  .hero-btn {
    width: 100%;
  }

  .clients-section {
    padding-top: 44px;
  }

  .who-section {
    padding-bottom: 54px;
  }

  .who-card {
    padding: 28px 20px;
    margin-bottom: 38px;
  }

  .erp-systems-band {
    margin-bottom: 46px;
    padding: 0;
  }

  .erp-marquee {
    min-height: 116px;
    margin-bottom: 0;
  }

  .erp-marquee-track span {
    padding-right: 28px;
    font-size: 30px;
  }

  .erp-marquee-track span::after {
    width: 10px;
    height: 10px;
    margin-left: 28px;
  }

  .erp-systems-band p {
    padding: 30px 22px;
    font-size: 14px;
    line-height: 1.45;
  }

  .who-content h2 {
    margin-bottom: 26px;
    font-size: 37px;
  }

  .who-content p {
    font-size: 15px;
    line-height: 1.3;
  }

  .who-experience-badge {
    right: 14px;
    bottom: 14px;
    width: min(190px, calc(100% - 28px));
    padding: 18px 16px;
  }

  .who-experience-badge strong {
    font-size: 44px;
  }

  .who-experience-badge span {
    font-size: 13px;
  }

  .demo-btn {
    width: 100%;
  }

  .facts-heading h2 {
    font-size: 36px;
  }

  .fact-card {
    min-height: 120px;
  }

  .services-section {
    padding: 54px 0 58px;
  }

  .services-heading h2 {
    font-size: 36px;
  }

  .service-hero-copy h1 {
    font-size: 36px;
  }

  .service-hero-panel strong {
    font-size: 32px;
  }

  .service-overview-card h2,
  .service-section-heading h2,
  .service-process-copy h2,
  .service-contact-card h2 {
    font-size: 32px;
  }

  .service-detail-card,
  .service-platform-card,
  .service-process-list div {
    padding: 26px 22px;
  }

  .service-card {
    min-height: 420px;
    padding: 22px 18px;
  }

  .contact-copy h2 {
    font-size: 36px;
  }

  .contact-copy p {
    font-size: 16px;
    line-height: 1.35;
  }

  .form-grid {
    grid-template-columns: 1fr;
  }

  .phone-field {
    padding: 0 14px;
  }

  .phone-field strong {
    padding-right: 14px;
    margin-right: 14px;
  }

  .footer-cta {
    padding: 34px 22px;
  }

  .footer-cta h2 {
    font-size: 30px;
  }

  .footer-cta p {
    font-size: 18px;
  }

  .footer-cta-btn {
    width: 100%;
    min-width: 0;
  }

  .footer-social {
    flex-wrap: wrap;
  }

  .footer-social span {
    flex: 0 0 100%;
    margin: 0 0 4px;
  }
}

.industry-page {
  background: #f7f7f8;
}

.industry-page-hero {
  position: relative;
  padding: 148px 0 58px;
  overflow: hidden;
  background: #fff;
}

.industry-page-hero .container,
.industry-detail-section .container,
.industry-what-section .container,
.industry-partners-section .container,
.industry-quote-section .container {
  position: relative;
  z-index: 1;
  max-width: var(--page-width);
}

.industry-page-hero-card {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
  gap: 10px;
  overflow: hidden;
  border-radius: 18px;
  box-shadow: 0 18px 50px rgba(37, 31, 80, .08);
}

.industry-page-hero-copy,
.industry-page-heading,
.industry-detail-copy,
.industry-mini-card,
.industry-quote-card article {
  background: #2f3486;
  color: #fff;
}

.industry-page-hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 500px;
  padding: 62px 42px;
}

.industry-page-hero-copy span,
.industry-page-heading span,
.industry-quote-card span {
  display: block;
  margin-bottom: 14px;
  color: #eef0ff;
  font-size: 18px;
  font-weight: 500;
}

.industry-page-hero-copy h1 {
  max-width: 560px;
  margin: 0 0 30px;
  color: #fff !important;
  font-size: clamp(42px, 4vw, 62px);
  line-height: .98;
  font-weight: 700;
  letter-spacing: 0;
}

.industry-page-hero-copy p {
  max-width: 620px;
  margin: 0;
  color: rgba(255, 255, 255, .86);
  font-size: 18px;
  line-height: 1.32;
}

.industry-page-hero-card > img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 500px;
  object-fit: cover;
}

.industry-detail-section,
.industry-what-section,
.industry-partners-section,
.industry-quote-section {
  padding: 42px 0;
  background: #f7f7f8;
}

.industry-page-heading {
  margin-bottom: 12px;
  padding: 42px 40px;
  border-radius: 8px;
}

.industry-page-heading h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(34px, 3.4vw, 48px);
  line-height: 1.06;
  font-weight: 700;
}

.industry-detail-list {
  display: grid;
  gap: 8px;
}

.industry-detail-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  padding-top: 28px;
}

.industry-detail-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 520px;
  overflow: hidden;
  border-radius: 0 18px 18px 0;
  background: #2f3486;
  box-shadow: 0 18px 50px rgba(37, 31, 80, .08);
}

.industry-detail-card > img {
  display: block;
  width: 100%;
  /*aspect-ratio: 1.05 / 1;*/
  object-fit: cover;
}

.industry-detail-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 28px 24px 30px;
  color: #fff;
}

.industry-detail-card-body h3 {
  margin: 0 0 14px;
  color: #fff !important;
  font-family: "Inter", Arial, sans-serif;
  font-size: 22px;
  line-height: 1.18;
  font-weight: 800;
}

.industry-detail-card-body p {
  margin: 0;
  color: rgba(255, 255, 255, .84);
  font-size: 15px;
  line-height: 1.42;
}

.industry-detail-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, .98fr);
  gap: 8px;
}

.industry-detail-copy {
  min-height: 360px;
  padding: 42px 40px;
  border-radius: 8px;
}

.industry-detail-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  margin-bottom: 44px;
  border: 1px solid rgba(255, 255, 255, .48);
  border-radius: 8px;
  color: #fff;
  font-size: 30px;
  font-weight: 800;
}

.industry-detail-copy h3 {
  margin: 0 0 14px;
  color: #fff;
  font-family: "Inter", Arial, sans-serif;
  font-size: 22px;
  font-weight: 800;
}

.industry-detail-copy p {
  margin: 0;
  color: rgba(255, 255, 255, .86);
  font-size: 15px;
  line-height: 1.35;
}

.industry-detail-item img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
  border-radius: 8px;
}

.industry-service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.industry-mini-card {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 8px;
}

.industry-mini-card img {
  display: block;
  width: 100%;
  aspect-ratio: 1.35 / 1;
  object-fit: cover;
}

.industry-mini-card div {
  padding: 20px 18px 24px;
}

.industry-mini-card span {
  display: block;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, .7);
  font-size: 13px;
}

.industry-mini-card h3 {
  min-height: 48px;
  margin: 0 0 12px;
  color: #fff;
  font-family: "Inter", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.22;
  font-weight: 800;
}

.industry-mini-card p {
  margin: 0 0 12px;
  color: rgba(255, 255, 255, .82);
  font-size: 14px;
  line-height: 1.35;
}

.industry-mini-card a {
  color: #b8dfff;
  font-size: 13px;
  font-weight: 800;
  text-decoration: underline;
}

.industry-partners-carousel .owl-stage {
  display: flex;
}

.industry-partners-carousel .owl-item {
  display: flex;
}

.industry-partner-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 190px;
  border-radius: 8px;
  background:#fff;
}

.industry-partner-logo.light {
  background: #fff;
}

.industry-partner-logo img {
  display: block;
  max-width: 160px;
  max-height: 72px;
  object-fit: contain;
}

.industry-partners-carousel .owl-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  width: 100%;
  margin-top: 24px;
  padding-bottom: 4px;
}

.industry-partners-carousel .owl-dots.disabled {
  display: flex;
}

.industry-partners-carousel .owl-dot span {
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: rgba(52, 52, 136, .28);
  transition: width .25s ease, background .25s ease;
}

.industry-partners-carousel .owl-dot.active span {
  width: 26px;
  background: #343488;
}

.industry-quote-section {
  padding-bottom: 76px;
}

.industry-quote-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 8px;
}

.industry-quote-card > img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 510px;
  object-fit: cover;
  border-radius: 8px;
}

.industry-quote-card article {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-height: 510px;
  padding: 52px 42px;
  border-radius: 8px;
}

.industry-quote-card h2 {
  max-width: 390px;
  margin: 0 0 34px;
  color: #fff;
  font-size: clamp(38px, 4vw, 58px);
  line-height: .98;
  font-weight: 700;
}

.industry-quote-card .commitment-btn {
  margin-top: auto;
}

@media (max-width: 991.98px) {
  .industry-page-hero {
    padding-top: 126px;
  }

  .industry-page-hero-card,
  .industry-detail-item,
  .industry-quote-card {
    grid-template-columns: 1fr;
  }

  .industry-page-hero-copy,
  .industry-page-hero-card > img,
  .industry-detail-copy,
  .industry-detail-item img,
  .industry-quote-card > img,
  .industry-quote-card article {
    min-height: auto;
  }

  .industry-page-hero-card > img,
  .industry-detail-item img,
  .industry-quote-card > img {
    aspect-ratio: 1.45 / 1;
  }

  .industry-service-grid,
  .industry-detail-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575.98px) {
  .industry-page-hero {
    padding: 112px 0 38px;
  }

  .industry-page-hero-copy,
  .industry-page-heading,
  .industry-detail-copy,
  .industry-quote-card article {
    padding: 30px 22px;
  }

  .industry-page-hero-copy h1,
  .industry-page-heading h2,
  .industry-quote-card h2 {
    font-size: 34px;
  }

  .industry-page-hero-copy p,
  .industry-detail-copy p {
    font-size: 15px;
  }

  .industry-detail-section,
  .industry-what-section,
  .industry-partners-section {
    padding: 28px 0;
  }

  .industry-detail-number {
    width: 54px;
    height: 54px;
    margin-bottom: 30px;
    font-size: 25px;
  }

  .industry-service-grid,
  .industry-detail-card-grid {
    grid-template-columns: 1fr;
  }

  .industry-detail-card {
    min-height: auto;
  }

  .industry-partner-logo {
    min-height: 140px;
  }

  .industry-quote-section {
    padding-bottom: 42px;
  }
}

.blog-page {
  background: #fff;
}

.blog-hero {
  position: relative;
  padding: 148px 0 58px;
  overflow: hidden;
  background: #fff;
}

.blog-hero-container {
  position: relative;
  z-index: 1;
  max-width: var(--page-width);
}

.blog-hero-card {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
  gap: 10px;
  overflow: hidden;
  border-radius: 18px;
  box-shadow: 0 18px 50px rgba(37, 31, 80, .08);
}

.blog-hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 500px;
  padding: 62px 42px;
  background: #2f3486;
  color: #fff;
}

.blog-hero-copy span {
  display: block;
  margin-bottom: 14px;
  color: #eef0ff;
  font-size: 18px;
  font-weight: 500;
}

.blog-hero-copy h1 {
  max-width: 560px;
  margin: 0 0 30px;
  color: #fff;
  font-size: clamp(42px, 4vw, 62px);
  line-height: .98;
  font-weight: 700;
  letter-spacing: 0;
}

.blog-hero-copy p {
  max-width: 620px;
  margin: 0;
  color: rgba(255, 255, 255, .86);
  font-size: 18px;
  line-height: 1.32;
}

.blog-hero-card > img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 500px;
  object-fit: cover;
}

.blog-list-section {
  position: relative;
  padding: 54px 0 92px;
  background: linear-gradient(180deg, #fff 0%, #f7f7f8 100%);
  color: var(--ink);
}

.blog-list-section .container {
  max-width: var(--page-width);
}

.blog-list-heading {
  max-width: 760px;
  margin-bottom: 52px;
}

.blog-list-heading span {
  display: block;
  margin-bottom: 14px;
  color: var(--accent);
  font-size: 20px;
  font-weight: 500;
}

.blog-list-heading h1 {
  margin: 0 0 20px;
  color: #050505;
  font-size: clamp(44px, 4.1vw, 62px);
  line-height: .98;
  font-weight: 400;
  letter-spacing: 0;
}

.blog-list-heading p {
  max-width: 680px;
  margin: 0;
  color: #555d6e;
  font-size: 18px;
  line-height: 1.45;
}

.blog-list-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.blog-list-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
  border: 1px solid rgba(47, 62, 191, .08);
  border-radius: 18px;
  background: #fff;
  color: var(--ink);
  box-shadow: 0 16px 42px rgba(37, 31, 80, .05);
}

.blog-list-image {
  display: block;
  overflow: hidden;
}

.blog-list-image img {
  display: block;
  width: 100%;
  aspect-ratio: 1.34 / 1;
  object-fit: cover;
  transition: transform .25s ease;
  height:250px;
 
}

.blog-list-card:hover .blog-list-image img {
  transform: scale(1.04);
}

.blog-list-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 28px 24px 26px;
}

.blog-author-row {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) 24px;
  gap: 12px;
  align-items: center;
  margin-bottom: 22px;
}

.blog-author-row img {
  display: block;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  object-fit: cover;
}

.blog-author-row strong,
.blog-author-row span {
  display: block;
  color: #555d6e;
  font-size: 14px;
  line-height: 1.25;
}

.blog-author-row strong {
  margin-bottom: 3px;
  color: var(--primary);
  font-weight: 700;
}

.blog-author-row button {
  width: 24px;
  height: 32px;
  border: 0;
  background: transparent;
  color: #7a7f8c;
  font-size: 24px;
  line-height: 1;
}

.blog-list-card h1 {
  margin: 0 0 22px;
  font-family: "Inter", Arial, sans-serif;
  font-size: 26px;
  line-height: 1.22;
  font-weight: 800;
}

.blog-list-card h1 a {
  color: var(--primary);
}

.blog-list-card h1 a:hover {
  color: var(--accent);
}

.blog-list-card p {
  margin: 0 0 34px;
  color: #555d6e;
  font-size: 16px;
  line-height: 1.45;
}

.blog-card-stats {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: auto;
  padding-top: 22px;
  border-top: 1px solid rgba(47, 62, 191, .1);
  color: #555d6e;
  font-size: 15px;
}

.blog-card-stats button {
  margin-left: auto;
  border: 0;
  background: transparent;
  color: #ff554f;
  font-size: 30px;
  line-height: 1;
}

.blog-view-icon {
  position: relative;
  width: 24px;
  height: 14px;
  border: 2px solid rgba(47, 62, 191, .55);
  border-radius: 50%;
}

.blog-view-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(47, 62, 191, .55);
  transform: translate(-50%, -50%);
}

.blog-comment-icon {
  position: relative;
  width: 18px;
  height: 16px;
  margin-left: 14px;
  border: 2px solid rgba(47, 62, 191, .55);
  border-radius: 4px;
}

.blog-comment-icon::after {
  content: "";
  position: absolute;
  right: 2px;
  bottom: -5px;
  width: 7px;
  height: 7px;
  border-right: 2px solid rgba(47, 62, 191, .55);
  border-bottom: 2px solid rgba(47, 62, 191, .55);
  background: #fff;
  transform: rotate(45deg);
}

.contact-page {
  background: #fff;
}

.contact-page-hero {
  position: relative;
  padding: 148px 0 58px;
  overflow: hidden;
  background: #fff;
}

.contact-page-hero-container,
.contact-info-section .container {
  position: relative;
  z-index: 1;
  max-width: var(--page-width);
}

.contact-page-hero-card {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
  gap: 10px;
  overflow: hidden;
  border-radius: 18px;
  box-shadow: 0 18px 50px rgba(37, 31, 80, .08);
}

.contact-page-hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 500px;
  padding: 62px 42px;
  background: #2f3486;
  color: #fff;
}

.contact-page-hero-copy span {
  display: block;
  margin-bottom: 14px;
  color: #eef0ff;
  font-size: 18px;
  font-weight: 500;
}

.contact-page-hero-copy h1 {
  max-width: 620px;
  margin: 0 0 30px;
  color: #fff;
  font-size: clamp(42px, 4vw, 62px);
  line-height: .98;
  font-weight: 700;
  letter-spacing: 0;
}

.contact-page-hero-copy p {
  max-width: 620px;
  margin: 0 0 34px;
  color: rgba(255, 255, 255, .86);
  font-size: 18px;
  line-height: 1.32;
}

.contact-page-hero-card > img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 500px;
  object-fit: cover;
}

.contact-info-section {
  padding: 54px 0 22px;
  background: linear-gradient(180deg, #fff 0%, #f7f7f8 100%);
}

.contact-info-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.contact-info-card {
  min-height: 210px;
  padding: 34px 30px;
  border: 1px solid rgba(47, 62, 191, .08);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 16px 42px rgba(37, 31, 80, .05);
}

.contact-info-card img {
  display: block;
  width: 42px;
  height: 42px;
  margin-bottom: 28px;
  object-fit: contain;
}

.contact-info-card span {
  display: block;
  margin-bottom: 10px;
  color: var(--accent);
  font-size: 15px;
  font-weight: 800;
  text-transform: uppercase;
}

.contact-info-card a,
.contact-info-card p {
  margin: 0;
  color: var(--primary);
  font-size: 20px;
  line-height: 1.28;
  font-weight: 800;
  overflow-wrap: anywhere;
}

.contact-info-card a:hover {
  color: var(--accent);
}

.contact-page-form-section {
  padding-top: 54px;
  background: #f7f7f8;
}

.contact-form textarea {
  width: 100%;
  min-height: 140px;
  padding: 18px 24px;
  border: 1px solid #c8c8c8;
  border-radius: 0;
  background: #fff;
  color: #111;
  font-family: "Inter", Arial, sans-serif;
  font-size: 18px;
  resize: vertical;
}

.contact-form textarea::placeholder {
  color: #6f6f6f;
  opacity: 1;
}

@media (max-width: 1199.98px) {
  .blog-list-section .container {
    max-width: var(--page-width);
  }

  .blog-list-grid {
    gap: 24px;
  }

  .blog-list-body {
    padding: 30px 24px 28px;
  }

  .blog-list-card h1 {
    font-size: 26px;
  }

  .blog-list-card p {
    font-size: 16px;
  }
}

.advisory-page {
  background: #fff;
}

.advisory-hero {
  position: relative;
  padding: 158px 0 88px;
  overflow: hidden;
  background: linear-gradient(180deg, #fff 0%, #f8f6ff 100%);
}

.advisory-container {
  position: relative;
  z-index: 1;
  max-width: var(--page-width);
}

.advisory-split {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(420px, 1fr);
  gap: 72px;
  align-items: center;
}

.advisory-copy span {
  display: block;
  margin-bottom: 16px;
  color: var(--accent);
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
}

.advisory-copy h1,
.advisory-copy h2,
.advisory-value-heading h2 {
  margin: 0 0 28px;
  color: #050505;
  font-size: clamp(42px, 5vw, 56px);
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0;
}

.advisory-copy h2,
.advisory-value-heading h2 {
  font-size: clamp(38px, 4.2vw, 52px);
}

.advisory-copy p,
.advisory-value-heading p {
  max-width: 680px;
  margin: 0 0 22px;
  color: #555d6e;
  font-size: 18px;
  line-height: 1.5;
}

.advisory-copy .service-primary-btn {
  margin-top: 14px;
}

.advisory-image {
  overflow: hidden;
  border-radius: 18px;
  box-shadow: 0 24px 60px rgba(40, 34, 96, .12);
}

.advisory-image img {
  display: block;
  width: 100%;
  min-height: 410px;
  object-fit: cover;
}

.advisory-process-section {
  padding: 92px 0;
  background: #fff;
}

.advisory-split-middle {
  grid-template-columns: minmax(0, 1fr) minmax(420px, .9fr);
}

.advisory-list {
  display: grid;
  gap: 11px;
  max-width: 720px;
  margin: 0 0 30px;
  padding-left: 22px;
  color: #555d6e;
  font-size: 17px;
  line-height: 1.45;
}

.advisory-list strong {
  color: var(--primary);
}

.advisory-value-section {
  padding: 88px 0 96px;
  background: linear-gradient(180deg, #f7f7f8 0%, #fff 100%);
}

.advisory-value-heading {
  max-width: 760px;
  margin-bottom: 48px;
}

.advisory-value-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px 48px;
}
.advisory-value-grid.grid-3 {

  grid-template-columns: repeat(3, minmax(0, 1fr));
 
}
.advisory-value-card {
  min-height: 170px;
  padding: 34px 32px;
  border: 1px solid rgba(47, 62, 191, .12);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 16px 42px rgba(37, 31, 80, .05);
}

.advisory-value-card h3 {
  margin: 0 0 16px;
  color: var(--primary);
  font-family: "Inter", Arial, sans-serif;
  font-size: 27px;
  line-height: 1.18;
  font-weight: 800;
}

.advisory-value-card p {
  margin: 0;
  color: #555d6e;
  font-size: 16px;
  line-height: 1.45;
}

.business-card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  margin-bottom: 20px;
  border-radius: 8px;
  background: rgba(47, 62, 191, .1);
  color: var(--primary);
}

.business-card-icon svg {
  width: 32px;
  height: 32px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.advisory-value-btn {
  margin-top: 58px;
}

#customization-assessment {
  position: relative;
  overflow: hidden;
  padding: 96px 0;
  background: linear-gradient(180deg, #fff 0%, #f7f8ff 100%);
}

#customization-assessment .contact-container {
  align-items: center;
  gap: 64px;
}

#customization-assessment .contact-copy span {
  color: var(--accent);
  font-size: 16px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}

#customization-assessment .contact-copy h2 {
  max-width: 620px;
  color: var(--primary) !important;
  font-size: clamp(38px, 4.2vw, 58px);
  font-weight: 700;
}

#customization-assessment .contact-copy p {
  max-width: 610px;
  color: #555d6e;
  font-size: 17px;
  line-height: 1.55;
}

#customization-assessment .contact-form {
  position: relative;
  overflow: hidden;
  padding: 0;
  border: 1px solid rgba(47, 62, 191, .12);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(37, 31, 80, .12);
}

#customization-assessment .contact-form h3 {
  margin: 0;
  padding: 28px 34px;
  border-radius: 0;
  background: linear-gradient(135deg, var(--primary) 0%, #4f5ed6 100%);
  font-size: clamp(22px, 2.2vw, 30px);
  line-height: 1.18;
  text-align: left;
}

#customization-assessment .wpcf7 {
  padding: 30px 34px 34px;
}

#customization-assessment .screen-reader-response,
#customization-assessment .hidden-fields-container {
  display: none;
}

#customization-assessment .form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 18px;
}

#customization-assessment .form-col p,
#customization-assessment .form-submit p {
  margin: 0;
}

#customization-assessment .wpcf7-form-control-wrap[data-name="audit_objectives"] {
  display: block;
}

#customization-assessment .wpcf7-form-control-wrap[data-name="performance_concerns"] {
  display: block;
}

#customization-assessment .form-col:has(.wpcf7-form-control-wrap[data-name="performance_concerns"]) {
  grid-column: 1 / -1;
}

#customization-assessment .form-col:has(.wpcf7-form-control-wrap[data-name="audit_objectives"]) {
  grid-column: 1 / -1;
}

#customization-assessment .form-col > p > label {
  display: block;
  margin-bottom: 12px;
  color: var(--primary);
  font-size: 15px;
  font-weight: 800;
}

#customization-assessment .contact-form input:not([type="checkbox"]):not([type="submit"]),
#customization-assessment .contact-form select,
#customization-assessment .contact-form textarea {
  width: 100%;
  border: 1px solid rgba(47, 62, 191, .16);
  border-radius: 8px;
  background-color: #fbfcff;
  color: #111827;
  font-size: 15px;
  transition: border-color .2s ease, box-shadow .2s ease, background-color .2s ease;
}

#customization-assessment .contact-form input:not([type="checkbox"]):not([type="submit"]),
#customization-assessment .contact-form select {
  height: 50px;
  padding: 0 16px;
}

#customization-assessment .contact-form textarea {
  height: 100px;
  min-height: 100px;
  padding: 14px 16px;
}

#customization-assessment .contact-form input:focus,
#customization-assessment .contact-form select:focus,
#customization-assessment .contact-form textarea:focus {
  border-color: var(--accent);
  background-color: #fff;
  box-shadow: 0 0 0 4px rgba(160, 0, 152, .08);
  outline: 0;
}

#customization-assessment .contact-form input::placeholder,
#customization-assessment .contact-form textarea::placeholder {
  color: #7a8294;
}

#customization-assessment .wpcf7-checkbox {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

#customization-assessment .wpcf7-list-item {
  margin: 0;
}

#customization-assessment .wpcf7-list-item label {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 48px;
  padding: 12px 14px;
  border: 1px solid rgba(47, 62, 191, .16);
  border-radius: 8px;
  background: linear-gradient(180deg, #fff 0%, #f8f9ff 100%);
  color: #4f586a;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.28;
  cursor: pointer;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease, background-color .2s ease;
}

#customization-assessment .wpcf7-list-item label:hover {
  transform: translateY(-1px);
  border-color: rgba(160, 0, 152, .35);
  background: #fff;
  box-shadow: 0 10px 24px rgba(37, 31, 80, .08);
}

#customization-assessment .wpcf7-list-item input[type="checkbox"] {
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  margin: 0;
  accent-color: var(--accent);
}

#customization-assessment .wpcf7-list-item-label {
  display: block;
}

#customization-assessment .form-submit {
  margin-top: 8px;
}

#customization-assessment .wpcf7-form-control.wpcf7-submit {
  width: 100%;
  height: 54px;
  border: 0;
  border-radius: 8px;
  background: var(--accent);
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease;
}

#customization-assessment .wpcf7-form-control.wpcf7-submit:hover,
#customization-assessment .wpcf7-form-control.wpcf7-submit:focus {
  transform: translateY(-1px);
  background: #b70aaa;
  box-shadow: 0 16px 34px rgba(160, 0, 152, .22);
}

#customization-assessment .wpcf7-spinner {
  display: none;
}

#customization-assessment .wpcf7-response-output {
  margin: 16px 0 0;
  padding: 12px 14px;
  border-radius: 8px;
  color: #4f586a;
  font-size: 14px;
}

@media (max-width: 991.98px) {
  .advisory-hero {
    padding-top: 126px;
  }

  .advisory-split,
  .advisory-split-middle {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .advisory-image img {
    min-height: auto;
    aspect-ratio: 1.45 / 1;
  }

  #customization-assessment .contact-container {
    gap: 36px;
  }
}

@media (max-width: 767.98px) {
  .advisory-hero,
  .advisory-process-section,
  .advisory-value-section {
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .advisory-hero {
    padding-top: 118px;
  }

  .advisory-value-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .advisory-value-btn {
    width: 100%;
    margin-top: 36px;
  }

  #customization-assessment {
    padding: 58px 0;
  }

  #customization-assessment .form-row,
  #customization-assessment .wpcf7-checkbox {
    grid-template-columns: 1fr;
  }

  #customization-assessment .contact-form h3,
  #customization-assessment .wpcf7 {
    padding-right: 22px;
    padding-left: 22px;
  }
}

@media (max-width: 575.98px) {
  .advisory-copy h1,
  .advisory-copy h2,
  .advisory-value-heading h2 {
    font-size: 34px;
  }

  .advisory-copy p,
  .advisory-value-heading p,
  .advisory-list {
    font-size: 16px;
  }

  .advisory-value-card {
    min-height: auto;
    padding: 28px 22px;
  }

  .advisory-value-card h3 {
    font-size: 23px;
  }
}

@media (max-width: 991.98px) {
  .contact-page-hero {
    padding-top: 126px;
  }

  .contact-page-hero-card {
    grid-template-columns: 1fr;
  }

  .contact-page-hero-copy,
  .contact-page-hero-card > img {
    min-height: auto;
  }

  .contact-page-hero-card > img {
    aspect-ratio: 1.45 / 1;
  }

  .contact-info-grid {
    grid-template-columns: 1fr;
  }

  .blog-hero {
    padding-top: 126px;
  }

  .blog-hero-card {
    grid-template-columns: 1fr;
  }

  .blog-hero-copy,
  .blog-hero-card > img {
    min-height: auto;
  }

  .blog-hero-card > img {
    aspect-ratio: 1.45 / 1;
  }

  .blog-list-section {
    padding-top: 42px;
  }

  .blog-list-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  .blog-list-section {
    padding-bottom: 64px;
  }

  .blog-list-grid {
    grid-template-columns: 1fr;
  }

  .blog-list-card {
    min-height: auto;
  }
}

@media (max-width: 575.98px) {
  .contact-page-hero {
    padding: 112px 0 38px;
  }

  .contact-page-hero-copy {
    padding: 30px 22px;
  }

  .contact-page-hero-copy h1 {
    font-size: 34px;
  }

  .contact-page-hero-copy p {
    font-size: 15px;
  }

  .contact-info-section,
  .contact-page-form-section {
    padding-top: 34px;
  }

  .contact-info-card {
    min-height: auto;
    padding: 28px 22px;
  }

  .contact-info-card a,
  .contact-info-card p {
    font-size: 18px;
  }

  .contact-form textarea {
    padding: 16px;
    font-size: 16px;
  }

  .blog-hero {
    padding: 112px 0 38px;
  }

  .blog-hero-copy {
    padding: 30px 22px;
  }

  .blog-hero-copy h1 {
    font-size: 34px;
  }

  .blog-hero-copy p {
    font-size: 15px;
  }

  .blog-list-section {
    padding-top: 34px;
  }

  .blog-list-heading {
    margin-bottom: 34px;
  }

  .blog-list-body {
    padding: 24px 20px;
  }

  .blog-list-card h1 {
    font-size: 25px;
  }

  .blog-list-card p {
    font-size: 16px;
  }
}
/* =========================
   HEADER
========================= */
.navbar {
    padding: 15px 0;
    background: #fff;
}

.main-menu {
    display: flex;
    align-items: center;
    gap: 25px;
    margin: 0;
    padding: 0;
}

.main-menu > li {
    list-style: none;
    position: relative;
}

.main-menu > li > a {
    display: block;
    padding: 12px 0;
    color: #222;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    transition: .3s;
}

.main-menu > li:hover > a {
    color: #0d6efd;
}

/* =========================
   DROPDOWN
========================= */

.main-menu .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 280px;
    background: #fff;
    border-radius: 8px;
    padding: 10px 0;
    margin: 0;
    list-style: none;

    box-shadow: 0 10px 30px rgba(0,0,0,.12);

    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);

    transition: all .35s ease;
    z-index: 999;
}

.main-menu .sub-menu li {
    position: relative;
}

.main-menu .sub-menu li a {
    display: block;
    padding: 12px 20px;
    color: #222;
    text-decoration: none;
    font-size: 15px;
    transition: .3s;
}

.main-menu .sub-menu li a:hover {
    background: #f5f5f5;
    color: #0d6efd;
}

/* Hover Show */
.main-menu li:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* =========================
   MENU ARROW
========================= */

.menu-item-has-children > a::after {
    content: "\f078";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 11px;
    margin-left: 8px;
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 991.98px) {

    .navbar-collapse {
        background: #fff;
        margin-top: 15px;
        padding: 15px;
        border-radius: 10px;
        box-shadow: 0 5px 20px rgba(0,0,0,.08);
    }

    .header-right {
        width: 100%;
    }

    .top-contact {
        display: none;
    }

    .main-menu {
        display: block;
        width: 100%;
    }

    .main-menu > li {
        width: 100%;
        border-bottom: 1px solid #eee;
    }

    .main-menu > li > a {
        padding: 14px 0;
    }

    /* Mobile Dropdown */
    .main-menu .sub-menu {
        position: static;
        opacity: 1;
        visibility: visible;
        transform: none;

        display: none;

        width: 100%;
        min-width: 100%;
        box-shadow: none;
        border-radius: 0;
        padding: 0 0 10px;
        background: #f8f8f8;
    }

    .main-menu .sub-menu li a {
        padding: 12px 20px;
    }

    /* Bootstrap adds .show when expanded */
    .main-menu .menu-item-has-children.show > .sub-menu {
        display: block;
    }

    /* Disable hover on mobile */
    .main-menu li:hover > .sub-menu {
        display: none;
    }

    .main-menu .menu-item-has-children.show:hover > .sub-menu {
        display: block;
    }
}
.blog-single-wraper{
padding: 40px;
   
    margin: 0 auto;
    
    margin-top: 160px;
    border-radius: 6px;
  
     
}
.blog-details-wraper {
    
     background: #fff;
    padding-bottom: 80px;
}
.blog-single-wraper img{
    width:100%;
}

.solutions-theme {
  --solution-text: #080808;
  --solution-muted: #49505c;
  --solution-blue: var(--primary);
  --solution-accent: var(--accent);
  background: #fff;
  color: var(--solution-text);
}

.solutions-theme .site-header {
  background: transparent;
  box-shadow: none;
}

.solutions-theme .site-header.is-sticky,
.solutions-theme .site-header.menu-open {
  background: rgba(255, 255, 255, .96);
}

.solutions-theme .top-contact a,
.solutions-theme .main-menu .nav-link {
  color: #2636b8;
}

.solutions-theme .main-menu .nav-link:hover,
.solutions-theme .main-menu .nav-link.active {
  color: var(--accent);
}

.solutions-theme .navbar-toggler {
  border-color: rgba(38, 54, 184, .32);
}

.solutions-theme .navbar-toggler-icon {
  filter: none;
}

.solutions-page {
  overflow: hidden;
  background: #fff;
}

.solutions-container {
  max-width: 1260px;
}
.solutions-tax-map img{
  width:100%;
}
.solutions-hero {
  position: relative;
  padding: 160px 0 120px;
  background: linear-gradient(180deg, #fff 0%, #f8f6ff 100%);
}

.solutions-hero .solutions-container {
  position: relative;
  z-index: 1;
}

.solutions-hero::after {
  content: "";
  position: absolute;
  right: -120px;
  bottom: -180px;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background: rgba(104, 61, 242, .08);
  pointer-events: none;
}

.solutions-hero-grid,
.solutions-feature-grid {
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr);
  align-items: center;
  gap: clamp(34px, 6vw, 80px);
}

.solutions-hero-copy span,
.solutions-feature-copy span,
.solutions-section-heading span {
  display: block;
  margin-bottom: 14px;
  color: var(--solution-blue);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.solutions-hero-copy h1,
.solutions-feature-copy h2,
.solutions-section-heading h2,
.solutions-cta-box h2 {
  margin: 0;
  color: var(--solution-text);
  font-size: clamp(42px, 5.6vw, 76px);
  line-height: .95;
  font-weight: 500;
  letter-spacing: 0;
}

.solutions-feature-copy h2,
.solutions-section-heading h2,
.solutions-cta-box h2 {
  font-size: clamp(34px, 4.6vw, 58px);
}

.solutions-hero-copy p,
.solutions-feature-copy p,
.solutions-section-heading p,
.solutions-cta-box p {
  margin: 26px 0 0;
  color: var(--solution-muted);
  font-size: 16px;
  line-height: 1.62;
}

.solutions-hero-copy strong {
  color: var(--accent);
  font-weight: 800;
}

.solutions-hero-visual,
.solutions-feature-image {
  overflow: hidden;
  border: 1px solid rgba(37, 59, 118, .08);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 24px 60px rgba(40, 34, 96, .12);
}

.solutions-hero-visual {
  aspect-ratio: 1.1 / 1;
}

.solutions-feature-image {
  aspect-ratio: 1.42 / 1;
}

.solutions-hero-visual img,
.solutions-feature-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.solutions-feature-section {
  padding: 70px 0 110px;
  background: #fff;
}

.solutions-feature-section:nth-of-type(3) {
  background: #f7f7f8;
}

.solutions-feature-alt .solutions-feature-grid {
  grid-template-columns: minmax(0, .96fr) minmax(0, 1.04fr);
}

.solutions-feature-copy {
  max-width: 620px;
}

.solutions-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 170px;
  min-height: 48px;
  margin-top: 34px;
  padding: 13px 24px;
  border: 1px solid rgba(219, 244, 255, .25);
  border-radius: 26px;
  background: var(--accent);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
  transition: transform .2s ease, background-color .2s ease, color .2s ease;
}

.solutions-button:hover {
  background: var(--primary);
  color: #fff;
  transform: translateY(-2px);
}

.solutions-cetec-section{
  padding: 90px 0 115px;
  background: #fff;
}
.solutions-tax-section {
 background: #f7f7f8;
	  padding: 90px 0 115px;
}
.solutions-cetec-section {
  background: #fff;
}

.solutions-section-heading {
  max-width: 840px;
  margin: 0 auto 52px;
  text-align: center;
}

.solutions-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 34px;
}

.solutions-cetec-action {
  margin-top: 36px;
  text-align: center;
}

.solutions-icon-card {
  min-height: 250px;
  padding: 38px 34px;
  border: 1px solid rgba(37, 59, 118, .08);
  border-radius: 8px;
  background: #fff;
  color: #080808;
  text-align: center;
  box-shadow: 0 18px 48px rgba(22, 24, 68, .08);
}

.solutions-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  margin-bottom: 26px;
  border-radius: 4px;
  background: rgba(47, 62, 191, .1);
  color: var(--primary);
  font-weight: 800;
}

.solutions-icon-card h3 {
  margin: 0 0 18px;
  color: var(--solution-text);
  font-size: 22px;
  line-height: 1.2;
}

.solutions-icon-card p {
  margin: 0;
  color: #555d6e;
  font-size: 14px;
  line-height: 1.45;
}

.solutions-tax-heading {
  max-width: 760px;
}

.solutions-tax-map {
  position: relative;
  min-height: 420px;
  overflow: hidden;
  border-radius: 8px;
  background: linear-gradient(135deg, #f7f8f8, #e8ecef);
  box-shadow: 0 30px 75px rgba(0, 0, 0, .28);
}

.tax-line,
.tax-branch {
  position: absolute;
  background: #f47d3b;
}

.tax-line {
  top: 48%;
  left: 10%;
  width: 76%;
  height: 4px;
}

.tax-branch {
  top: 48%;
  left: 55%;
  width: 34%;
  height: 4px;
  transform: rotate(-24deg);
  transform-origin: left center;
}

.tax-node {
  position: absolute;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 130px;
  min-height: 64px;
  padding: 14px 20px;
  border: 3px solid #f47d3b;
  border-radius: 4px;
  background: #fff;
  color: #f47d3b;
  font-weight: 800;
  text-align: center;
}

.tax-node-start {
  top: 36%;
  left: 8%;
}

.tax-node-main {
  top: 30%;
  left: 44%;
}

.tax-node-end {
  top: 34%;
  right: 9%;
  border-color: #8b9196;
  color: #8b9196;
}

.tax-node-small {
  min-width: 112px;
  min-height: 56px;
}

.tax-node-bottom {
  left: 42%;
  bottom: 14%;
}

.solutions-cta-section {
  padding: 110px 0 120px;
  background: #fff;
}

.solutions-cta-box {
  max-width: 900px;
  margin: 0 auto;
  padding: clamp(42px, 6vw, 72px);
  border: 1px solid rgba(37, 59, 118, .08);
  border-radius: 8px;
  background: #fff;
  text-align: center;
  box-shadow: 0 24px 60px rgba(40, 34, 96, .1);
}

.solutions-cta-box p {
  max-width: 590px;
  margin-right: auto;
  margin-left: auto;
}

.solutions-footer.site-footer {
  padding-top: 62px;
}

.solutions-footer .footer-cta {
  display: none;
}

@media (max-width: 1199.98px) {
  .solutions-hero-grid,
  .solutions-feature-grid,
  .solutions-feature-alt .solutions-feature-grid {
    gap: 42px;
  }

  .solutions-card-grid {
    gap: 22px;
  }
}

@media (max-width: 991.98px) {
  .solutions-theme .site-header {
    background: rgba(255, 255, 255, .97);
  }

  .solutions-hero {
    padding-top: 140px;
  }

  .solutions-hero-grid,
  .solutions-feature-grid,
  .solutions-feature-alt .solutions-feature-grid {
    grid-template-columns: 1fr;
  }

  .solutions-feature-alt .solutions-feature-copy {
    order: 1;
  }

  .solutions-feature-alt .solutions-feature-image {
    order: 2;
  }

  .solutions-feature-copy {
    max-width: none;
  }

  .solutions-card-grid {
    grid-template-columns: 1fr;
  }

  .solutions-icon-card {
    min-height: auto;
  }
}

@media (max-width: 767.98px) {
  .solutions-hero,
  .solutions-feature-section,
  .solutions-cetec-section,
  .solutions-tax-section,
  .solutions-cta-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .solutions-hero {
    padding-top: 132px;
  }

  .solutions-hero-copy p,
  .solutions-feature-copy p,
  .solutions-section-heading p,
  .solutions-cta-box p {
    font-size: 15px;
  }

  .solutions-tax-map {
    min-height: 360px;
  }

  .tax-node {
    min-width: 104px;
    min-height: 54px;
    padding: 10px 12px;
    font-size: 12px;
  }
}

@media (max-width: 575.98px) {
  .solutions-hero-copy h1 {
    font-size: 38px;
  }

  .solutions-feature-copy h2,
  .solutions-section-heading h2,
  .solutions-cta-box h2 {
    font-size: 32px;
  }

  .solutions-hero-visual,
  .solutions-feature-image {
    border-radius: 12px;
  }

  .solutions-icon-card {
    padding: 30px 22px;
  }

  .solutions-tax-map {
    min-height: 320px;
  }

  .tax-line {
    left: 7%;
    width: 84%;
  }

  .tax-node-start {
    left: 5%;
  }

  .tax-node-main {
    left: 36%;
  }

  .tax-node-end {
    right: 5%;
  }

  .tax-node-bottom {
    left: 34%;
  }
}

.acumatica-page {
  overflow: hidden;
  background: #fff;
}

.acumatica-container {
  max-width: var(--page-width);
}

.acumatica-hero {
  position: relative;
  padding: 170px 0 96px;
  overflow: hidden;
  background: linear-gradient(180deg, #fff 0%, #f8f6ff 100%);
}

.acumatica-hero::after {
  content: "";
  position: absolute;
  right: -140px;
  bottom: -210px;
  width: 560px;
  height: 560px;
  border-radius: 50%;
  background: rgba(160, 0, 152, .08);
  pointer-events: none;
}

.acumatica-hero .grid-bg {
  inset: 0 0 110px;
}

.acumatica-hero .acumatica-container {
  position: relative;
  z-index: 1;
}

.acumatica-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
  align-items: center;
  gap: clamp(42px, 7vw, 94px);
}

.acumatica-hero-copy {
  max-width: 650px;
}

.acumatica-hero-copy > span,
.acumatica-heading > span {
  display: block;
  margin-bottom: 16px;
  color: var(--accent);
  font-size: 18px;
  font-weight: 700;
}

.acumatica-hero-copy h1,
.acumatica-heading h2 {
  margin: 0;
  color: #050505;
  font-size: clamp(44px, 5vw, 72px);
  line-height: .98;
  font-weight: 500;
  letter-spacing: 0;
}

.acumatica-hero-copy p {
  margin: 28px 0 0;
  color: #33384a;
  font-size: 18px;
  line-height: 1.48;
}

.acumatica-advantages {
  margin-top: 48px;
}

.acumatica-advantages h2 {
  margin: 0 0 22px;
  color: #080808;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.08;
}

.acumatica-advantages ul {
  margin: 0;
  padding-left: 24px;
  color: #49505c;
  font-size: 17px;
  line-height: 1.45;
}

.acumatica-advantages li + li {
  margin-top: 7px;
}

.acumatica-advantages strong {
  color: var(--primary);
  font-weight: 800;
}

.acumatica-hero-image {
  overflow: hidden;
  border: 1px solid rgba(37, 59, 118, .08);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 24px 60px rgba(40, 34, 96, .12);
}

.acumatica-hero-image img {
  display: block;
  width: 100%;
  min-height: 560px;
  object-fit: cover;
}

.acumatica-benefits-section {
  padding: 96px 0 112px;
  background: #fff;
}

.acumatica-heading {
  max-width: 920px;
  margin: 0 auto 64px;
  text-align: center;
}

.acumatica-heading h2 {
  color: var(--primary);
}

.acumatica-heading p {
  max-width: 830px;
  margin: 28px auto 0;
  color: #555d6e;
  font-size: 17px;
  line-height: 1.5;
}

.acumatica-benefit-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 30px;
}

.acumatica-benefit-card {
  min-height: 310px;
  padding: 38px 32px;
  border: 1px solid rgba(47, 62, 191, .16);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(22, 24, 68, .08);
}

.acumatica-benefit-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  margin: 0 auto 28px;
  border-radius: 8px;
  background: rgba(47, 62, 191, .1);
  color: var(--primary);
}

.acumatica-benefit-icon svg {
  width: 34px;
  height: 34px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.acumatica-benefit-card h3 {
  margin: 0 0 18px;
  color: #080808;
  font-size: 27px;
  line-height: 1.15;
  text-align: center;
}

.acumatica-benefit-card p {
  margin: 0;
  color: #555d6e;
  font-size: 16px;
  line-height: 1.45;
}

@media (max-width: 1199.98px) {
  .acumatica-benefit-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 991.98px) {
  .acumatica-hero {
    padding: 138px 0 72px;
  }

  .acumatica-hero-grid {
    grid-template-columns: 1fr;
  }

  .acumatica-hero-copy {
    max-width: none;
  }

  .acumatica-hero-image img {
    min-height: 380px;
  }
}

@media (max-width: 767.98px) {
  .acumatica-hero {
    padding: 124px 0 58px;
  }

  .acumatica-hero-copy h1,
  .acumatica-heading h2 {
    font-size: 38px;
    line-height: 1.04;
  }

  .acumatica-hero-copy p,
  .acumatica-heading p {
    font-size: 16px;
  }

  .acumatica-advantages {
    margin-top: 36px;
  }

  .acumatica-advantages ul {
    font-size: 16px;
  }

  .acumatica-benefits-section {
    padding: 64px 0 72px;
  }
}

@media (max-width: 575.98px) {
  .acumatica-benefit-grid {
    grid-template-columns: 1fr;
  }

  .acumatica-benefit-card {
    min-height: auto;
    padding: 32px 24px;
  }

  .acumatica-hero-image img {
    min-height: 300px;
  }
}

.cetec-page {
  overflow: hidden;
  background: #fff;
}

.cetec-container {
  max-width: var(--page-width);
}

.cetec-hero {
  position: relative;
  padding: 170px 0 94px;
  overflow: hidden;
  background: linear-gradient(180deg, #fff 0%, #f7f8ff 100%);
}

.cetec-hero::after {
  content: "";
  position: absolute;
  right: -180px;
  bottom: -230px;
  width: 620px;
  height: 620px;
  border-radius: 50%;
  background: rgba(47, 62, 191, .08);
  pointer-events: none;
}

.cetec-hero .grid-bg {
  inset: 0 0 130px;
}

.cetec-hero .cetec-container {
  position: relative;
  z-index: 1;
}

.cetec-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
  align-items: center;
  gap: clamp(42px, 6vw, 88px);
}

.cetec-hero-copy {
  max-width: 660px;
}

.cetec-hero-copy > span,
.cetec-section-heading > span,
.cetec-cta-box span {
  display: block;
  margin-bottom: 16px;
  color: var(--accent);
  font-size: 18px;
  font-weight: 700;
}

.cetec-hero-copy h1,
.cetec-section-heading h2,
.cetec-cta-box h2 {
  margin: 0;
  color: #050505;
  font-size: clamp(42px, 5vw, 72px);
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0;
}

.cetec-hero-copy p,
.cetec-section-heading p,
.cetec-proof-card p,
.cetec-capability-card p {
  color: #4f586a;
  font-size: 17px;
  line-height: 1.5;
}

.cetec-hero-copy p {
  max-width: 600px;
  margin: 20px 0 0;
}

.cetec-hero-copy .cetec-kicker {
  margin-top: 24px;
  color: var(--primary);
  font-weight: 800;
}

.cetec-primary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  margin-top: 32px;
  padding: 12px 26px;
  border: 1px solid var(--accent);
  border-radius: 26px;
  background: var(--accent);
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease;
}

.cetec-primary-btn:hover {
  transform: translateY(-2px);
  background: #870082;
  color: #fff;
  box-shadow: 0 14px 34px rgba(160, 0, 152, .24);
}

.cetec-hero-visual {
  overflow: hidden;
  border: 1px solid rgba(47, 62, 191, .12);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 26px 70px rgba(22, 24, 68, .12);
}

.cetec-hero-visual img {
  display: block;
  width: 100%;
  min-height: 500px;
  object-fit: cover;
  object-position: center;
}

.cetec-overview-section {
  padding: 104px 0;
  background: #fff;
}

.cetec-section-heading {
  max-width: 920px;
  margin-bottom: 58px;
}

.cetec-section-heading h2 {
  max-width: 860px;
  color: var(--primary);
  font-size: clamp(34px, 4vw, 58px);
}

.cetec-section-heading p {
  max-width: 760px;
  margin: 24px 0 0;
}

.cetec-reasons-grid {
  display: grid;
  grid-template-columns: minmax(280px, .76fr) minmax(0, 1.24fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: start;
}

.cetec-reason-list {
  border-top: 1px solid rgba(47, 62, 191, .12);
}

.cetec-reason-list button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  width: 100%;
  min-height: 64px;
  padding: 0;
  border-bottom: 1px solid rgba(47, 62, 191, .12);
  border-top: 0;
  border-right: 0;
  border-left: 0;
  background: transparent;
  color: #687184;
  font-size: 18px;
  font-weight: 600;
  text-align: left;
}

.cetec-reason-list button::after {
  content: "";
  width: 9px;
  height: 9px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  opacity: 0;
  transform: rotate(45deg);
}

.cetec-reason-list button.active,
.cetec-reason-list button:hover,
.cetec-reason-list button:focus-visible {
  color: var(--accent);
}

.cetec-reason-list button.active::after,
.cetec-reason-list button:hover::after,
.cetec-reason-list button:focus-visible::after {
  opacity: 1;
}

.cetec-reason-list strong {
  margin-right: 8px;
  color: var(--primary);
  font-size: 13px;
}

.cetec-tab-panel[hidden] {
  display: none;
}

.cetec-proof-card {
  min-height: 520px;
  padding: clamp(32px, 5vw, 56px);
  border: 1px solid rgba(47, 62, 191, .1);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 24px 64px rgba(22, 24, 68, .09);
}

.cetec-card-label {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 22px;
}

.cetec-card-label svg {
  width: 30px;
  height: 30px;
  color: var(--accent);
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.cetec-card-label h3 {
  margin: 0;
  color: #080808;
  font-size: 30px;
  line-height: 1.15;
}

.cetec-proof-card ul {
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.cetec-proof-card li {
  position: relative;
  padding-left: 24px;
  color: #555d6e;
  font-size: 16px;
  line-height: 1.5;
}

.cetec-proof-card li + li {
  margin-top: 18px;
}

.cetec-proof-card li::before {
  content: "";
  position: absolute;
  top: .62em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--primary);
}

.cetec-capability-section {
  padding: 100px 0 112px;
  background: #f8f6ff;
}

.cetec-capability-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
}

.cetec-capability-card {
  min-height: 300px;
  padding: 36px 30px;
  border: 1px solid rgba(47, 62, 191, .14);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(22, 24, 68, .07);
}

.cetec-capability-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  margin-bottom: 28px;
  border-radius: 8px;
  background: rgba(47, 62, 191, .1);
  color: var(--primary);
  font-weight: 800;
}

.cetec-capability-card h3 {
  margin: 0 0 16px;
  color: #080808;
  font-size: 27px;
  line-height: 1.15;
}

.cetec-capability-card p {
  margin: 0;
  font-size: 16px;
}

.cetec-cta-section {
  padding: 104px 0;
  background: #fff;
}

.cetec-teams-section {
  padding: 104px 0 112px;
  background: #fff;
}

.cetec-teams-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 32px;
  align-items: start;
  margin-bottom: 56px;
}

.cetec-teams-header span {
  display: block;
  margin-bottom: 12px;
  color: var(--accent);
  font-size: 18px;
  font-weight: 700;
}

.cetec-teams-header h2 {
  margin: 0;
  color: #080808;
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1.02;
  font-weight: 500;
}

.cetec-teams-header p {
  max-width: 760px;
  margin: 18px 0 0;
  color: #4f586a;
  font-size: 18px;
  line-height: 1.45;
}

.cetec-teams-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px;
  padding-top: 12px;
}

.cetec-teams-actions .cetec-primary-btn,
.cetec-secondary-btn {
  min-height: 44px;
  margin-top: 0;
  padding: 11px 22px;
  white-space: nowrap;
}

.cetec-secondary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(47, 62, 191, .16);
  border-radius: 26px;
  background: #f6f7ff;
  color: #2636b8;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  transition: transform .2s ease, box-shadow .2s ease, color .2s ease;
}

.cetec-secondary-btn:hover {
  transform: translateY(-2px);
  color: var(--accent);
  box-shadow: 0 14px 34px rgba(22, 24, 68, .1);
}

.cetec-team-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px 34px;
}

.cetec-team-card {
  min-height: 196px;
  padding: 28px 26px;
  border: 1px solid rgba(47, 62, 191, .14);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 42px rgba(22, 24, 68, .06);
}

.cetec-team-card h3 {
  margin: 0 0 10px;
  color: #080808;
  font-size: 24px;
  line-height: 1.15;
}

.cetec-team-card p {
  margin: 0;
  color: #555d6e;
  font-size: 16px;
  line-height: 1.45;
}

.cetec-industries-section {
  padding: 104px 0 116px;
  background: #f8f6ff;
}

.cetec-industries-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 32px;
  align-items: start;
  margin-bottom: 58px;
}

.cetec-industries-header span {
  display: block;
  margin-bottom: 12px;
  color: var(--accent);
  font-size: 18px;
  font-weight: 700;
}

.cetec-industries-header h2 {
  max-width: 780px;
  margin: 0;
  color: #080808;
  font-size: clamp(36px, 4.4vw, 64px);
  line-height: 1.05;
  font-weight: 500;
}

.cetec-industries-header p {
  max-width: 760px;
  margin: 18px 0 0;
  color: #4f586a;
  font-size: 18px;
  line-height: 1.45;
}

.cetec-industries-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px;
  padding-top: 8px;
}

.cetec-industries-actions .cetec-primary-btn,
.cetec-industries-actions .cetec-secondary-btn {
  min-height: 44px;
  margin-top: 0;
  padding: 11px 22px;
  white-space: nowrap;
}

.cetec-industry-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 34px;
}

.cetec-industry-card {
  overflow: hidden;
  border: 1px solid rgba(47, 62, 191, .14);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(22, 24, 68, .07);
}

.cetec-industry-card img {
  display: block;
  width: 100%;
  height: 230px;
  object-fit: cover;
  object-position: center;
}

.cetec-industry-card div {
  padding: 30px 28px 34px;
}

.cetec-industry-card h3 {
  margin: 0 0 12px;
  color: #080808;
  font-size: 28px;
  line-height: 1.12;
}

.cetec-industry-card p {
  margin: 0;
  color: #555d6e;
  font-size: 17px;
  line-height: 1.5;
}

.cetec-cta-box {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 32px;
  padding: clamp(34px, 5vw, 58px);
  border-radius: 8px;
  background: linear-gradient(135deg, var(--primary), var(--accent));
  color: #fff;
}

.cetec-cta-box span,
.cetec-cta-box h2 {
  color: #fff;
}

.cetec-cta-box h2 {
  max-width: 820px;
  font-size: clamp(30px, 4vw, 52px);
}

.cetec-cta-box .cetec-primary-btn {
  margin-top: 0;
  border-color: #fff;
  background: #fff;
  color: var(--primary);
}

.cetec-cta-box .cetec-primary-btn:hover {
  background: #f4f2ff;
  color: var(--accent);
}

@media (max-width: 1199.98px) {
  .cetec-capability-grid,
  .cetec-team-grid,
  .cetec-industry-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 991.98px) {
  .cetec-hero {
    padding: 138px 0 72px;
  }

  .cetec-hero-grid,
  .cetec-reasons-grid,
  .cetec-teams-header,
  .cetec-industries-header,
  .cetec-cta-box {
    grid-template-columns: 1fr;
  }

  .cetec-hero-copy {
    max-width: none;
  }

  .cetec-hero-visual img {
    min-height: 380px;
  }

  .cetec-cta-box .cetec-primary-btn {
    justify-self: start;
  }

  .cetec-teams-actions {
    justify-content: flex-start;
    padding-top: 0;
  }

  .cetec-industries-actions {
    justify-content: flex-start;
    padding-top: 0;
  }
}

@media (max-width: 767.98px) {
  .cetec-hero {
    padding: 124px 0 58px;
  }

  .cetec-overview-section,
  .cetec-capability-section,
  .cetec-teams-section,
  .cetec-industries-section,
  .cetec-cta-section {
    padding: 72px 0;
  }

  .cetec-hero-copy h1,
  .cetec-section-heading h2,
  .cetec-teams-header h2,
  .cetec-industries-header h2 {
    font-size: 38px;
    line-height: 1.04;
  }

  .cetec-hero-copy p,
  .cetec-section-heading p,
  .cetec-teams-header p,
  .cetec-industries-header p {
    font-size: 16px;
  }

  .cetec-reason-list a {
    min-height: 58px;
    font-size: 16px;
  }

  .cetec-reason-list button {
    min-height: 58px;
    font-size: 16px;
  }

  .cetec-proof-card {
    min-height: auto;
  }
}

@media (max-width: 575.98px) {
  .cetec-capability-grid,
  .cetec-team-grid,
  .cetec-industry-grid {
    grid-template-columns: 1fr;
  }

  .cetec-teams-actions,
  .cetec-industries-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .cetec-hero-visual,
  .cetec-proof-card,
  .cetec-cta-box {
    border-radius: 8px;
  }

  .cetec-hero-visual img {
    min-height: 300px;
  }

  .cetec-capability-card {
    min-height: auto;
    padding: 32px 24px;
  }

  .cetec-industry-card img {
    height: 200px;
  }

  .cetec-industry-card div {
    padding: 26px 22px 30px;
  }
}

.thank-you-page {
  background: #fff;
}

.thank-you-hero {
  position: relative;
  min-height: 720px;
  padding: 168px 0 92px;
  overflow: hidden;
  background: linear-gradient(180deg, #fff 0%, #f7f7f8 100%);
}

.thank-you-container {
  position: relative;
  z-index: 1;
  max-width: var(--page-width);
}

.thank-you-panel {
  max-width: 780px;
  margin: 0 auto;
  padding: clamp(38px, 5vw, 68px);
  border: 1px solid rgba(47, 62, 191, .1);
  border-radius: 18px;
  background: #fff;
  text-align: center;
  box-shadow: 0 22px 60px rgba(37, 31, 80, .08);
}

.thank-you-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 78px;
  height: 78px;
  margin-bottom: 24px;
  border-radius: 50%;
  background: rgba(47, 62, 191, .1);
}

.thank-you-icon span {
  display: block;
  width: 34px;
  height: 18px;
  border-left: 5px solid var(--primary);
  border-bottom: 5px solid var(--primary);
  transform: rotate(-45deg) translate(2px, -3px);
}

.thank-you-kicker {
  display: block;
  margin-bottom: 14px;
  color: var(--accent);
  font-size: 15px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.thank-you-panel h1 {
  margin: 0 0 22px;
  color: #080808;
  font-size: clamp(44px, 5vw, 72px);
  line-height: .98;
  font-weight: 700;
  letter-spacing: 0;
}

.thank-you-panel p {
  max-width: 620px;
  margin: 0 auto 34px;
  color: #4f586a;
  font-size: 18px;
  line-height: 1.48;
}

.thank-you-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.thank-you-download-btn,
.thank-you-secondary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  border-radius: 28px;
  padding: 12px 24px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  transition: transform .2s ease, box-shadow .2s ease, color .2s ease, background-color .2s ease;
}

.thank-you-download-btn {
  gap: 10px;
  border: 1px solid var(--accent);
  background: var(--accent);
  color: #fff;
}

.thank-you-download-btn:hover {
  transform: translateY(-2px);
  background: #b70aaa;
  color: #fff;
  box-shadow: 0 16px 34px rgba(160, 0, 152, .18);
}

.thank-you-download-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 24px;
  border-radius: 5px;
  background: rgba(255, 255, 255, .18);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
}

.thank-you-secondary-btn {
  border: 1px solid rgba(47, 62, 191, .16);
  background: #f6f7ff;
  color: var(--primary);
}

.thank-you-secondary-btn:hover {
  transform: translateY(-2px);
  color: var(--accent);
  box-shadow: 0 14px 34px rgba(22, 24, 68, .1);
}

@media (max-width: 767.98px) {
  .thank-you-hero {
    min-height: auto;
    padding: 128px 0 68px;
  }

  .thank-you-panel {
    border-radius: 14px;
  }
}

@media (max-width: 575.98px) {
  .thank-you-hero {
    padding: 112px 0 48px;
  }

  .thank-you-panel {
    padding: 32px 22px;
  }

  .thank-you-panel h1 {
    font-size: 38px;
  }

  .thank-you-panel p {
    font-size: 16px;
  }

  .thank-you-actions {
    display: grid;
    grid-template-columns: 1fr;
  }
}

.construction-page .site-header {
  background: rgba(255, 255, 255, .95);
  box-shadow: 0 8px 24px rgba(22, 24, 68, .05);
}

.construction-hero {
  position: relative;
  overflow: hidden;
  padding: 168px 0 84px;
  background: #fbfdff;
}

.construction-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 540px);
  gap: 58px;
  align-items: center;
}

.construction-hero-copy span,
.construction-value-copy span {
  display: block;
  margin-bottom: 14px;
  color: #1497d4;
  font-family: "Inter", Arial, sans-serif;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.construction-hero-copy h1,
.construction-value-copy h2 {
  max-width: 720px;
  margin: 0 0 24px;
  color: #000433;
  font-size: clamp(42px, 4.8vw, 68px);
  line-height: 1.04;
  letter-spacing: 0;
}

.construction-hero-copy p,
.construction-value-copy p {
  max-width: 620px;
  margin: 0 0 30px;
  color: #333b4d;
  font-size: 18px;
  line-height: 1.58;
}

.construction-primary-btn {
  border: 0;
  border-radius: 28px;
  background: #1497d4;
  color: #fff;
  font-weight: 700;
  padding: 13px 28px;
}

.construction-primary-btn:hover,
.construction-primary-btn:focus {
  background: #0f83bb;
  color: #fff;
}

.construction-hero-panel {
  padding: 18px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 24px 58px rgba(22, 24, 68, .12);
}

.construction-hero-panel img {
  display: block;
  width: 100%;
  aspect-ratio: 1.22 / 1;
  object-fit: cover;
  border-radius: 6px;
}

.construction-resources-section {
  position: relative;
  overflow: hidden;
  padding: 84px 0 76px;
  background: #fff;
}

.construction-dot-field {
  position: absolute;
  left: 0;
  bottom: 18px;
  width: 430px;
  height: 330px;
  opacity: .72;
  background-image: radial-gradient(#56c8ef 3px, transparent 3px);
  background-size: 28px 28px;
  pointer-events: none;
}

.construction-section-heading {
  position: relative;
  z-index: 1;
  text-align: center;
}

.construction-section-heading h2 {
  margin: 0 0 52px;
  color: #050736;
  font-size: clamp(38px, 4vw, 54px);
  font-weight: 400;
  line-height: 1.12;
  letter-spacing: 0;
}

.construction-resources-carousel {
  position: relative;
  z-index: 1;
}

.construction-resource-card {
  overflow: hidden;
  min-height: 380px;
  background: #fff;
  box-shadow: 0 6px 18px rgba(15, 24, 55, .14);
}

.construction-resource-preview {
  display: grid;
  place-items: center;
  width: 100%;
  min-height: 198px;
  border: 0;
  background: #eef5fb;
  cursor: pointer;
}

.construction-resource-preview:focus-visible {
  outline: 3px solid #1497d4;
  outline-offset: -3px;
}

.construction-document {
  display: flex;
  flex-direction: column;
  width: 200px;
  height: 260px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 10px 26px rgba(5, 7, 54, .14);
  transform: translateY(8px);
}

.doc-brand {
  display: block;
  padding: 14px 18px 0;
  background: #10112f;
  color: #fff;
  font-size: 9px;
  font-weight: 800;
}

.doc-title {
  display: block;
  min-height: 66px;
  padding: 16px 24px 14px;
  background: #10112f;
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  line-height: 1.25;
  text-align: left;
}

.doc-copy,
.doc-copy.short {
  display: block;
  height: 58px;
  margin: 20px 24px 0;
  background: repeating-linear-gradient(to bottom, #20243f 0 2px, transparent 2px 8px);
  opacity: .28;
}

.doc-copy.short {
  height: 28px;
  margin-top: 8px;
}

.doc-band {
  display: block;
  height: 12px;
  margin-top: auto;
  background: #51c4e9;
}

.doc-icons {
  display: block;
  height: 48px;
  background-image: radial-gradient(#51c4e9 4px, transparent 5px);
  background-size: 38px 20px;
  background-position: center;
}

.construction-document-photo img {
  display: block;
  width: calc(100% - 38px);
  height: 118px;
  margin: 12px auto;
  object-fit: cover;
}

.construction-resource-body {
  padding: 25px;
}

.construction-resource-body span {
  display: block;
  margin-bottom: 14px;
  color: #1497d4;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}

.construction-resource-body h3 {
  margin: 0;
  color: #000433;
  font-family: "Inter", Arial, sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.38;
  letter-spacing: 0;
  min-height: 70px;
}

.construction-resources-carousel .owl-stage {
  display: flex;
  padding-bottom: 18px;
}

.construction-resources-carousel .owl-item {
  display: flex;
}

.construction-resources-carousel .owl-item > article {
  width: 100%;
}

.construction-resources-carousel .owl-dots {
  margin-top: 24px;
  text-align: center;
}

.construction-resources-carousel .owl-dot span {
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  border-radius: 50%;
  background: #b7e6f7;
}

.construction-resources-carousel .owl-dot.active span {
  background: #1497d4;
}

.construction-resources-link {
  position: relative;
  z-index: 1;
  margin-top: 34px;
  text-align: center;
}

.construction-resources-link a {
  color: #1497d4;
  font-size: 21px;
  font-weight: 800;
}

.construction-value-section {
  padding: 78px 0 88px;
  background: #f4f8fb;
}

.construction-value-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 460px);
  gap: 56px;
  align-items: start;
}

.construction-value-copy h2 {
  font-size: clamp(34px, 3.6vw, 52px);
}

.construction-value-list {
  display: grid;
  gap: 18px;
}

.construction-value-list div {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 18px;
  align-items: center;
  padding: 22px 24px;
  background: #fff;
  box-shadow: 0 14px 36px rgba(22, 24, 68, .07);
}

.construction-value-list strong {
  color: #1497d4;
  font-size: 22px;
}

.construction-value-list p {
  margin: 0;
  color: #000433;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
}

.construction-contact-modal .modal-content {
  position: relative;
  border: 0;
  border-radius: 8px;
  background: transparent;
}

.construction-contact-modal .btn-close {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 2;
  
  opacity: 1;
}

.construction-modal-form {
  padding-top: 55px;
}

.construction-modal-form textarea {
  min-height: 116px;
}

@media (max-width: 991.98px) {
  .construction-hero {
    padding: 138px 0 68px;
  }

  .construction-hero-grid,
  .construction-value-grid {
    grid-template-columns: 1fr;
  }

  .construction-dot-field {
    width: 300px;
    height: 260px;
  }
}

@media (max-width: 575.98px) {
  .construction-hero {
    padding: 120px 0 52px;
  }

  .construction-hero-copy h1,
  .construction-section-heading h2,
  .construction-value-copy h2 {
    font-size: 34px;
  }

  .construction-resource-body {
    padding: 30px 24px;
  }

  .construction-resource-body h3 {
    font-size: 20px;
  }

  .construction-document {
    width: 178px;
    height: 232px;
  }
}
.construction-resource-card img{
  height:280px;
  object-fit: cover;
}

.modal-content input, .modal-content select, .phone-field {
    width: 100%;
    height: 44px;
    border: 1px solid #c8c8c8;
    border-radius: 0;
    background: #fff;
    color: #111;
    font-family: "Inter", Arial, sans-serif;
    font-size: 16px;
    line-height: 1;
    padding:12px;
}

.modal-content .form-grid {
  display: block;
 
}

.modal-content .form-row{
    display: flex;
}
.form-col{
    flex:1;
}
.modal-content textarea {
    resize: vertical;
    width: 100%;
    height: 80px;
    padding: 10px;
        border: 1px solid #c8c8c8;
    border-radius: 0;
    background: #fff;
    color: #111;
}

.wpcf7-form-control.wpcf7-submit{
       width: 100%;
    border: 0;
    border-radius: 0px;
    
    background: var(--accent);
    color: #fff;
    font-size: 20px;
    line-height: 1;
}
.legal-hero{
      position:relative;
      padding:120px 0 60px;
      overflow:hidden;
    }
    .legal-hero .grid-bg{
      position:absolute;
      inset:0;
      background-image:
        linear-gradient(var(--line) 1px, transparent 1px),
        linear-gradient(90deg, var(--line) 1px, transparent 1px);
      background-size:40px 40px;
      z-index:0;
    }
    .legal-hero-container{
      position:relative;
      z-index:1;
      text-align:center;
      
    }
    .legal-hero span.kicker{
      display:inline-block;
      color:var(--accent);
      font-weight:600;
      letter-spacing:.04em;
      text-transform:uppercase;
      font-size:16px;
      margin-bottom:14px;
    }
    .legal-hero h1{
      color:var(--ink);
      font-weight:700;
      margin-bottom:14px;
    }
    .legal-hero p{
      color:var(--muted);
      font-size:16px;
    }

    .legal-content-section{
      padding:20px 0 100px;
    }
    .legal-content-wrap{
  
      margin:0 auto;
      background:#fff;
      border:1px solid var(--line);
      border-radius:16px;
      padding:48px;
      
    }
    .legal-content-wrap h2{
      color:var(--primary);
      font-weight:700;
      font-size:22px;
      margin:36px 0 14px;
    }
    .legal-content-wrap h2:first-child{
      margin-top:0;
    }
    .legal-content-wrap h3{
      color:var(--ink);
      font-weight:600;
      font-size:20px;
      margin:20px 0 8px;
    }
    .legal-content-wrap p{
      color:var(--muted);
      font-size:18px;
      line-height:1.75;
      margin-bottom:12px;
    }
    .legal-content-wrap ul{
      color:var(--muted);
      font-size:15.5px;
      line-height:1.75;
      padding-left:20px;
      margin-bottom:14px;
    }
    .legal-content-wrap li{
      margin-bottom:4px;
    }
    .legal-content-wrap a{
      color:var(--accent);
      text-decoration:underline;
    }
    .legal-updated{
      display:inline-block;
      color:var(--muted);
      font-size:14px;
      background:var(--line);
      padding:6px 14px;
      border-radius:999px;
      margin-bottom:8px;
    }
    .legal-notice{
      color:var(--ink);
      font-weight:600;
      font-size:16px;
      background:rgba(160,0,152,.06);
      border-left:3px solid var(--accent);
      padding:16px 18px;
      border-radius:6px;
      margin-bottom:32px;
    }
    .legal-toc{
      background:#f7f8fb;
      border:1px solid var(--line);
      border-radius:12px;
      padding:24px 28px;
      margin-bottom:36px;
    }
    .legal-toc h3{
      margin-top:0;
    }
    .legal-toc ol{
      color:var(--primary);
      font-size:16px;
      line-height:1.9;
      columns:2;
      padding-left:18px;
      margin:0;
    }
    .legal-toc a{
      text-decoration:none;
      color:var(--primary);
    }
    .legal-toc a:hover{
      text-decoration:underline;
    }
    .legal-contact-box{
      margin-top:36px;
      padding:24px 28px;
      background:var(--ink);
      border-radius:12px;
      color:#fff;
    }
    .legal-contact-box h3{
      color:#fff;
      margin-top:0;
    }
    .legal-contact-box p{
      color:rgba(255,255,255,.75);
      margin-bottom:4px;
    }
    .legal-contact-box a{
      color:#fff;
    }
    @media (max-width:640px){
      .legal-content-wrap{padding:28px 20px;}
      .legal-toc ol{columns:1;}
    }

.service-detail-hero{
      position:relative;
      height:340px;
      overflow:hidden;
    }
    .service-detail-hero img{
      width:100%;
      height:100%;
      object-fit:cover;
    }
    .service-detail-breadcrumb{
      padding:18px 0;
      border-bottom:1px solid var(--line);
    }
    .service-detail-breadcrumb .container{
      display:flex;
      align-items:center;
      gap:8px;
      font-size:14px;
      color:var(--muted);
    }
    .service-detail-breadcrumb a{
      color:var(--muted);
      text-decoration:none;
    }
    .service-detail-breadcrumb a:hover{
      color:var(--accent);
    }
    .service-detail-breadcrumb span.current{
      color:var(--ink);
      font-weight:600;
    }

    .service-detail-section{
      padding:48px 0 90px;
    }
    .service-detail-grid{
      display:grid;
      grid-template-columns:2fr 1fr;
      gap:56px;
      align-items:start;
    }

    .service-badge{
      display:inline-flex;
      align-items:center;
      gap:6px;
      background:rgba(47,62,191,.08);
      color:var(--primary);
      font-size:12.5px;
      font-weight:600;
      padding:6px 14px;
      border-radius:999px;
      margin-bottom:18px;
    }
    .service-badge::before{
      content:"";
      width:7px;
      height:7px;
      border-radius:50%;
      background:var(--accent);
      display:inline-block;
    }
    .service-detail-main h1{
      color:var(--ink);
      font-weight:700;
      font-size:36px;
      margin-bottom:14px;
    }
    .service-detail-main > p.lead{
      color:var(--muted);
      font-size:16px;
      line-height:1.7;
      margin-bottom:28px;
      max-width:640px;
    }

    .service-detail-main h2{
      color:var(--primary);
      font-weight:700;
      font-size:21px;
      margin:0 0 12px;
    }
    .service-detail-main h3{
      color:var(--ink);
      font-weight:600;
      font-size:16px;
    }
    .service-detail-main p{
      color:var(--muted);
      font-size:15px;
      line-height:1.75;
    }
    .service-detail-divider{
      border:none;
      border-top:1px solid var(--line);
      margin:34px 0;
    }

    .service-gallery{
      display:grid;
      grid-template-columns:repeat(4, 1fr);
      gap:14px;
      margin:22px 0 8px;
    }
    .service-gallery img{
      width:100%;
      height:140px;
      object-fit:cover;
      border-radius:10px;
    }

    .sessions-table{
      border:1px solid var(--line);
      border-radius:12px;
      overflow:hidden;
      margin-top:18px;
    }
    .session-row{
      display:flex;
      align-items:center;
      justify-content:space-between;
      padding:16px 22px;
      border-bottom:1px solid var(--line);
    }
    .session-row:last-child{
      border-bottom:none;
    }
    .session-row:nth-child(odd){
      background:#f8f9fc;
    }
    .session-day{
      font-weight:600;
      color:var(--ink);
      font-size:14.5px;
      min-width:170px;
    }
    .session-time{
      color:var(--primary);
      font-weight:600;
      font-size:14.5px;
    }
    .session-duration{
      color:var(--muted);
      font-size:13px;
    }
    .session-staff{
      color:var(--muted);
      font-size:13.5px;
    }

    /* Sidebar booking card */
    .service-side-card{
      background:#fff;
      border:1px solid var(--line);
      border-radius:16px;
      padding:28px;
      box-shadow:0 20px 60px rgba(8,8,8,.05);
      position:sticky;
      top:24px;
    }
    .service-side-card h3{
      color:var(--ink);
      font-weight:700;
      font-size:18px;
      margin-bottom:16px;
    }
    .service-meta-tabs{
      display:flex;
      border:1px solid var(--line);
      border-radius:10px;
      overflow:hidden;
      margin-bottom:18px;
    }
    .service-meta-tabs div{
      flex:1;
      text-align:center;
      padding:12px 6px;
      font-size:12.5px;
      color:var(--muted);
      border-right:1px solid var(--line);
    }
    .service-meta-tabs div:last-child{
      border-right:none;
    }
    .service-meta-tabs strong{
      display:block;
      color:var(--ink);
      font-size:14.5px;
      margin-bottom:2px;
    }
    .service-spots{
      font-size:13.5px;
      color:var(--muted);
      margin-bottom:16px;
    }
    .service-spots strong{
      color:var(--accent);
    }
    .service-book-btn{
      display:block;
      width:100%;
      text-align:center;
      background:var(--accent);
      color:#fff;
      font-weight:600;
      padding:14px;
      border-radius:8px;
      text-decoration:none;
      margin-bottom:22px;
    }
    .service-book-btn:hover{
      opacity:.9;
      color:#fff;
    }
    .service-contact-list{
      border-top:1px solid var(--line);
      padding-top:18px;
      margin-top:4px;
    }
    .service-contact-list h4{
      color:var(--ink);
      font-weight:600;
      font-size:14px;
      margin-bottom:10px;
    }
    .service-contact-list p{
      font-size:14px;
      color:var(--muted);
      margin-bottom:6px;
    }
    .service-contact-list a{
      color:var(--muted);
      text-decoration:none;
    }
    .service-contact-list a:hover{
      color:var(--accent);
    }

    @media (max-width:900px){
      .service-detail-grid{ grid-template-columns:1fr; }
      .service-gallery{ grid-template-columns:repeat(2, 1fr); }
      .service-side-card{ position:static; }
    }

.who-card h2 strong {
    color: #b8dfff;
    font-weight: 500;
}

.simple-post-page {
  background: #fff;
}

.simple-post-main {
 
}

.simple-post {
 
  margin: 0 auto;
  color: #111;
  font-size: 17px;
  line-height: 1.65;
}

.simple-post h1 {
  margin: 0 0 4px;
  color: #5667e9;
  font-size: 31px;
  line-height: 1.2;
  font-weight: 400;
}

.simple-post-meta {
  margin: 0 0 8px;
  font-size: 12px;
  color: #111;
}

.simple-post-image {
  display: block;
  width: 100%;
  margin: 10px 0 28px;
}

.simple-post h2 {
  margin: 34px 0 18px;
  color: #5667e9;
  font-size: 24px;
  line-height: 1.25;
  font-weight: 400;
}

.simple-post h3 {
  margin: 26px 0 12px;
  color: #5667e9;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 400;
}

.simple-post p {
  margin: 0 0 18px;
}

.simple-post ul {
  margin: 0 0 0px 0px;
  padding: 0;
  list-style: none;
}

.simple-post li {
  margin-bottom: 10px;
}

.simple-post a {
  color: #343488;
}

@media (max-width: 575.98px) {
  .simple-post-main {
    padding: 104px 0 48px;
  }

  .simple-post h1 {
    font-size: 26px;
  }

  .simple-post h2 {
    font-size: 21px;
  }
}
.simple-post-main.acumatic img{
    width:auto !important;
}
#contact-form{
	scroll-margin-top: 100px;
}
