#masthead {padding: 0;}
/* #site-navigation #primary-menu-list > li:last-child a, */
.blue-btn {
font-family: Poppins;
font-weight: 600;
font-size: 18px;
line-height: 1.4;
padding: 14px 20px;
background: #132E59;
border-radius: 30px;
color: #fff;
}
.border-red {
  border: 1px solid #dc2626;
}
.primary-navigation > div > .menu-wrapper {
  column-gap: 7px;
}
.has-background-white .site .menu-item a:focus:not(.wp-block-button__link):not(.wp-block-file__button),.has-background-white .site .error-404 .border-red:focus:not(.wp-block-button__link):not(.wp-block-file__button) { color: #dc2626; }
.has-background-white .site .desk-btn a:focus:not(.wp-block-button__link):not(.wp-block-file__button),.has-background-white .site .get-btn a:focus:not(.wp-block-button__link):not(.wp-block-file__button),.has-background-white .site .error-404 .blog-btn:focus:not(.wp-block-button__link):not(.wp-block-file__button) { color: #fff; background:#dc2626 !important; }
.site-main {padding: 0 !important;}
/* #primary-menu-list {gap: 10px;}
#primary-menu-list > li > a { font-family: Poppins; font-weight: 500; font-size: 18px; line-height: 1.4; color: #1D1068; }
#primary-menu-list li a {color: #1D1068;}
#primary-menu-list .current-menu-item a { text-decoration: none; color: #1069E5; }
#primary-menu-list li a:hover { color: #1069E5; text-decoration: none; border: none; } */
/*.has-background-white .site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) { background: transparent !important; color: #1D1068; outline: none; text-decoration: none;   }*/
.has-background-white .site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) {
    background: unset !important;
}
.primary-navigation .primary-menu-container > ul > .get-btn a {
  padding: 0;
  color: #fff;
  font-size: 16px;
  display: flex;
  align-items: center;
}
.get-btn {
  display: none !important; 
}
.primary-menu-container ul > li > a {
    color: #374151;
    font-weight: 700;
    font-size: 18px;
}
.site-logo img {
  width: 100% !important;
  max-width: 100% !important;
}
.primary-navigation {
    margin: 0 auto;
    margin-right: 46px !important;
}
.footer-menu-list .menu li a,.footer-navigation-wrapper li a {
  color: #9ca3af !important;
  text-decoration: none;
}
.footer-navigation-wrapper li {
  line-height: 2.2;
}
.footer-navigation-wrapper {
  flex-direction: column;
}
.footer-navigation {
  margin: 0;
}
.footer-navigation-wrapper li a {
  padding: 0;
}
.footer-navigation-wrapper li a:hover {
  text-decoration: none;
}

: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;
    max-width: 120px;
    width: 100%;
}
  .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;
}

.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 0;
  width: 152px;
  background: #d9f0ff;
  border-radius: 20px;
  color: black;
  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 {
  width: 421px;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  color: white;
  font-size: 22px;
  line-height: 27.5px;
  margin-bottom: 20px;
}
.hero-right img {
  width: 100%;
}



.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;
  border-radius: 30px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  color: #132e59;
  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;
}



.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;
  max-width: 1063px;
  margin: 0 auto 69px;
}

.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;
}

.comparison-cell.centered {
  justify-content: center;
  border-left: 1px solid #132e59;
}

.comparison-cell:not(.header-cell) {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  color: black;
  font-size: 22px;
  text-align: center;
}

.solution-logo {
  width: 123px;
  height: 35px;
}

.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;
}

@media (max-width:768px) {
.primary-navigation {
    margin-right: 0 !important;
}
.footer-details p,.footer-menu-list .widget.widget_nav_menu {
    margin-left: 0 !important;
}
.footer-menu-list .widgettitle {
    margin-bottom: 16px !important;
}
.footer-menu-list .menu-company-container, .footer-menu-list .menu-legal-container {
    margin-top: 0 !important;
}
.get-btn {
  display: block !important; 
}
.desk-btn {
  display: none;
}
nav#site-navigation,.primary-menu-container,.primary-navigation-open .menu-button-container {
  background: #fff !important;
}
.get-btn a {
  justify-content: center;
}
.get-btn {
  margin-top: 30px;
}
.menu-button-container {
  right: 20px;
}
.menu-button-container #primary-mobile-menu {
  font-size: 24px !important;
  display: flex;
}
.primary-navigation {
  top: 5px;
}
/* ---------- Mobile menu: visible & fixed when open (<=768px) ---------- */
.primary-navigation {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
}
.menu-button-container .close {
  top: 25px;
}	
.menu-button-container .dropdown-icon.open {
  top: -18px;
}
.site-logo {
    z-index: 9999;
}
.menu-button-container {
  display: flex !important;
  position: relative;
  z-index: 10002; 
  align-items: center;
  top: 0;
}
.menu-button-container .dropdown-icon,
.menu-button-container .dropdown-icon.open,
.menu-button-container .dropdown-icon.close {
  position: relative;
  z-index: 10003;
}
.primary-navigation > .primary-menu-container {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  transform: none !important;
  transition: none !important;
}
.primary-navigation-open .primary-navigation,
.primary-navigation.toggled-on {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  z-index: 10000 !important;
}
.primary-navigation-open .primary-navigation > .primary-menu-container,
.primary-navigation.toggled-on > .primary-menu-container {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: none !important;
  position: fixed !important;
  top: calc(var(--site-header-height, 64px)) !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  margin: 0 !important;
  padding: 0 1rem 2.5rem !important;
  background: #ffffff !important;
  overflow-y: auto !important;
  -webkit-overflow-scrolling: touch !important;
  z-index: 9999 !important; 
}
.admin-bar .primary-navigation-open .primary-navigation > .primary-menu-container,
.admin-bar .primary-navigation.toggled-on > .primary-menu-container {
  top: calc(var(--site-header-height, 64px) + 32px) !important;
}
.primary-navigation > .primary-menu-container .menu-wrapper,
.primary-navigation > .primary-menu-container #primary-menu-list {
  display: flex !important;
  flex-direction: column !important;
  gap: .5rem !important;
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
}
.primary-navigation > .primary-menu-container .menu-wrapper {
  padding-bottom: 100px !important; 
}
#primary-menu-list li { width: 100% !important; }
.primary-navigation > .primary-menu-container,
.primary-navigation > .primary-menu-container * {
  transform: none !important;
  -webkit-transform: none !important;
}
.primary-navigation-open .primary-navigation {
  top: 0 !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
  height: 100%;
}
.primary-navigation-open header#masthead,
.primary-navigation-open .site-header,
.primary-navigation-open .menu-button-container {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.primary-navigation > .primary-menu-container {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

}

@media (max-width:480px) {
.menu-button-container .dropdown-icon.open {
  top: -12px;
}
}/*  
    QR Code Ordering System Page  

    Custom Animations
    @keyframes float {
        0%, 100% { transform: translateY(0px); }
        50% { transform: translateY(-10px); }
    }
    
    .float-animation {
        animation: float 3s ease-in-out infinite;
    }
    
    Accordion Styles
    .accordion-item {
        transition: all 0.3s ease;
    }
    
    .accordion-trigger {
        cursor: pointer;
        user-select: none;
    }
    
    .accordion-content {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease-out;
    }
    
    .accordion-content.active {
        max-height: 500px;
    }
    
    Hover Effects
    .business-card {
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    }
    
    .business-card:hover {
        transform: translateY(-4px);
    }
    
    .business-icon {
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    }
    
    .business-card:hover .business-icon {
        transform: scale(1.1);
    }
    
    .gradient-overlay {
        transition: opacity 0.3s ease;
    }
    
    .business-card:hover .gradient-overlay {
        opacity: 1;
    }
    
    .image-wrapper {
        transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    }
    
    .image-wrapper:hover {
        transform: scale(1.05);
    }

    Video styling
    video::-webkit-media-controls {
        display: none;
    }
*/.active-hover-white:hover,
.active-hover-white:focus,
.active-hover-white:active {
    color: #fff !important;
}




