.light-cyan {
  background: #e7edf2;
}
.about-us-grid {
  display: grid;
  grid-template-columns: 1fr;
  background: #cfdbe5;
  /* align-items: center; */
  border-radius: 15px;
  overflow: hidden;
}
h1.hero-title-text-1.about-us-hero-title-text {
  color: #393939;
  width: 55%;
  margin-left: auto;
  margin-right: auto;
  font-weight: 900;
}
.hero-button-content.about-us-hero-button-content {
  margin-top: 0;
  margin-bottom: 0;
}
p.sub-header-text.about-us-sub-header-text {
  margin-top: 20px;
  margin-bottom: 30px;
  padding-right: 30px;
  line-height: 140%;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}
.about-wrapper {
  padding-top: 60px;
  padding-bottom: 60px;
}
.about-us-left-section {
  padding-bottom: 48px;
  padding-top: 48px;
}
.about-us-right-section,
.product-page-right-section {
  background-image: url(../images/about-hero-img.png);
  background-position: center;
  padding-top: 66%;
  background-size: cover;
}
.product-page-right-section {
  background-image: url(../images/hero-prod-imag.jpg);
}
.section-badge {
  display: inline-block;
  background: #4caf50;
  color: white;
  padding: 6px 16px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 300;
}
.about-us-story-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 60px;
  align-items: center;
}
ul.about-us-story-features li {
  display: flex;
  column-gap: 10px;
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 300;
}
img.story-icon.story-icon-1 {
  width: 16px;
}
img.story-icon.story-icon-2 {
  width: 16px;
}
img.story-icon.story-icon-3 {
  width: 18px;
}
.font-weight-400 {
  font-weight: 400;
}
.about-us-stats-section {
  padding-top: 60px;
  padding-bottom: 60px;
}
.about-us-stats-wrapper {
  display: grid;
  grid-template-columns: 400px 1fr;
  gap: 60px;
  align-items: center;
}
h2.header-txt.about-us-stats-header-txt {
  margin-top: 20px;
  margin-bottom: 20px;
}
.about-us-stats-right-grid {
  display: grid;
  grid-template-columns: repeat(2, 298px);
  gap: 30px;
}
.text-right {
  text-align: right;
}
.about-us-stats-mini-card {
  display: flex;
  flex-flow: column;
  padding: 20px;
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
p.about-us-stats-mini-card-txt-1 {
  font-size: 14px;
  font-weight: 300;
}
p.about-us-stats-mini-card-big-txt {
  font-family: "Montserrat", sans-serif;
  font-size: 86px;
  font-weight: 900;
  margin-top: 15px;
  margin-bottom: 15px;
  color: #434546;
}
p.about-us-stats-mini-card-info-txt {
  font-size: 14px;
  font-weight: 300;
  border-top: 1px solid #b0bcc6;
  padding-top: 15px;
}
.about-us-who-we-serve-grid {
  display: grid;
  grid-template-columns: repeat(4, 279px);
  column-gap: 28px;
}
.about-us-who-we-serve-card {
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #e6e6e6;
  padding: 20px;
  display: flex;
  flex-flow: column;
}
.about-us-who-we-serve-card-img {
  background: #2e7897;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.about-us-who-we-serve-card-img img {
  width: 18px;
}
h3.about-us-who-we-serve-card-heading-text {
  margin-bottom: 20px;
  margin-top: 20px;
  font-weight: 500;
  font-size: 20px;
}
p.about-us-who-we-serve-card-body-text {
  color: #1a1a1a;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
}
.mb-10 {
  margin-bottom: 10px;
}
.about-us-what-makes-us-different {
  padding-top: 60px;
  padding-bottom: 60px;
}
.about-us-what-makes-us-different-inner-wrapper {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
p.about-makes-us-different-block-text {
  display: flex;
  column-gap: 15px;
  align-items: center;
}
span.about-makes-us-different-block-tick {
  width: 40px;
  height: 40px;
  background: #2e7897;
  border-radius: 10px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
img.white-tick-mark-image {
  width: 16px;
}
span.about-makes-us-different-block-inner-text {
  font-size: 20px;
  font-weight: 500;
}
p.about-makes-us-different-block-sub-text {
  font-weight: 300;
  margin-top: 15px;
  padding-left: 54px;
  line-height: 20px;
  width: 90%;
}
.about-makes-us-different-block {
  margin-bottom: 20px;
}
.about-us-faq-container,
.key-benefits-container {
  display: grid;
  grid-template-columns: 440px 1fr;
  align-items: center;
  column-gap: 50px;
}

.faq-list {
  list-style: none;
}

.faq-item {
  padding: 20px 0;
  background: #f2f2f2;
  margin-bottom: 20px;
  border-radius: 10px;
  padding: 15px;
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1),
    box-shadow 0.35s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.35s ease;
}

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-weight: 500;
  color: #1a1a1a;
  font-size: 1.05rem;
}

.faq-question:hover {
  color: #2c7a9e;
}

.faq-toggle {
  font-size: 1.5rem;
  color: #999;
  transition: transform 0.3s;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  color: #666;
  line-height: 1.8;
  padding-top: 0;
  font-weight: 300;
}

.faq-item.active .faq-answer {
  max-height: 500px;
  padding-top: 15px;
}

.faq-item.active .faq-toggle {
  transform: rotate(45deg);
}
.faq-answer p {
  margin-bottom: 15px;
}
.pt-60 {
  padding-top: 60px;
}
.pb-60 {
  padding-bottom: 60px;
}
.feature-card__icon img {
  width: 20px;
}
p.sub-header-text.prod-challange-sub-header-text {
  line-height: 25px;
}
p.challange-sub-heading {
  font-weight: 300;
  margin-top: 5px;
}

ul.faq-list.challange-list li {
  border-left: 2px solid #2e7897;
  padding-top: 30px;
  padding-bottom: 30px;
  animation: fadeInUp 0.6s ease forwards;
  cursor: pointer;
}
.feature-card {
  animation: fadeInUp 0.6s ease forwards;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
ul.faq-list.challange-list li:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
  border-color: #4f46e5;
}
.tax-solution-header {
  padding-top: 10px;
  padding-bottom: 10px;
}
.pc-card {
  /* width: 217px; */
  background-color: #e7edf2;
  border-radius: 10px;
  padding: 32px 20px;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  padding-top: 20px;
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1),
    box-shadow 0.35s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.35s ease;
  overflow: hidden;
}
.pc-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

.pc-circle {
  width: 75px;
  height: 75px;
  background-color: #4a7c8c;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 24px;
}

.pc-circle-number {
  color: white;
  font-size: 35px;
  font-weight: 500;
}

.pc-title {
  font-size: 18px;
  font-weight: 400;
  color: #000000;
  margin-bottom: 12px;
  line-height: 1.3;
}

.pc-description {
  font-size: 14px;
  font-weight: 300;
  color: #000000;
  line-height: 1.4;
}
.section-how-it-works-grid {
  display: grid;
  grid-template-columns: repeat(5, 217px);
  justify-content: space-between;
}
ul.key-benefits-items li {
  display: flex;
  align-items: center;
  column-gap: 10px;
  margin-bottom: 20px;
}
img.key-benefits-image {
  width: 20px;
}
ul.key-benefits-items li span:first-child {
  display: flex;
  align-items: center;
}
ul.key-benefits-items {
  padding-left: 15%;
}
.kb-doc-icon {
  width: 16px !important;
}

.kb-card {
  width: 100%;
  max-width: 362px;
  background-color: white;
  padding: 20px;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1),
    box-shadow 0.35s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.35s ease;
}
.kb-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
  border-color: #d0d0d0;
}

.kb-icon-circle {
  width: 64px;
  height: 64px;
  background-color: #2e7d95;
  border-radius: 50%;
  margin: 0 auto 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.kb-award-icon {
  width: 32px;
  height: 32px;
  position: relative;
  display: inline-flex;
  justify-content: Center;
  align-items: center;
}

.kb-award-icon svg {
  width: 100%;
  height: 100%;
}

.kb-header {
  font-size: 20px;
  font-weight: 600;
  color: #1a1a1a;
  margin: 0 0 20px 0;
  line-height: 1.3;
}

.kb-body-text {
  font-size: 16px;
  color: #4a4a4a;
  line-height: 1.6;
  margin: 0;
}
.why-choose-container {
  display: flex;
  justify-content: space-between;
}
.why-choose-container .kb-card:first-child img {
  width: 18px;
}
.why-choose-container .kb-card:nth-child(2) img,
.why-choose-container .kb-card:last-child img {
  width: 25px;
}

a.custom-btn.hero-cta-btn.product-request-demo-btn {
  text-decoration: none;
  padding-left: 35px;
  padding-right: 35px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: 300;
  font-size: 18px;
  margin-top: 25px;
}

.prod-demo-header {
  width: 65%;
}
.prod-demo-header {
  width: 45%;
  margin: 0 auto !important;
  line-height: 128% !important;
}
.demo-sub-header-text {
  width: 50%;
  margin: 0 auto;
}
.pricing-card {
  width: 100%;
  max-width: 352px;
  background: white;
  border: 1px solid #d1d5db;
  border-radius: 12px;
  padding: 24px;
  position: relative;
}

.pricing-card__header {
  font-size: 24px;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 8px;
}

.pricing-card__subtitle {
  font-size: 14px;
  color: #6b7280;
  margin-bottom: 24px;
}

.pricing-card__price {
  font-size: 36px;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 32px;
}

.pricing-card__price-period {
  font-size: 16px;
  font-weight: 400;
  color: #6b7280;
}

.pricing-card__features {
  list-style: none;
  margin-bottom: 32px;
}

.pricing-card__feature {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #374151;
  margin-bottom: 16px;
  font-weight: 300;
}

.pricing-card__feature:last-child {
  margin-bottom: 0;
}

.pricing-card__icon {
  width: 16px;
  height: 16px;

  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  flex-shrink: 0;
}

.pricing-card__button {
  width: 100%;
  padding: 16px;
  background-color: #2c7a9e;
  color: white;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.2s;
  display: block;
  text-align: Center;
  text-decoration: none;
}

.pricing-card__button:hover {
  background-color: #235d7a;
}
.pricing-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  justify-items: center;
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
}
.pricing-card__badge {
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #0066cc;
  color: white;
  padding: 8px 24px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 400;
}
.pricing-card--active {
  border: 2px solid #2e7897;
}
.mt-10 {
  margin-top: 10px;
}
.feature-comparison {
  width: 100%;
  max-width: 1200px;
  background: white;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.feature-comparison__wrapper {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.feature-comparison__table {
  width: 100%;
  border-collapse: collapse;
  min-width: 600px;
}

.feature-comparison__header {
  background-color: #E7EDF2;
}

.feature-comparison__header-cell {
  padding: 16px 24px;
  text-align: left;
  font-size: 18px;
  font-weight: 400;
  color: #1f2937;
  border-bottom: 2px solid #AFD3F1;
  white-space: nowrap;
}

.feature-comparison__header-cell:first-child {
  text-align: left;
  /* position: sticky; */
  left: 0;
  background-color: #E7EDF2;
  z-index: 10;
}

.feature-comparison__header-cell:not(:first-child) {
  text-align: center;
}

.feature-comparison__row {
  background-color: white;
}

.feature-comparison__row:nth-child(even) {
  background-color: #E7EDF2;
}

.feature-comparison__cell {
  padding: 16px 24px;
  text-align: left;
  font-size: 16px;
  color: #1f2937;
  border-bottom: 1px solid #d1d5db;
  white-space: nowrap;
}

.feature-comparison__cell:first-child {
  font-weight: 300;
  /* position: sticky; */
  left: 0;
  z-index: 5;
}

.feature-comparison__row:nth-child(even) .feature-comparison__cell:first-child {
  background-color: #E7EDF2;
}

.feature-comparison__row:nth-child(odd) .feature-comparison__cell:first-child {
  background-color: white;
}

.feature-comparison__cell:not(:first-child) {
  text-align: center;
}

.feature-comparison__icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: relative;
}

.feature-comparison__icon--check {
  /* background-color: #10b981; */
}

.feature-comparison__icon--check::after {
  /* content: "✓";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 12px;
  font-weight: 700; */
}

.feature-comparison__icon--cross {
  /* background-color: #d1d5db; */
}

/* .feature-comparison__icon--cross::after {
  content: "✕";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #9ca3af;
  font-size: 12px;
  font-weight: 700;
} */

/* Scrollbar styling for better UX */
.feature-comparison__wrapper::-webkit-scrollbar {
  height: 8px;
}

.feature-comparison__wrapper::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.feature-comparison__wrapper::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 4px;
}

.feature-comparison__wrapper::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.mt-40 {
  margin-top: 40px!important;
}
.black-1-bg{
    background-color:#2F3849;
}
.font-weight-300{
    font-weight:300!important;
}
.feature-comparison__cell img {
  width: 20px;
  height: auto;
}
.section-footer.mt-100.cyan-bg{
  margin-top:0;
}
/* responsive css */

/* Tablet styles (768px - 1024px) */
@media (max-width: 1024px) {
  .about-us-grid {
    grid-template-columns: 1fr;
  }

  .about-us-story-grid {
    grid-template-columns: 1fr;
    row-gap: 30px;
  }

  .about-us-stats-wrapper {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .about-us-stats-right-grid {
    grid-template-columns: repeat(2, 1fr);
    max-width: 600px;
    margin: 0 auto;
  }

  .about-us-who-we-serve-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .about-us-faq-container,
  .key-benefits-container {
    grid-template-columns: 1fr;
    row-gap: 30px;
  }

  .section-how-it-works-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }

  .pc-card {
    max-width: 100%;
  }

  ul.key-benefits-items {
    padding-left: 0;
  }

  .why-choose-container {
    flex-wrap: wrap;
    gap: 20px;
  }

  .why-choose-container .kb-card {
    flex: 1 1 calc(50% - 10px);
    min-width: 280px;
  }

  .prod-demo-header {
    width: 70%;
  }

  .demo-sub-header-text {
    width: 75%;
  }
  .pricing-container{
    grid-template-columns: 1fr;
  }
  .pricing-card{
    max-width:80%;
  }
  p.sub-header-text.about-us-sub-header-text{
    width:100%;
  }
}

/* Mobile styles (max-width: 767px) */
@media (max-width: 767px) {
  .about-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .about-us-left-section {
    padding: 30px 20px;
  }

  .about-us-right-section,
  .product-page-right-section {
    padding-top: 80%;
  }

  h1.hero-title-text-1.about-us-hero-title-text {
    width: 100%;
    font-size: 28px;
  }

  p.sub-header-text.about-us-sub-header-text {
    padding-right: 0;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
    padding: 0;
  }
  h1.hero-title-text-1.about-us-hero-title-text {
    text-align: center;
  }
  .hero-button-content {
    justify-content: center;
  }
  .about-us-story-grid {
    column-gap: 0;
  }

  .about-us-stats-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .about-us-stats-right-grid {
    grid-template-columns: 1fr;
  }

  p.about-us-stats-mini-card-big-txt {
    font-size: 56px;
  }

  .about-us-who-we-serve-grid {
    grid-template-columns: 1fr;
  }

  .about-us-what-makes-us-different {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .about-us-what-makes-us-different-inner-wrapper {
    max-width: 100%;
    padding: 0 20px;
  }

  p.about-makes-us-different-block-sub-text {
    padding-left: 0;
    width: 100%;
    margin-top: 10px;
  }

  p.about-makes-us-different-block-text {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 10px;
  }

  .pt-60 {
    padding-top: 40px;
  }

  .pb-60 {
    padding-bottom: 40px;
  }

  .section-how-it-works-grid {
    grid-template-columns: 1fr;
  }

  .why-choose-container {
    flex-direction: column;
  }

  .why-choose-container .kb-card {
    flex: 1 1 100%;
    max-width: 100%;
  }

  a.custom-btn.hero-cta-btn.product-request-demo-btn {
    padding: 12px 25px;
    font-size: 16px;
    width: 100%;
    text-align: center;
    display: block;
  }

  .prod-demo-header {
    width: 90%;
  }

  .demo-sub-header-text {
    width: 90%;
  }
  a.custom-btn.hero-cta-btn.request-demo-btn,
  a.custom-btn.hero-cta-btn.explpore-product-btn {
    font-size: 14px;
  }
      .pricing-card {
        max-width: 100%;
    }
}

/* Small mobile styles (max-width: 480px) */
@media (max-width: 480px) {
  .about-us-left-section {
    padding: 20px 15px;
  }

  h1.hero-title-text-1.about-us-hero-title-text {
    font-size: 24px;
  }

  .about-us-stats-wrapper {
    gap: 30px;
  }

  p.about-us-stats-mini-card-big-txt {
    font-size: 48px;
  }

  span.about-makes-us-different-block-inner-text {
    font-size: 18px;
  }

  .faq-question {
    font-size: 0.95rem;
  }

  .kb-header {
    font-size: 18px;
  }

  .kb-body-text {
    font-size: 14px;
  }

  .prod-demo-header,
  .demo-sub-header-text {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .feature-comparison__header-cell,
  .feature-comparison__cell {
    padding: 12px 16px;
    font-size: 14px;
  }

  .feature-comparison__header-cell {
    font-size: 16px;
  }
  .feature-comparison{
    overflow:scroll;
  }
}
