.what-we-achieve-section {
  margin: 12rem 0;
}
.second-accordion .second-accordion-item {
  border-bottom: 1px solid #e5e5e5;
  padding-left: 9rem;
  position: relative;
}
.faq-number {
  color: #3c3c4380;
  font-family: "work-sans-medium", sans-serif;
  font-size: 5rem;
  font-weight: 500;
  left: 0;
  position: absolute;
  top: 10px;
}
.second-accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 2.6rem 40px 2.6rem 0;
  font-size: 2rem;
  font-weight: 400;
  background: none;
  outline: none;
  border: none;
}
.second-accordion button:hover,
.second-accordion button:focus {
  cursor: pointer;
}
.second-accordion button:hover::after,
.second-accordion button:focus::after {
  cursor: pointer;
}
.second-accordion button .second-accordion-title {
  font-size: 3.2rem;
  font-family: "work-sans-medium", sans-serif;
  color: #222c3a;
}
.second-accordion button .icon {
  display: inline-block;
  position: absolute;
  right: 0;
  width: 32px;
  height: 32px;
  border: none;
  border-radius: 22px;
  color: #000;
  background: #f3f5f6;
  top: 50%;
  transform: translateY(-50%);
}
.second-accordion button .icon::before {
  display: block;
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 42%;
  height: 2px;
  background: currentColor;
}
.second-accordion button .icon::after {
  display: block;
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2px;
  height: 42%;
  background: currentColor;
}
.second-accordion button[aria-expanded="true"] .icon {
  background: #000;
  color: #fff;
}
.second-accordion button[aria-expanded="true"] .icon::after {
  width: 0;
}
.second-accordion button[aria-expanded="true"] + .second-accordion-content {
  opacity: 1;
  max-height: 36em;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}
.second-accordion .second-accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition:
    opacity 200ms linear,
    max-height 200ms linear;
  will-change: opacity, max-height;
}
.second-accordion .second-accordion-content p {
  font-size: 2.5rem;
  margin-bottom: 2rem;
}
@media (max-width: 1023px) {
  .second-accordion .second-accordion-content p {
    margin: 1.5rem 0;
  }
}
@media (max-width: 767px) {
  .second-faq-section {
    margin-bottom: 10rem;
  }
}
@media (max-width: 500px) {
  .second-accordion button .second-accordion-title {
    font-size: 2.3rem;
  }
  .second-accordion button .icon {
    width: 22px;
    height: 22px;
  }
  .faq-number {
    font-size: 4rem;
  }
  .second-accordion .second-accordion-item {
    padding-left: 7rem;
  }
}

.section-header-wrapper ul {
  margin-top: 3rem;
}
.section-header-wrapper ul li {
  display: flex;
  gap: 1.5rem;
  padding: 1.8rem 0;
  align-items: flex-start;
}
.section-header-wrapper ul li img {
  margin-top: 0.6rem;
}
.section-header-wrapper ul li p {
  margin: 0;
}
.section-content-wrapper {
  background: linear-gradient(180deg, #d9e6ff 0%, #f9f6ff 100%);
  border-radius: 22px;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.section-content-wrapper > div {
  display: flex;
  justify-content: space-between;
}

.people-outer {
  background: #ffffff;
  border-radius: 12px;
  padding: 3.7rem 2.1rem;
  width: 49%;
}
.people-outer img {
  width: 100%;
}

.insights-outer {
  width: 49%;
}
.our-audience {
  background: #ffffff;
  padding: 2rem 2rem;
  border-radius: 12px;
}
.section-header-wrapper ul li p {
  font-size: 20px;
  width: 90%;
}
.why-us-section-wrapper h3 {
  font-size: 24px;
  margin: 3rem 0 1rem;
}
.insights-outer h3 {
  margin-top: 0;
}
.why-us-section-wrapper p {
  font-size: 15px;
}
.products-add {
  background: #ffffff;
  padding: 2rem 2rem;
  border-radius: 12px;
  margin-top: 2rem;
}
.pointer-text h2 {
  margin-bottom: 10px;
}
.pointer-text p {
  color: #717171;
}
.step-text-content p {
  color: #717171;
}
.three-card-section {
  display: flex;
  justify-content: space-between;
  margin-top: 4rem;
}
.three-card-section div {
  background: linear-gradient(180deg, #d9e6ff 0%, #f9f6ff 100%);
  border-radius: 22px;
  padding: 2rem;
  width: 32%;
}
.control-security-card :nth-last-child(0) {
  margin-right: 0px;
}
.setup-in-min-card p {
  margin-bottom: 3.1rem;
}
.three-card-section div img {
  border-radius: 12px;
  width: 100%;
}
@media (max-width: 767px) {
  .three-card-section {
    flex-direction: column;
    gap: 3rem;
  }
  .three-card-section div {
    width: 100%;
  }
  .section-header-wrapper ul li p {
    font-size: 15px;
  }
  .why-us-section-wrapper h3 {
    font-size: 20px;
  }
}
@media (max-width: 576px) {
  .why-us-section-wrapper > .row {
    gap: 2rem;
  }
  .section-header-wrapper {
    padding: 0;
  }
  .section-header-wrapper ul li img {
    width: 26px;
  }
  .why-us-section h1 {
    font-size: 3.5rem;
  }
  .section-header-wrapper ul {
    margin-top: 0;
  }
  .section-content-wrapper > div {
    flex-direction: column;
    gap: 1.5rem;
  }
  .people-outer {
    width: 100%;
    padding: 4rem 2rem 8rem;
  }
  .insights-outer {
    width: 100%;
  }
}

.mid-banner-section {
  background: #eff0ff;
  padding: 9rem 0;
  margin-bottom: 12rem;
}
.mid-banner-content {
  flex-direction: column;
  display: flex;
  gap: 5rem;
}
.mid-banner-wrapper {
  justify-content: space-between;
}
.mid-banner-div img {
  margin-top: 5px;
}
.mid-image-banner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mid-image-banner img {
  width: 650px;
}
.mid-banner-div {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
}
.mid-banner-left-col {
  margin-top: 4rem;
}
@media (max-width: 1024px) {
  .mid-banner-section {
    padding: 6rem 0;
  }
}
@media (max-width: 768px) {
  .mid-image-banner {
    margin-top: 3rem;
    align-items: flex-start;
  }
  .mid-banner-left-col {
    margin-top: 2rem;
  }
  .mid-image-banner img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .mid-image-banner {
    margin-top: 6rem;
  }
}
@media (max-width: 500px) {
  .mid-banner-wrapper {
    flex-direction: column-reverse;
  }
  .mid-banner-content {
    margin-top: 0;
  }
}

.four-grid-card-section {
  margin-bottom: 12rem;
}
.four-text-header {
  margin-bottom: 8rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.four-text-header-p {
  width: 90%;
}
@media (max-width: 768px) {
  .four-text-header-p {
    width: 100%;
  }
}
.four-grid-card {
  border: 1px solid #f9f2ff;
  height: 100%;
  border-radius: 20px;
  padding: 4rem;
  background: linear-gradient(
    to right,
    rgba(245, 247, 255, 0.72) 0%,
    rgba(241, 238, 255, 0.72) 54%,
    rgba(250, 244, 255, 0.72) 100%
  );
}
.four-grid-card img {
  margin-top: 3rem;
}
.four-grid-card-three-text p {
  width: 90%;
}
.four-grid-card-three {
  border: 1px solid #f9f2ff;
  display: flex;
  margin-top: 3rem;
  border-radius: 20px;
  padding: 6rem 4rem;
  background: linear-gradient(
    to right,
    rgba(245, 247, 255, 0.72) 0%,
    rgba(241, 238, 255, 0.72) 54%,
    rgba(250, 244, 255, 0.72) 100%
  );
}
.four-grid-card-last {
  border: 1px solid #f9f2ff;
  flex-direction: column;
  display: flex;
  justify-content: space-between;
  height: 100%;
  border-radius: 20px;
  padding: 4rem;
  background: linear-gradient(
    to right,
    rgba(245, 247, 255, 0.72) 0%,
    rgba(241, 238, 255, 0.72) 54%,
    rgba(250, 244, 255, 0.72) 100%
  );
}
.four-grid-card-three img {
  width: 300px;
}
@media (max-width: 1439px) {
  .four-grid-card-wrapper {
    align-items: center;
    justify-content: center;
    gap: 3rem;
    flex-direction: column;
  }
  .four-grid-card-last {
    gap: 5rem;
    flex-direction: row-reverse;
  }
  .no-padding {
    padding: 0 !important;
  }
  .four-grid-card-last-text {
    margin-top: 4rem;
  }
}
@media (max-width: 767px) {
  .four-grid-card-three img,
  .four-grid-card-last img,
  .four-grid-card img {
    display: none;
  }
  .four-grid-card-three-text p {
    width: 100%;
  }
  .no-padding {
    row-gap: 2rem;
  }
  .four-grid-card-three {
    margin-top: 0rem;
  }
  .four-grid-card-last {
    gap: 0;
  }
  .four-grid-card-last-text {
    margin-top: 0;
  }
  .four-text-header {
    margin-bottom: 7rem;
  }
}

.industry-tab-switch-section {
  padding-block: 2rem 0;
  margin-bottom: 12rem;
}
.industry-tabs {
  margin-top: 2rem;
}
.tabs-row {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
  align-items: center;
  margin-bottom: 6rem;
  justify-content: center;
}
.tab {
  appearance: none;
  border: 1px solid #e5e7eb;
  background: #fff;
  color: #111827;
  padding: 8px 24px;
  border-radius: 999px;
  cursor: pointer;
  transition: all 0.2s ease;
  outline-offset: 3px;
  font-size: 16px;
}
.tab:hover {
  border-color: #c7c9d1;
  transform: translateY(-1px);
}
.tab.is-active {
  background: #2a2079;
  color: #fff;
  border-color: #2a2079;
}
.tab-panels {
  margin-top: 0.5rem;
}
.panel[hidden] {
  display: none;
}
.panel-grid {
  display: grid;
  grid-template-columns: 1.1fr 1.3fr;
  gap: 2rem;
  align-items: start;
}
@media (max-width: 960px) {
  .panel-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .tabs-row {
    justify-content: flex-start;
  }
}
.panel-media {
  display: flex;
  justify-content: center;
}
.panel-text {
  margin-top: 3rem;
}
.panel-text h3 {
  font-size: 3rem;
}
.panel-media {
  width: 100%;
}
.tab:focus-visible {
  box-shadow: 0 0 0 3px rgba(91, 75, 219, 0.35);
}

.grid-card-section {
  margin: 12rem 0;
}
.grid-card-metrics {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  max-width: 1400px;
  margin: 4rem auto 0 auto;
}
.grid-card-heading {
  text-align: center;
}
.grid-card-metric {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 32px 16px;
  text-align: center;
  gap: 8px;
}
.grid-card-metric:not(:nth-child(4)):not(:nth-child(8)) {
  border-right: 1px solid #e0e6f0;
}
.grid-card-metric:nth-child(5),
.grid-card-metric:nth-child(6),
.grid-card-metric:nth-child(7),
.grid-card-metric:nth-child(8) {
  border-top: 1px solid #e0e6f0;
}
.metric-value {
  font-size: 30px;
  font-weight: 600;
  color: #0d1b66;
}
.metric-label {
  font-size: 18px;
  color: #252525;
  line-height: 1.4;
}
@media (max-width: 992px) {
  .grid-card-metrics {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-card-metric {
    border-right: none !important;
    border-top: none !important;
    border-bottom: 1px solid #e0e6f0;
  }
  .grid-card-metric:nth-child(even) {
    border-left: 1px solid #e0e6f0;
  }
}
@media (max-width: 768px) {
  .grid-card-metric {
    align-items: flex-start;
    padding: 26px 12px;
  }
  .grid-card-metrics {
    margin: 0;
  }
}
@media (max-width: 576px) {
  .grid-card-title {
    font-size: 26px;
  }
  .grid-card-subtext {
    font-size: 14px;
  }
  .metric-label {
    font-size: 14px;
  }
  .grid-card-metrics {
    grid-template-columns: 1fr;
  }
  .grid-card-metric {
    border-left: none !important;
    border-right: none !important;
    border-top: 1px solid #e0e6f0;
  }
}
