.hidden {display: none;}
.get-rich {position: relative;}
.get-rich .wp-block-media-text__content .wp-block-heading, .get-rich .wp-block-media-text__content p {margin-top: 10px;margin-bottom: 10px;}
.get-rich .wp-block-media-text__content {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.link-icon {
    position: absolute;
    top: -1px;
    right: 0px;
}
a { text-decoration: none !important; }
.gr-blue-btn a:hover{ border: unset !important; }
.gr-blue-btn a{ border: none !important; }
.gr-blue-btn a:focus,.gr-blue-btn a:focus-visible{ outline: unset !important; }
.primary-navigation > div > .menu-wrapper > li > .sub-menu li { background: #fff !important; }
/*.primary-navigation > div > .menu-wrapper > li > .sub-menu { box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; }*/
figure.overlap-img {
  position: absolute;
  top: -68px;
}
.primary-navigation > div > .menu-wrapper > li > .sub-menu:before,.primary-navigation > div > .menu-wrapper > li > .sub-menu:after {
  background: #fff !important;
  border: none !important;
}
.primary-navigation > div > .menu-wrapper > li > .sub-menu { border: none; }
#primary-menu-list .menu-item-has-children > a::after {
content: "";
display: inline-block;
width: 10px;
height: 10px;
border-right: 2px solid currentColor;
border-bottom: 2px solid currentColor;
transform: rotate(45deg);
margin-left: 1rem;
margin-top: -6px;
transition: transform .18s ease;
flex: 0 0 auto;
vertical-align: middle;
}
.takeaways {
    padding: 10px 15px;
    background-color: #f4f4f4;
    border-left: 4px solid #0f0f0f;
    border-radius: 12px;
    margin: 30px 0;
}
.takeaways h2, .takeaways h3, .takeaways > b,.takeaways > p > b,.takeaways strong {
   font-size: 20px;
}
.takeaways p:empty { display: none !important; }

:root{
    --blue-900:#052351;
    --blue-700:#132E59;
    --accent:#1F61E8;
    --muted:#53498A;
    --text:#0b1220;
    --white:#ffffff;
    --radius:16px;
    --container:1200px;
    --gap:24px;
    --base-font:16px;
  }
  
  *{box-sizing:border-box}
  html,body{height:100%;margin:0;font-family:"Poppins",system-ui,Arial, sans-serif;color:var(--text);font-size:var(--base-font);-webkit-font-smoothing:antialiased}
  .container{max-width: 1170px;margin:0 auto;}
  .sec-head h1, .sec-head h2, .sec-head h3{margin:0 auto 12px;font-weight:700;}
  .sec-head p{margin:0;color:#6b6b7a;}

  /* header */
  #mainheader {background:#fff;position:sticky;top:0;z-index:50;box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;}
  .header-inner{display:flex;align-items:center;justify-content:space-between;padding:16px 0}
  .site-logo{height:40px}
  .main-nav ul{list-style:none;margin:0;padding:0;display:flex;gap:18px}
  .main-nav a{color:var(--text);text-decoration:none;font-weight:500}
  .btn-quote{background:var(--blue-700);color:#fff;padding:10px 18px;border-radius:40px;text-decoration:none;font-weight:600}
  
.btn {
  border: none;
  cursor: pointer;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  transition: all 0.3s;
}
header .custom-logo-link img {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}

header#masthead { padding: 14px 0; }
header .site-branding {
  margin-top: 0;
}
.search-wrap .search-form {
  margin: 30px auto 0;
}
.pt-30 {
  padding-top: 20px;
}

.btn-primary {
  padding: 14px 40px;
  background: #132e59;
  border-radius: 100px;
  color: white;
  font-size: 18px;
}

.btn-primary:hover {
  background: rgba(19, 46, 89, 0.9);
}

.btn-secondary {
  padding: 14.5px 30px;
  width: fit-content;
  background: #d9f0ff !important;
  border-radius: 40px;
  color: black !important;
  font-weight: 500;
  font-size: 16px;
}

.btn-secondary:hover {
  background: rgba(217, 240, 255, 0.9);
}

.hero-section {
  position: relative;
  width: 100%;
  background-size: cover;
  background-position: 0 98%;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 100px;
}
.hero-section .row {
  display: flex;
  flex-wrap: wrap;
}
.hero-section .row > div {
  width: 50%;
}
.hero-content { }
.hero-right {}

.hero-title {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  color: white;
  margin-bottom: 30px;
}

.hero-title-large {
  font-size: 60px;
  line-height: 66px;
}

.hero-title-medium {
  font-size: 50px;
  line-height: 66px;
}

.hero-text {
  max-width: 492px;
  width: 100%;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  color: white;
  font-size: 16px;
  line-height: 1.3em;
  margin-bottom: 20px;
}
.hero-right img {
  width: 100%;
}



.stats-section {
  width: 100%;
  padding: 70px 0;
  position: relative;
}
.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 281px);
  gap: 15px;
}

.stat-card {
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: none;
  border: 0;
  background-size: cover;
  background-position: top center;
}
.stat-card-img {width: 100%;}
.stat-header {
  background: #132e59;
  border-radius: 10px 10px 0 0;
  display: flex;
  align-items: start;
  justify-content: center;
  flex-direction: column;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  color: white;
  font-size: 25px;
  line-height: 0.1px;
  padding: 10px 25px;
}

.stat-content {
  padding: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 197px;
}

.stat-text {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  color: white;
  font-size: 15px;
  line-height: 1.3;
  text-align: center;
}

.stats-images {
  position: relative;
  width: 100%;
  height: 258px;
}

.stat-img {
  position: absolute;
  width: 281px;
  height: 258px;
}

.stat-img-1 {
  left: 135px;
}

.stat-img-2 {
  left: 431px;
}

.stat-img-3 {
  left: 727px;
}

.stat-img-4 {
  left: 1024px;
}

.qa-company-section {
  width: 100%;
  background-size: cover;
  background-position: center;
  padding: 58px 0;
}
.qa-company-content {
  width: 100%;
}

.qa-company-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 133px;
}

.qa-company-text {
  max-width: 475px;
}

.section-title-white {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  color: white;
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 9px;
}

.section-description-white {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  color: white;
  font-size: 18px;
  line-height: 24.3px;
  margin-bottom: 58px;
}

.contact-form-card {
  width: 100%;
  max-width: 417px;
  background: white;
  border-radius: 8px;
  box-shadow: 0px 4px 66px rgba(31, 97, 232, 0.25);
  padding: 37px;
}

.contact-form-card-2 {
  width: 100%;
  max-width: 417px;
  background: white;
  border-radius: 8px;
  box-shadow: 0px 4px 66px rgba(31, 97, 232, 0.25);
  padding: 37px;
  position: absolute;
  top: 29px;
  right: 69px;
}

.form-title {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  color: #1d1068;
  font-size: 24px;
  line-height: 46px;
  white-space: nowrap;
  margin-bottom: 6px;
}

.form-subtitle {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  color: #53498a;
  font-size: 15px;
  line-height: 21.7px;
  white-space: nowrap;
  margin-bottom: 20px;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 17px;
}

.form-input {
  height: 45px;
  background: white;
  border-radius: 5px;
  border: 1px solid #eaeaea;
  padding: 0 16px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  color: #53498a;
  font-size: 14px;
  outline: none;
}

.form-input::placeholder {
  color: #53498a;
  opacity: 0.7;
}

.phone-input-wrapper {
  position: relative;
  height: 45px;
  background: white;
  border-radius: 5px;
  border: 1px solid #eaeaea;
}

.phone-flag {
  position: absolute;
  top: 14px;
  left: 20px;
  width: 24px;
  height: 17px;
  border-radius: 2px;
  object-fit: cover;
}

.phone-code {
  position: absolute;
  top: 14px;
  left: 48px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  color: #1d1068;
  font-size: 14px;
}

.phone-dropdown {
  position: absolute;
  top: 22px;
  left: 76px;
  width: 6px;
  height: 4px;
}

.phone-input {
  height: 100%;
  padding-left: 92px;
  border: 0;
}

.form-textarea {
  height: 79px;
  background: white;
  border-radius: 5px;
  border: 1px solid #eaeaea;
  padding: 12px 16px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  color: #53498a;
  font-size: 14px;
  resize: none;
  outline: none;
}

.form-textarea::placeholder {
  color: #53498a;
  opacity: 0.7;
}

.btn-form-submit {
  width: 100%;
  padding: 14px 40px;
  background: #1f61e8;
  border-radius: 100px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  color: white;
  font-size: 18px;
}

.btn-form-submit:hover {
  background: rgba(31, 97, 232, 0.9);
}

.why-choose-section {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.section-title {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  color: #182f52;
  font-size: 45px;
  line-height: 1.4;
  margin-bottom: 42px;
}

.section-description {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  color: #182f52;
  font-size: 16px;
  line-height: 17px;
  margin-bottom: 56px;
}

.why-choose-container {
  width: 100%;
  max-width: 1172px;
  background: #182f52;
  border-radius: 30px;
  padding: 40px;
}

.why-choose-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 33px;
}

.why-choose-card {
  background: white;
  border-radius: 26px;
  padding: 36px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.why-choose-icon {
  width: 45px;
  height: 45px;
  margin-bottom: 12px;
}

.why-choose-title {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  color: #182f52;
  font-size: 20px;
  line-height: 17px;
  text-align: center;
  margin-bottom: 25px;
}

.why-choose-text {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  color: black;
  font-size: 16px;
  text-align: center;
  line-height: 20px;
}

.partners-section {
  width: 100%;
  max-width: 1440px;
  padding: 81px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.partners-container {
  width: 100%;
  max-width: 1174px;
  position: relative;
}

.partners-image {
  width: 100%;
  height: 234px;
  object-fit: cover;
}

.partners-rating {
  position: absolute;
  top: 140px;
  left: 114px;
  display: flex;
  align-items: center;
  gap: 4px;
}

.rating-text {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  color: black;
  font-size: 12px;
  opacity: 0.5;
}

.cta-section {
  width: 100%;
  max-width: 1172px;
  margin: 0 auto;
}

.cta-section-2,
.cta-section-3 {
  width: 100%;
  padding: 81px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cta-section-3 {padding: 0;}
.cta-container {
  position: relative;
  background: #132e59;
  border-radius: 30px;
  overflow: hidden;
  height: 408px;
}

.cta-container-2 {
  position: relative;
  background: #132e59;
  border-radius: 30px;
  overflow: hidden;
  height: 557px;
  width: 100%;
}

.cta-bg-circles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.cta-circle {
  position: absolute;
  background: #d9d9d9;
  border-radius: 50%;
}

.cta-circle-1 {
  top: -85px;
  left: -77px;
  width: 170px;
  height: 170px;
  opacity: 0.2;
}

.cta-circle-2 {
  top: -16px;
  left: 689px;
  width: 360px;
  height: 360px;
  opacity: 0.5;
}

.cta-circle-3 {
  top: 63px;
  left: 812px;
  width: 360px;
  height: 360px;
  opacity: 0.2;
}

.cta-circle-4 {
  top: 169px;
  left: 937px;
  width: 360px;
  height: 360px;
  opacity: 0.2;
}

.cta-content {
  position: relative;
  padding-top: 69px;
  padding-left: 62px;
}

.cta-content-2 {
  position: relative;
  padding-top: 136px;
  padding-left: 62px;
}

.cta-title {
  width: 476px;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  color: white;
  font-size: 35px;
  line-height: 43.8px;
  margin-bottom: 13px;
}

.cta-subtitle {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  color: white;
  font-size: 25px;
  line-height: 43.8px;
  white-space: nowrap;
  margin-bottom: 17px;
}

.cta-text {
  width: 480px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  color: white;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 18px;
}

.btn-cta {
  width: 223px;
  padding: 19.5px 0;
  background: #d9f0ff !important;
  border-radius: 30px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  color: #000 !important;
  font-size: 18px;
  line-height: 20px;
}

.btn-cta:hover {
  background: rgba(217, 240, 255, 0.9);
}

.services-section {
  width: 100%;
  max-width: 1440px;
  padding: 81px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.services-grid {
  width: 100%;
  max-width: 1172px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 11px;
  row-gap: 107px;
}

.service-item {
  display: flex;
  flex-direction: column;
}

.service-header {
  height: 79px;
  background: #132e59;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: -18px;
  z-index: 1;
  position: relative;
}

.service-title {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  color: white;
  font-size: 18px;
  line-height: 17px;
  text-align: center;
  padding: 0 16px;
}

.service-card {
  background: white;
  border-radius: 30px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
  padding: 31px;
}

.service-description {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  color: black;
  font-size: 13px;
  line-height: 17px;
  text-align: center;
  margin-bottom: 15px;
}

.service-features {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.service-feature {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.service-bullet {
  width: 6px;
  height: 6px;
  background: black;
  border-radius: 3px;
  margin-top: 7.5px;
  flex-shrink: 0;
}

.service-feature-text {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  color: black;
  font-size: 10px;
  line-height: 17px;
}

.applications-section {
  width: 100%;
  max-width: 1440px;
  padding: 81px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.applications-grid {
  width: 100%;
  max-width: 1172px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 11px;
  row-gap: 11px;
}

.application-card {
  background: #132e59;
  border-radius: 30px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.application-icon {
  width: 45px;
  height: 45px;
  margin-bottom: 6px;
}

.application-title {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  color: white;
  font-size: 22px;
  line-height: 27.5px;
  text-align: center;
  margin-bottom: 24px;
  white-space: nowrap;
}

.application-text {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  color: white;
  font-size: 18px;
  text-align: center;
  line-height: 27.5px;
}

.tools-section {
  width: 100%;
  max-width: 1440px;
  padding: 81px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.tools-tabs {
  width: 100%;
  max-width: 1172px;
}

.tabs-header {
  width: 100%;
  height: 54px;
  display: flex;
  gap: 40px;
  margin-bottom: 83px;
}

.tab-btn {
  flex: 1;
  height: 100%;
  background: #d9f0ff;
  border: none;
  cursor: pointer;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  color: #182f52;
  font-size: 22px;
  line-height: 17px;
  transition: all 0.3s;
}

.tab-btn.active {
  background: #182f52;
  color: white;
}

.tab-btn:hover {
  opacity: 0.9;
}

.tabs-content {
  width: 100%;
}

.tab-panel {
  display: none;
}

.tab-panel.active {
  display: block;
}

.tools-content {
  background: #132e59;
  border-radius: 19px;
  padding: 31px;
  display: flex;
  gap: 44px;
}

.tools-text {
  flex: 1;
}

.tools-title {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  color: white;
  font-size: 35px;
  line-height: 17px;
  margin-bottom: 35px;
}

.tools-description {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  color: white;
  font-size: 16px;
  line-height: 23px;
  margin-bottom: 32px;
}

.tools-subtitle {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  color: white;
  font-size: 35px;
  line-height: 17px;
  margin-bottom: 34px;
}

.tools-description-sm {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  color: white;
  font-size: 16px;
  line-height: 23px;
  margin-bottom: 16px;
}

.tools-list {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  color: white;
  font-size: 14px;
  line-height: 19px;
}

.tools-grid-container {
  width: 668px;
  background: white;
  border-radius: 19px;
  padding: 58px;
}

.tools-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 17px;
  row-gap: 85px;
}

.tool-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}

.tool-logo {
  width: 45px;
  height: 45px;
  object-fit: contain;
}

.tool-name {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  color: black;
  font-size: 16px;
  line-height: 17px;
  text-align: center;
}

.tools-divider {
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
  margin-top: 46px;
}

.tools-placeholder {
  background: #132e59;
  border-radius: 19px;
  padding: 31px;
}

.tools-placeholder p {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  color: white;
  font-size: 16px;
}

.collaboration-section {
  width: 100%;
  max-width: 1440px;
  padding: 81px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.collaboration-grid {
  width: 100%;
  max-width: 1172px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}

.collaboration-card {
  padding: 17px;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 305px;
}

.collaboration-card-white {
  background: white;
  border: 1px solid #132e59;
}

.collaboration-card-blue {
  background: #174991;
}

.collaboration-icon-wrapper {
  position: relative;
  width: 60px;
  height: 51px;
  margin-bottom: 4px;
}

.collaboration-ellipse {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-image: url('public/ellipse-51718.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.collaboration-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 45px;
  height: 45px;
}

.collaboration-title {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  color: #132e59;
  font-size: 22px;
  text-align: center;
  line-height: 32.5px;
  margin-bottom: 6px;
}

.collaboration-title-white {
  color: white;
}

.collaboration-ideal {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  color: #132e59;
  font-size: 16px;
  text-align: center;
  line-height: 16px;
  margin-bottom: 11px;
}

.collaboration-ideal-white {
  color: white;
}

.collaboration-text {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  color: #132e59;
  font-size: 14px;
  text-align: center;
  line-height: 16px;
}

.collaboration-text-white {
  color: white;
}

.bold {
  font-weight: 700;
}

.comprehensive-section {
  width: 100%;
  max-width: 1440px;
  padding: 81px 0;
  background: #132e59;
}

.comprehensive-container {
  width: 100%;
  max-width: 1172px;
  margin: 0 auto;
  position: relative;
}

.comprehensive-bg {
  position: absolute;
  top: -53px;
  left: 50%;
  transform: translateX(-50%);
  width: 1172px;
  height: 533px;
  background: #132e59;
  border-radius: 59px;
}

.comprehensive-content {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.comprehensive-description {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  color: white;
  font-size: 16px;
  text-align: center;
  line-height: 17px;
  margin-bottom: 56px;
}

.comprehensive-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}

.comprehensive-card {
  background: white;
  border-radius: 20px;
  padding: 37px;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 221px;
}

.comprehensive-icon {
  width: 66px;
  height: 29px;
  margin-bottom: 7px;
}

.comprehensive-title {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  color: #132e59;
  font-size: 22px;
  text-align: center;
  line-height: 17px;
  margin-bottom: 20px;
}

.comprehensive-text {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  color: black;
  font-size: 16px;
  text-align: center;
  line-height: 17px;
}

.industries-section {
  width: 100%;
  padding: 80px 0;
}

.industries-grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 15px;
  row-gap: 16px;
}

.industry-item {
  position: relative;
  width: 380px;
  height: 371px;
}

.industry-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.industry-label {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 242px;
  height: 59px;
  background: #132e59;
  border-radius: 0 30px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.industry-label-text {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  color: white;
  font-size: 18px;
  text-align: center;
  line-height: 16px;
}

.faq-section {
  width: 100%;
  padding: 81px 0;
}

.faq-title {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 45px;
  line-height: 1.4;
}

.faq-title-black {
  color: black;
}

.faq-title-blue {
  color: #132e59;
}

.faq-container {
  width: 100%;
  max-width: 629px;
  margin: 0 auto;
}

.faq-item {
  background: white;
  border: 1px solid #153d78;
  border-radius: 20px;
  padding: 0 20px;
  margin-bottom: 10px;
}

.faq-item.active {
  background: #153d78;
  border: none;
}

.faq-question {
  width: 100%;
  background: none;
  border: none;
  padding: 21px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  color: #153d78;
  font-size: 18px;
  text-align: center;
  line-height: 25px;
}

.faq-item.active .faq-question {
  color: white;
}

.faq-icon {
  width: 12px;
  height: 8px;
  transition: transform 0.3s;
}

.faq-item.active .faq-icon {
  transform: rotate(180deg);
}

.faq-answer {
  display: none;
  padding-bottom: 21px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  color: white;
  font-size: 16px;
  line-height: 25px;
}

.faq-item.active .faq-answer {
  display: block;
}



/*************************************/
/*************************************/


.feature-item {
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  color: white;
  font-size: 20px;
}

.divider {
  width: 2px;
  height: 28px;
}

.hero-description {
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  color: white;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 88px;
}

.hero-image {
  width: 668px;
  height: 652px;
  position: absolute;
  right: 0;
  top: 18px;
}

.wave-decoration {
  position: absolute;
  bottom: 0;
  left: 1px;
  width: 1439px;
  height: 164px;
}

.stats-section {
  padding: 94px 135px;
}

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

.stat-card {
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.stat-image {
  width: 100%;
  height: 346px;
  object-fit: cover;
}

.stat-info {
  background: #132e59;
  border-radius: 10px 10px 0 0;
  padding: 20px 24px;
}

.stat-content {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Poppins', sans-serif;
  color: white;
  font-size: 30px;
  line-height: 17px;
}

.stat-value {
  font-weight: 600;
}

.stat-label {
  font-size: 15px;
  margin-left: 8px;
}

.trusted-section {
  position: relative;
}

.trusted-background {
  width: 100%;
  height: 639px;
  object-fit: cover;
}

.trusted-content {
  position: absolute;
  top: 58px;
  left: 133px;
  max-width: 475px;
}

.trusted-title {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  color: white;
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 9px;
}

.trusted-description {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  color: white;
  font-size: 18px;
  line-height: 24.3px;
  margin-bottom: 79px;
}

.enquiry-card {
  position: absolute;
  top: 58px;
  right: 133px;
  width: 417px;
  background: white;
  border-radius: 20px;
  box-shadow: 0px 4px 66px rgba(31, 97, 232, 0.25);
  padding: 37px;
}

.enquiry-title {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  color: #1d1068;
  font-size: 24px;
  line-height: 46px;
  margin-bottom: 16px;
}

.enquiry-subtitle {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  color: #53498a;
  font-size: 15px;
  line-height: 21.7px;
  margin-bottom: 30px;
}

.enquiry-form {
  display: flex;
  flex-direction: column;
  gap: 17px;
}

.form-input,
.form-textarea {
  height: 45px;
  border-radius: 5px;
  border: 1px solid #eaeaea;
  padding: 0 20px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  color: #53498a;
  font-size: 14px;
}

.form-input::placeholder,
.form-textarea::placeholder {
  color: #53498a;
}

.phone-input {
  display: flex;
  align-items: center;
  gap: 8px;
  height: 45px;
  background: white;
  border-radius: 5px;
  border: 1px solid #eaeaea;
  padding: 0 20px;
}

.flag-icon {
  width: 24px;
  height: 17px;
  border-radius: 2px;
  object-fit: cover;
}

.country-code {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  color: #1d1068;
  font-size: 14px;
}

.dropdown-icon {
  width: 6px;
  height: 4px;
}

.phone-field {
  flex: 1;
  border: none;
  outline: none;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  color: #53498a;
  font-size: 14px;
}

.phone-field::placeholder {
  color: #53498a;
}

.form-textarea {
  height: 79px;
  padding: 12px 20px;
  resize: none;
}

.ai-solutions-section {
  background: #174991;
  padding: 59px 133px;
}

.section-title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  color: white;
  font-size: 45px;
  text-align: center;
  margin-bottom: 42px;
}

.section-subtitle {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  color: white;
  font-size: 16px;
  text-align: center;
  margin-bottom: 79px;
}

.solutions-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 17px;
}

.solution-card {
  background: rgba(255, 255, 255, 0.29);
  border-radius: 20px;
  border: 2px solid rgb(255,255,255,0.5);
  box-shadow: inset 0px 0px 16px rgba(0, 0, 0, 0.5);
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.solution-icon {
  width: 45px;
  height: 45px;
  margin-bottom: 14px;
}

.solution-title {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  color: white;
  font-size: 18px;
  line-height: 22.5px;
  margin-bottom: 13px;
}

.solution-description {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  color: white;
  font-size: 14px;
  line-height: 20px;
}

.cta-section-1 {
  padding: 105px 133px;
  position: relative;
}

.cta-container {
  background: #132e59;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  height: 408px;
}

.cta-background-circles {
  position: absolute;
  inset: 0;
}

.circle {
  position: absolute;
  border-radius: 50%;
  background: #d9d9d9;
}

.circle-1 {
  width: 170px;
  height: 170px;
  top: -85px;
  left: -77px;
  opacity: 0.2;
}

.circle-2 {
  width: 360px;
  height: 360px;
  top: -16px;
  left: 689px;
  opacity: 0.5;
}

.circle-3 {
  width: 360px;
  height: 360px;
  top: 63px;
  left: 812px;
  opacity: 0.2;
}

.circle-4 {
  width: 360px;
  height: 360px;
  top: 169px;
  left: 937px;
  opacity: 0.2;
}

.cta-content {
  position: relative;
  z-index: 10;
  padding: 69px 62px;
}

.cta-title {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  color: white;
  font-size: 35px;
  line-height: 43.8px;
  max-width: 476px;
  margin-bottom: 13px;
}

.cta-subtitle {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  color: white;
  font-size: 25px;
  line-height: 43.8px;
  margin-bottom: 17px;
}

.cta-description {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  color: white;
  font-size: 16px;
  line-height: 20px;
  max-width: 480px;
  margin-bottom: 18px;
}

.cta-image {
    position: absolute;
    top: 30px;
    right: 72px;
    width: 50%;
    height: 482px;
}

.process-section,
.industries-section,
.comparison-section,
.faq-section {
  padding: 80px 0;
}

.section-title {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  color: #132e59;
  font-size: 45px;
  text-align: center;
  margin-bottom: 39px;
}

.section-description {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  color: black;
  font-size: 16px;
  text-align: center;
  line-height: 20px;
}

.work-steps-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 11px;
}

.work-step-card {
  border-radius: 30px;
  border: 1px solid #1d1068;
  background: white;
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.work-step-card.highlighted {
  background: rgba(85, 191, 255, 0.2);
}

.work-step-icon {
  width: 35px;
  height: 35px;
  margin-bottom: 15px;
}

.work-step-title {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  color: black;
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 17px;
}

.work-step-description {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  color: black;
  font-size: 14px;
  line-height: 20px;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}

.process-card {
  background: #132e59;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
}

.process-card-content {
  flex: 1;
  padding: 47px;
}

.process-card-title {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  color: white;
  font-size: 22px;
  line-height: 27.5px;
  margin-bottom: 7px;
}

.process-card-description {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  color: white;
  font-size: 16px;
  line-height: 20px;
}

.process-card-image {
  width: 257px;
  height: 230px;
  border-radius: 128.5px 20px 20px 128.5px;
  object-fit: cover;
}

.testing-solutions-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  margin-bottom: 71px;
}

.testing-solution-card {
  border-radius: 56px 0px 56px 56px;
  padding: 57px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.testing-solution-card.primary {
  background: #132e59;
}

.testing-solution-card:not(.primary) {
  background: white;
  border: 3px solid #132e59;
}

.testing-solution-title {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 20px;
  margin-bottom: 9px;
}

.testing-solution-card.primary .testing-solution-title {
  color: white;
}

.testing-solution-card:not(.primary) .testing-solution-title {
  color: #132e59;
}

.testing-solution-description {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
}

.testing-solution-card.primary .testing-solution-description {
  color: white;
}

.testing-solution-card:not(.primary) .testing-solution-description {
  color: #132e59;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 13px;
}

.pagination-dots {
  width: 261px;
  height: 13px;
}

.pagination-arrows {
  display: flex;
  gap: 8px;
}

.arrow {
  width: 20px;
  height: 15px;
  cursor: pointer;
}

.industries-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}

.industry-card {
  border-radius: 30px;
  overflow: hidden;
  position: relative;
}

.industry-image {
  width: 100%;
  height: 371px;
  object-fit: cover;
}

.industry-label {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 242px;
  height: 59px;
  background: rgba(19, 46, 89, 0.72);
  border-radius: 0px 30px 0px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  color: white;
  font-size: 18px;
  text-align: center;
}

.section-title-large {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  color: #132e59;
  font-size: 45px;
  line-height: 56.2px;
  text-align: center;
  max-width: 999px;
  margin: 0 auto 18px;
}

.section-subtitle-small {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  color: black;
  font-size: 16px;
  text-align: center;
  margin-bottom: 50px;
}

.why-choose-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  margin-bottom: 15px;
}

.why-choose-card {
  border-radius: 30px;
  border: 2px solid #132e59;
  padding: 24px;
  background: white;
}

.icon-box {
  width: 74px;
  height: 63px;
  background: #132e59;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

.card-icon {
  width: 45px;
  height: 45px;
}

.card-title {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  color: #132e59;
  font-size: 22px;
  line-height: 27.5px;
  margin-bottom: 13px;
}

.card-description {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  color: black;
  font-size: 14px;
  line-height: 20px;
}

.frameworks-card {
  position: relative;
  overflow: hidden;
}

.framework-badges {
  display: flex;
  flex-direction: column;
  gap: 13px;
  margin-bottom: 16px;
  position: relative;
  z-index: 2;
}

.framework-badge {
  width: 177px;
  height: 56px;
  background: #bbe6ff;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  color: black;
  font-size: 14px;
}

.icon-box-bottom {
  position: absolute;
  bottom: 24px;
  right: 24px;
  width: 74px;
  height: 63px;
  background: #132e59;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.frameworks-background {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.process-transparent-card {
  border-radius: 30px;
  border: 2px solid #132e59;
  padding: 24px;
  display: flex;
  gap: 24px;
  background: white;
}

.card-content-wide {
  flex: 1;
}

.process-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  margin-top: 14px;
}

.process-badge {
  height: 56px;
  background: #bbe6ff;
  border-radius: 30px;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  color: black;
  font-size: 14px;
  white-space: nowrap;
}

.comparison-table {
  background: #f4f4f4;
  border: 1px solid black;
}

.comparison-header {
  display: grid;
  grid-template-columns: 1fr 324px 324px;
  background: white;
  border: 1px solid #132e59;
}

.comparison-row {
  display: grid;
  grid-template-columns: 1fr 324px 324px;
  background: white;
  border: 1px solid #132e59;
  margin-top: 16px;
}

.comparison-cell {
  padding: 16px;
  display: flex;
  align-items: center;
}

.comparison-cell.header-cell {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  color: black;
  font-size: 22px;
  text-align: center;
}
.banner-sec .wp-block-cover {
  background: #fff !important;
}
.hm-stack .wp-block-cover { 
  margin-top: 0 !important;
}
.comparison-cell.centered {
  justify-content: center;
  border-left: 1px solid #132e59;
}
.hm-stack .radius-30 {
  border-radius: 30px 30px 0 0;
}
.comparison-cell:not(.header-cell) {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  color: black;
  font-size: 22px;
  text-align: center;
}
.home-testing .wp-block-media-text {
  margin: 0 !important;
}
.solution-logo {
  width: 123px;
  height: 35px;
}
.home-table tbody tr:nth-child(even) td {
  background: #f4f4f4;
}
.home-table td {
    font-size: 16px;
}
.check-icon {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.check-icon.success {
  background: #52a9fa;
  opacity: 0.75;
}

.check-icon.success::after {
  content: '✓';
  color: white;
  font-size: 24px;
  font-weight: bold;
}

.check-icon.success-primary {
  background: #0080f7;
  opacity: 0.68;
}

.check-icon.success-primary::after {
  content: '✓';
  color: white;
  font-size: 24px;
  font-weight: bold;
}

.check-icon.error {
  background: #ffaaaf;
}

.check-icon.error::after {
  content: '✕';
  color: white;
  font-size: 20px;
  font-weight: bold;
}

.cta-section-2 {
  padding: 80px 0;
}

.cta-container-2 {
  background: #132e59;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  height: 557px;
}

.cta-content-2 {
  position: relative;
  z-index: 10;
  padding: 136px 62px;
}

.enquiry-card-2 {
  position: absolute;
  top: 29px;
  right: 62px;
  width: 417px;
  background: white;
  border-radius: 20px;
  box-shadow: 0px 4px 66px rgba(31, 97, 232, 0.25);
  padding: 37px;
  z-index: 11;
}

.faq-section {
  padding: 94px 133px;
}

.faq-title {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 45px;
  line-height: 56.2px;
  text-align: center;
  margin-bottom: 88px;
  color: black;
}

.faq-title-highlight {
  color: #132e59;
}

.faq-container {
  max-width: 629px;
  margin: 0 auto;
}

.faq-item {
  border-radius: 20px;
  margin-bottom: 10px;
  overflow: hidden;
}

.faq-item:not(.active) {
  background: white;
  border: 1px solid #153d78;
}

.faq-item.active {
  background: #153d78;
}

.faq-question {
  width: 100%;
  padding: 20px 24px;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  color: #153D78;
  text-align: center;
  border: none;
  background: transparent !important;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.faq-item:not(.active) .faq-question {
  color: #153d78 !important;
  outline: none;
}

.faq-item.active .faq-question {
  color: white !important;
  outline: none;
}
.faq-item.active .faq-icon {
  transform: rotate(180deg);
}
.faq-item.active .faq-icon path {
  color: #fff !important;
  fill: #fff !important;
}

.faq-icon {
  font-size: 24px;
  font-weight: 300;
}

.faq-answer {
  padding: 0 24px 20px;
  display: none;
}

.faq-item.active .faq-answer {
  display: block;
}

.faq-answer p {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  color: white;
  font-size: 16px;
  line-height: 25px;
}
/* home solution slider */
.solution-slides .slick-dots {
  display: flex !important;
  justify-content: center;
  gap: 6px;
  position: absolute;
  bottom: -50px;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.solution-slides .slick-dots li button {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  padding: 0;
  background: #132E59;
  border: none;
  font-size: 0;
}
.solution-slides .slick-dots li.slick-active button {
  opacity: 1;
}
.solution-slides .slick-dots li.slick-active button:before {
  background-color: #fff;
  border: 1px solid #132E59;
}
.solution-slides .slick-dots li button:before {
  background-color: #132E59;
}
.solution-slides button.slick-prev:focus,.solution-slides button.slick-next:focus {
  outline: unset;
}
.solution-slides button.slick-prev,
.solution-slides button.slick-next {
  background: #132E59 !important;
  border: none !important;
  border-radius: 6px !important;
  width: 38px !important;
  height: 38px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  position: absolute !important;
  bottom: -80px !important;
  transform: translateY(-50%) !important;
  z-index: 5 !important;
  cursor: pointer;
  padding: 0 !important;
}
.solution-slides button.slick-prev span,
.solution-slides button.slick-next span {
  color: #fff !important;
  font-size: 33px !important;
  line-height: 1 !important;
  margin-top: -12px;
}
.solution-slides button.slick-prev {
  right: 60px !important;
  left: auto !important;
}
.solution-slides button.slick-next {
  right: 15px !important;
}
.solution-slides button.slick-prev:hover,
.solution-slides button.slick-next:hover {
  background: #0d2241 !important;
}
.solution-slides .slick-list {
  margin: 0 -12px; 
}
.solution-slides .slick-slide {
  padding: 0 12px; 
}
.solution-slides .slick-slide .corner-shape-outline:hover {
  background: #132E59 !important;
}
.solution-slides .slick-slide .corner-shape-outline:hover h3,.solution-slides .slick-slide .corner-shape-outline:hover p {
  color: #fff !important;
}
.solution-slides .slick-track {
  display: flex !important;
}
.solution-slides .slick-slide,
.solution-slides .slick-slide > div,
.solution-slides .wp-block-columns {
  height: 100% !important;
}
.solution-slides .slick-slide.slick-active {
  height: auto !important;
}
.get-rich p {
  margin-left: 0;
}
.get-rich-inner {
  gap: 20px;
}
.cs-faq .wp-block-details:hover ,.cs-faq .wp-block-details[open]{
  background: #153D78 !important;
}
.cs-faq .wp-block-details:hover p,.cs-faq .wp-block-details:hover strong,.cs-faq details:hover summary::marker ,.cs-faq .wp-block-details[open] p,.cs-faq .wp-block-details[open] strong,.cs-faq .wp-block-details[open] summary::marker {
  color: #fff !important;
}
.get-rich-inner p a {
  text-decoration: none;
}
.get-rich-inner h3 {
  margin-left: 0 !important;
  padding-top: 0px !important;
}
header #site-navigation #primary-menu-list > li:last-child > a:hover,
header #site-navigation #primary-menu-list > li:last-child > a:focus {
    background: #132E59 !important;
}





@media (max-width: 1024px) {
  .primary-navigation > div > .menu-wrapper {
    justify-content: flex-end;
    align-items: center;
}
#primary-menu-list {
    gap: 6px;
}
#primary-menu-list > li > a {
    font-size: 16px;
    padding: 0 10px;
}

.site-branding {
  width: 20%;
}
header#masthead {
    display: flex;
    align-items: center !important;
    margin: 0 auto;
    justify-content: space-between !important;

}
}
@media (max-width: 825px) {
  #primary-menu-list > li > a {
    font-size: 14px;
    padding: 0 6px;
}
#site-navigation #primary-menu-list > li:last-child a {
    font-size: 13px;
    padding: 10px 12px;
}
}

@media (max-width: 768px) {
footer .fwidget-grid > section::before {
  display: none;
}
.takeaways h2, .takeaways h3, .takeaways > b,.takeaways > p > b,.takeaways strong {
      font-size: 18px;
}
.card-wrap {
  justify-content: center;
}
.rich-icon figure {
  margin-left: 0 !important;
  text-align: left;
}
.rich-icon {
  margin-bottom: 0 !important;
}
.home-table td img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}
.home-table td {
  font-size: 13px;
}
.home-table th {
  font-size: 18px;
}
.get-rich-inner {
  gap: 0;
}
}

@media (max-width: 640px) {
  #primary-menu-list > li > a {
    font-size: 12px;
    padding: 0 3px;
}
}

@media (max-width: 480px) {
  .banner-sec .wp-block-cover img {
    display: none;
  }
  .py-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }
  .banner-sec .wp-block-cover{
      background: #052351 !important;
  }
  .banner-sec .wp-block-button a {
      padding: 5px !important;
  }
  .get-in-group .get-rich {
    margin-top: 16px !important;
  }
  .hm-stack .wp-block-column, .hm-stack .wp-block-column .wp-block-cover,.qa-cta-form .wp-block-column, .banner-sec .wp-block-column,.banner-sec .wp-block-cover__inner-container,.home-cta-2 .wp-block-cover__inner-container,.product-cta .wp-block-column,.home-blog {
      margin-bottom: 0 !important;
  }
  .hm-stack .wp-block-group {
      align-items: center;
      padding: 10px !important;
  }
  .hm-stack {
      gap: 20px;
  }
  .hm-stack .wp-block-cover {
    min-height: 250px !important;
  }
  .hm-stack .wp-block-column > h3 {
    font-size: 24px !important;
  }
  .site-header {
      align-items: center !important;
      justify-content: space-between !important;
  }
  .home-cta,.home-cta-2,.home-cta-3 {
    padding: 0 !important;
 }
 .home-smart-sec {
    padding: 30px 20px 40px !important;
 }
  .get-in-group .wp-block-columns.gap-40 {
     padding-top: 12px !important;
  }
  .banner-sec .wp-block-cover {
      padding-bottom: 0;
  }
  .site-header #primary-menu-list,.qa-cta-form .wp-block-columns,.product-cta .wp-block-columns,.home-blog .card-wrap,.get-in-group .wp-block-group {
      gap: 0px !important;
  }
  .site-header .primary-menu-container,.menu-button-container {
      background: #fff !important;
  }
  .site-header .dropdown-icon {
      font-size: 20px;
  }
 .site-header .primary-menu-container {
    padding: 15px 0 !important;
    margin-top: 60px !important;
}
  .site-header #primary-menu-list li a {
      color: #132E59;
      font-size: 16px;
      padding: 12px 0;
  }
  .site-header #site-navigation #primary-menu-list > li:last-child a {
      margin-top: 20px;
  }
  .site-header .primary-navigation > div > .menu-wrapper li {
      border-bottom: 1px solid #c4c4c4;
      padding: 0 16px;
  }
  .site-header #site-navigation #primary-menu-list > li:last-child {
      border-bottom: unset;
  }
  .site-header .menu-button-container button {
      margin-right: 0 !important;
  }
  header#masthead {
      max-width: 90%;
      margin:0px;
  }

  .site-header.has-logo.has-title-and-tagline.has-menu .site-branding {
      max-width: 100%;
      width: 50%;
      z-index: 42;
  }
  .faq-sec {
    margin-bottom: 10px;
  } 
  .qa-industry {
    padding-top: 75px !important;
  }
  header .site-logo .custom-logo,.get-in-group .wp-block-columns {
      max-width: 100%;
      width: 100%;
  }
  .menu-button-container {
padding-top: 20px !important;
  }
  .cta-3-form > div {
    padding: 20px !important;
  }
  .cta-3-form h2,.blog-h,.cta-info h2,.home-cta-3 h2,.get-in-group h2 {
      font-size: 24px !important;
  }
  .dev-experience {
    padding: 25px 0;
  }
  .banner-sec h1,.qa-cta-form h2 {
      padding-bottom: 0 !important;
  }
  .home-smart-sec h2 {
    padding-bottom: 10px !important;
  }
  .cta-info,.qa-industry,.product-cta {
    padding: 0 14px;
  }
  .cta-info h4 {
    font-size: 20px !important;
  }
  .home-table {
    padding-top: 10px !important;
  }
  .qa-grid {
    padding: 0 20px;
  }
  .qa-cta-form .wp-block-cover__inner-container {
      margin-bottom: 38px;
  }
  .qa-why-choose {
    padding-bottom: 35px;
  }
  .home-smart-sec .container {
    padding: 0 10px;
  }
  .mob-flex-col {
    flex-direction: column;
  }
  .mob-flex-col > div {
      padding: 0 !important;
  }
  .qa-cta-form,.home-smart-sec {
      margin-bottom: 45px;
  }
  .card-wrap img {
    width: 40px;
  }
  .menu-button-container button:focus {
    outline: none !important;
  }
  .site-header #site-navigation #primary-menu-list > li:last-child a,.home-cta-2 h2, .home-cta-2 p,.home-cta-3 h2, .home-cta-3 p,.get-text-cn ,.banner-sec h1, .banner-sec p,.qa-cta-form h2,.qa-cta-form p,.cta-info h4,.qa-grid .wp-block-media-text__content,.qa-why-choose h2 {
    text-align: center;
  }
  .home-cta-2 a {
    font-size: 14px !important;
    padding: 10px !important;
    margin-top: 20px;
  }
  .solution-slides .slick-slide > div {
    margin-left: 0 !important;
  }
  .solution-slides button.slick-prev {
      left: 30% !important;
  }
  .solution-slides button.slick-next {
      right: 30% !important;
  }
  }

@media (max-width:768px){
	.product-cta h3{
		font-size:22px !important;
		text-align:center ;
		
	}
	
}
@media (max-width: 768px) {
    .home-smart-sec .container {
        padding: 0 10px !important;
    }
	.about-values .our-b-inner   .grid-p-h{
		text-align: center !important;
	}
	.about-values .our-b-inner {
		padding-left:0px !important;
		padding-right:0px !important;
	}
	.about-values.container .cta-container{
		width:100% !important;
	}
	.cs-card-box{
		padding-bottom: 10px !important;
	}
	.bg-cta .wp-block-cover__inner-container {
       
        width: 80% !important;
    }
	.ab-banner  .hero-button{
		width:80% !important;
	}
	
	
	
	.mobile-header-btn a.btn-mobile {
    position: relative;
    padding: 7px 16px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    color: #fff;
    background-color: #132E59;
    border-radius: 28px;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: right !important;
    z-index: 4;}
}
.site-header .primary-navigation > div > .menu-wrapper li:last-child {
    border-bottom: none;
}
.single-post-content ul {
  padding-left: 18px;
  margin-top: 1.5em;
  margin-bottom: 1.5em;}
@media (max-width: 1024px) {

  .primary-navigation .sub-menu {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease;
  }

  /* OPEN STATE */
  .primary-navigation .sub-menu-toggle[aria-expanded="true"] + .sub-menu {
    max-height: 500px;
  }

  /* CLOSE STATE (IMPORTANT) */
  .primary-navigation .sub-menu-toggle[aria-expanded="false"] + .sub-menu {
    max-height: 0;
  }
}






