* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.hidden { display: none !important; }
.m-auto { margin: 0 auto; }
.text-center { text-align: center; }
.align-center {align-items: center !important;}
.site-main>* { margin: inherit; }
.site-header,
.site-main,
.widget-area,
.site-footer {
  padding: inherit;
}
.latest_blog {
    overflow: hidden;
}
.border-green {border-color: #009040;}
.footer-social a:focus {
    background: #ffffff1a !important;
    text-decoration: none !important;
}
.mb-20 {margin-bottom: 20px;}
.p-20 { padding: 20px; }
.p-30 { padding: 20px; }
.p {padding: 40px;}
.pt-40 {padding-top: 40px;}
.pb-40 {padding-bottom: 40px;}
.pt-50 {padding-top: 50px;}
.radius-8 { border-radius: 8px; }
.radius-10 { border-radius: 10px; }
.radius-15 { border-radius: 15px; }
.radius-20 { border-radius: 20px; }
.grid-columns-6fr { grid-template-columns: 4fr 4fr; }
.grid-columns-7fr { grid-template-columns: 7fr 3fr; }
.gap-15 { gap: 15px; }
.gap-20 { gap: 20px; }
.gap-30 { gap: 30px; }
.gap-40 { gap: 40px; }
.gap-50 { gap: 50px; }
.bg-white { background-color: #fff; }
body {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #374151;
  background-color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.subheading {
  color: #6b7280;
  text-align: center;
  max-width: 800px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.125rem;
}
.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1rem;
}
.wrap {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.contact-item a {color: #fff;text-decoration: none;}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
.contact-item a:focus {
    background: transparent !important;
    outline: none !important;
    text-decoration: none !important;
}
.contact-item a:focus {
    background: transparent !important;
    outline: none !important;
    text-decoration: none !important;
}
ul, ol { padding-left: 0; }
.cta-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  background-color: #FFCF18;
  border-radius: 1rem;
  margin-bottom: 1.5rem;
}
/* ===================================
   Button Styles
   =================================== */
button {
  cursor: pointer;
  border: none;
  outline: none;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.btn-yellow {
  background-color: #FFCF18 !important;
  color: #000000 !important;
  padding: 0.5rem 1.5rem;
  border-radius: 0.5rem;
}

.btn-yellow:hover {
  transform: scale(1.05);
}

.btn-yellow-lg {
  background-color: #FFCF18 !important;
  color: #000000 !important;
  padding: 1rem 2rem;
  border-radius: 0.75rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.btn-yellow-lg:hover {
  transform: scale(1.05);
}

.btn-ghost {
  background-color: transparent !important;
  color: #00652F !important;
  padding: 0.5rem 1.5rem;
  border-radius: 0.5rem;
}

.btn-ghost:hover {
  background-color: #f3f4f6 !important;
}

.btn-white-outline {
  background-color: transparent !important;
  color: #ffffff !important;
  border: 2px solid #ffffff !important;
  padding: 1rem 2rem;
  border-radius: 0.75rem;
}

.btn-white-outline:hover {
  background-color: #ffffff !important;
  color: #00652F !important;
}

.btn-outline-mobile {
  background-color: transparent !important;
  color: #00652F !important;
  border: 2px solid #00652F !important;
  padding: 0.5rem 1.5rem;
  border-radius: 0.5rem;
  width: 100%;
}

.btn-outline-green {
  background-color: transparent !important;
  color: #00652F !important;
  border: 2px solid #00652F !important;
  padding: 1rem 2rem;
  border-radius: 0.75rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.btn-outline-green:hover {
  background-color: #00652F !important;
  color: #ffffff !important;
}

.btn-green-lg {
  background-color: #00652F !important;
  color: #ffffff !important;
  padding: 1rem 2rem;
  border-radius: 0.75rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.btn-green-lg:hover {
  transform: scale(1.05);
}

.btn-dark-outline {
  background-color: transparent !important;
  color: #000000 !important;
  border: 2px solid #000000 !important;
  padding: 1rem 2rem;
  border-radius: 0.75rem;
}

.btn-dark-outline:hover {
  background-color: #000000 !important;
  color: #ffffff !important;
}

.btn-full {
  width: 100%;
}

.site .button:focus,
button:focus,
input[type=submit]:focus,
input[type=reset]:focus,
.wp-block-search .wp-block-search__button:focus,
.wp-block-button .wp-block-button__link:focus,
.wp-block-file a.wp-block-file__button:focus {
  outline: none;
}

.fs-40 { font-size: 40px; }
.pt-60 { padding-top: 60px; }
.pb-60 { padding-bottom: 60px; }
.site-header { padding: 0; }
.grid { display: grid; }
/* popup */
.popup-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  height: 100%;
}

.custom-popup {
  height: auto;
  width: 700px;
  position: relative;
}

.custom-popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9998;
}

.custom-popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 20px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  z-index: 9999;
}

.custom-popup .popup-close {
  width: 30px;
  height: 30px;
}

.custom-popup .popup-close {
  background: #111827 !important;
  border: 2px solid #111827 !important;
  color: #fff !important;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  font-size: 12px;
  position: absolute;
  right: -10px;
  top: -12px;
}

.popup-form-content p {
  margin-bottom: 0;
  color: #4b5563;
  font-size: 15px;
  line-height: 1.4;
  text-align: center;
  font-weight: 400;
}

.popup-close:focus { outline: none; }
.popup-img img {
  height: 100%;
  object-fit: cover;
}

.popup-form-content p.ct-popup-title {
  margin-bottom: 5px;
  font-size: 20px;
  text-align: center;
  color: #111827;
  font-weight: 600;
}

.popup-img { height: 100%; }
.recent-post-slide {
  overflow: hidden;
}
.slick-dots li.slick-active button:before {
  background: #00652F !important;
}
.ltblogtitle a:focus {
  outline: unset !important;
  text-decoration: none !important;
}
/* Whatsapp icon */
.whatsapp-btn { position: fixed;bottom: 25px;left: 25px;width: 60px; height: 60px;display: inline-block; z-index: 999;}
.whatsapp-btn img { display: block;width: 100%;height: 100%; border-radius: 15px;position: relative; z-index: 3;}
.whatsapp-btn::before {content: ""; position: absolute;inset: 0; border-radius: 50%;background: transparent;box-shadow: 0 0 0 0 rgba(0, 166, 47, 0.55);animation: whatsapp-pulse 1.5s infinite; z-index: 1;}

@keyframes whatsapp-pulse {
    0% { box-shadow: 0 0 0 0 rgba(0, 166, 47, 0.55); }
    70% { box-shadow: 0 0 0 20px rgba(0,166,47,0); }
    100% { box-shadow: 0 0 0 0 rgba(0,166,47,0); }
}

/* sticky-quote-btn */
.sticky-quote a { text-decoration: none;color: #fff;font-size: 12px;transform: rotate(180deg);font-weight: 600; }.sticky-quote { z-index: 99;position: fixed;top: 30%;height: 200px;right: -1px;background-color: #000;padding: 12px 10px;writing-mode: vertical-rl;text-orientation: mixed; border-radius: 8px 0px 0px 8px;box-shadow: 0 2px 5px rgba(0,0,0,0.3);text-decoration: none; display: flex;align-items: center;justify-content: center; gap: 8px;cursor: pointer;transition: background 0.3s; }.sticky-quote i { font-size: 16px;margin-bottom: 8px; }.desk-hidden { display: none; } .sticky-quote a:focus { background: #000 !important;text-decoration: none !important; }

@media (max-width:768px) {
  .custom-popup { height: auto; width: 100%; max-width: 86%; margin: 50px 0; }
  .popup-wrapper { grid-template-columns: 1fr; grid-template-rows: auto 1fr; gap: 12px; }
  .popup-form-content p.ct-popup-title { font-size: 18px; }
  .popup-form-content p { font-size: 14px; line-height: 1.3; }
  .popup-img { display: none; }
  .mob-hidden { display: none; }
  .whatsapp-btn { width: 50px;height: 50px; }
  .desk-hidden {display: block;}.sticky-quote { top: 50%;height: 50px;} .sticky-quote i { margin-bottom: 0;}
}

.cta-form h4 {
  font-size: 17px;
  text-align: center;
  font-weight: 700;
  color: #00652F;
  margin-bottom: 12px;
}
.cta-form p {
  font-size: 15px;
  font-weight: 400;
  color: #666666;
  margin-bottom: 15px;
  text-align: center;
  line-height: 1.3;
}


.primary-navigation .primary-menu-container {
  margin-right: inherit;
}
.header-outer-wrap {
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  position: sticky;
  top: 0;
  z-index: 50;
  padding: 10px 0;
}

header .primary-navigation .sub-menu {
  top: 60px !important;
}

header .header-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  position: relative;
}

header .site-branding {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  margin-top: 0;
}

header .site-logo {
  display: inline-block;
  text-decoration: none;
}

header .primary-navigation {
  display: flex;
  align-items: center;
  gap: 24px;
  flex: 1 1 auto;
  justify-content: flex-end;
  top: 0px;
  position: relative;
}

header .primary-navigation .menu-wrapper {
  display: flex;
  gap: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
  align-items: center;
}

header .primary-navigation .menu-wrapper li {
  margin: 0;
}

header #primary-menu-list>.current-menu-item a {
  color: #00652F !important;
}

header .primary-navigation .menu-wrapper li a {
  display: inline-block;
  text-decoration: none !important;
  color: #111;
  font-weight: 500;
  padding: 8px 6px;
  text-underline-offset: 0;
}

header .primary-navigation .menu-wrapper>li:last-child {
  margin-left: 30px;
}

header .primary-navigation .menu-wrapper>li:last-child a {
  background-color: #FFCF18 !important;
  color: #000000 !important;
  padding: 1rem 2rem;
  border-radius: 0.75rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 16px;
}
#primary-menu-list > .menu-item-has-children ul::before,
#primary-menu-list > .menu-item-has-children ul::after {display: none;}
#primary-menu-list > .menu-item-has-children ul {
  background: #FFCF18;
  border: none;
  padding: 0;
  top: calc(100% - 0px) !important;
}
#primary-menu-list > .menu-item-has-children ul li {
  background: transparent;
}
header .menu-button-container {
  display: none;
}

header .blue-btn.menu-btn {
  background: #00652F !important;
  border: none;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  height: 35px !important;
  min-width: 35px;
  box-shadow: 0 2px 8px rgba(30, 144, 255, 0.12);
}

header .dropdown-icon {
  display: inline-block;
  line-height: 1;
}

header .dropdown-icon.close {
  display: none;
}

header .blue-btn.menu-btn svg {
  display: block;
  width: 22px;
  height: auto;
}

header .blue-btn.menu-btn:focus {
  outline: 3px solid rgba(30, 144, 255, 0.18);
  outline-offset: 2px;
}

header .menu-button-container {
  z-index: 310;
}
.sub-menu-toggle span.icon-plus, .sub-menu-toggle span.icon-minus {
  position: relative;
  width: 20px;
}
.sub-menu-toggle span.icon-plus::before, .sub-menu-toggle span.icon-minus::before {
  content: '\f107';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 16px; 
  color: #111;
  font-family:"FontAwesome";
}
.sub-menu-toggle span.icon-plus svg.svg-icon, .sub-menu-toggle span.icon-minus svg.svg-icon {
  display: none;
}
@media (max-width: 992px) {
  .primary-navigation-open .menu-button-container {
    background: transparent;
    padding-right: 20px;
    padding-left: 20px;
  }

  .primary-navigation-open .primary-navigation>.primary-menu-container {
    position: absolute;
    background: transparent;
    padding: 0;
    height: calc(100vh - 70px);
  }

  header .menu-button-container {
    display: block;
  }

  header .primary-navigation.is-open .menu-wrapper {
    display: flex !important;
  }

  header .menu-wrapper .sub-menu {
    padding: 0 14px !important;
    border-radius: 10px;
    margin-left: 8px;
  }

  header .menu-item {
    flex-direction: column;
  }

  header .primary-navigation .sub-menu {
    position: relative !important;
    top: 0 !important;
  }

  header .primary-navigation .menu-wrapper {
    display: none !important;
  }

  header .primary-navigation .menu-wrapper {
    display: flex;
    flex-direction: column;
    gap: 0px;
    font-size: 20px;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    padding: 0;
    right: -110% !important;
    position: fixed !important;
    top: 80px !important;
    border-radius: 12px;
    flex-direction: column !important;
    background: #ffffff !important;
    padding: 15px !important;
    gap: 16px !important;
    box-shadow: -8px 0 30px rgba(0, 0, 0, 0.08) !important;
    transition: right 260ms ease !important;
    z-index: 200 !important;
    will-change: right;
    -webkit-overflow-scrolling: touch;
  }

  header .primary-navigation.is-open .menu-wrapper {
    right: 0 !important;
  }

  header .primary-navigation .menu-wrapper li {
    width: 100%;
  }

  header .primary-navigation .menu-wrapper li a {
    width: 100%;
    padding: 10px !important;
    display: block;
  }
  #primary-menu-list > .menu-item-has-children ul {background: transparent;}
  #primary-menu-list > .menu-item-has-children ul li a {
    font-size: 15px;
  }

  button#primary-mobile-menu.menu-btn .dropdown-icon.close ,
  button#primary-mobile-menu.menu-btn.is-open span.dropdown-icon.open {
    display: none !important;
  }

  button#primary-mobile-menu.menu-btn.is-open .dropdown-icon.close,
  .menu-button-container #primary-mobile-menu[aria-expanded*=true] .dropdown-icon.open {
    display: inline-block !important;
  }
  header .menu-button-container {
    position: relative;
    z-index: 300;
    padding: 0;
  }
  .menu-button-container #primary-mobile-menu {
    padding: 22px 12px;
  }
  body.menu-locked {
    overflow: hidden !important;
  }

  header .primary-navigation .menu-wrapper>li:last-child {
    margin-left: 0px;
  }

  header .primary-navigation .menu-wrapper>li:last-child a {
    padding: 1rem 2rem !important;
    justify-content: center;
  }
  .primary-navigation > div > .menu-wrapper .sub-menu-toggle {
    display: inline-block;
    width: 20px;
    height: 20px;
  }
  header .primary-navigation.is-open .menu-wrapper li.menu-item-has-children > a {
    width: calc(100% - 30px);
    display: inline-block;
  }
  .sub-menu-toggle span.icon-plus::before {
    /* transform: rotate(-90deg) translate(100%, -30%); */
  }
  #primary-menu-list > .menu-item-has-children ul {
    /* display: none; */
  }
}

@media (max-width: 768px) {
  header .site-branding img.custom-logo {
    max-width: 160px !important;
  }
  header .primary-navigation {
    /* top: 6px; */
  }
  .primary-navigation-open .primary-navigation {
    top: 16px;
  }
  .grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  
  .btn-yellow-lg {
    justify-content: center;
  }
  .cta-minimal-box {
    padding: 1.5rem !important;
  }
  .website-app-feature-box {
    padding: 1rem !important;
    margin-bottom: 1.5rem !important;
  }
  .mobile-traffic-callout, .feature-category-card, .why-card, .custom-integration-box, .faq-question, .faq-cta-box, .footer-cta-box, .heavy-lifting-cta, .benefit-large-card, .launch-stat-card, .benefit-card {
    padding: 1rem !important;
  }
  .timeline-image img {height: auto !important;}
}



.footer {
  background-color: #00652f;
  color: #ffffff;
}

.footer-cta-section {
  border-bottom: 1px solid #ffffff1a;
}

.footer-cta-box {
  display: inline-block;
  width: 100%;
  background: linear-gradient(to right, #ffcf18, #ffd84d);
  text-align: center;
  border-radius: 1rem;
  margin: 4rem 0;
  padding: 3rem;
}

.footer-cta-box h2 {
  color: #000;
  margin-bottom: 1rem;
  font-size: 2rem;
  line-height: 1.2;
}

.footer-cta-box p {
  color: #000c;
  margin-bottom: 2rem;
  font-size: 1.125rem;
}

.footer-cta-buttons {
  flex-direction: column;
  gap: 1rem;
  display: flex;
}

.footer-main {
  padding: 4rem 0;
}

.footer-grid {
  gap: 3rem;
  display: grid;
}

.footer-brand {
  grid-column: 1 / -1;
}

.footer-logo {
  align-items: center;
  gap: .5rem;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 600;
  display: flex;
}
.footer-logo img {width: auto;}
.footer-logo svg {
  width: 32px;
  height: 32px;
  color: #ffcf18;
}

.footer-brand p {
  color: #fffc;
  margin-bottom: 1.5rem;
  line-height: 1.7;
}

.footer-contact {
  margin-bottom: 1.5rem;
}

.contact-item {
  color: #fffc;
  align-items: center;
  gap: .75rem;
  margin-bottom: .75rem;
  display: flex;
}

.contact-item svg {
  width: 20px;
  height: 20px;
  color: #ffcf18;
}

.footer-social {
  gap: 1rem;
  display: flex;
}

.footer-social a {
  width: 40px;
  height: 40px;
  color: #ffffff;
  background-color: #ffffff1a;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.footer-social a:hover {
  background-color: #ffcf18;
  color: #000;
}

.footer-social a svg {
  width: 20px;
  height: 20px;
}

.footer-links h3 {
  color: #ffcf18;
  margin-bottom: 1rem;
  font-size: 1.125rem;
}

.footer-links ul {
  list-style: none;
}

.footer-links ul li {
  margin-bottom: .75rem;
}

.footer-links ul li a {
  color: #fffc;
  text-decoration: none;
  transition: color .3s;
  pointer-events: none;
}

.footer-links ul li a:hover {
  color: #ffcf18;
}

.footer-bottom {
  border-top: 1px solid #ffffff1a;
  padding: 1.5rem 0;
}

.footer-bottom-content {
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  display: flex;
}

.copyright {
  color: #fff9;
  font-size: .875rem;
}

.footer-bottom-links {
  gap: 1.5rem;
  font-size: .875rem;
  display: flex;
}

.footer-bottom-links a {
  color: #fff9;
  text-decoration: none;
  transition: color .3s;
}

.footer-bottom-links a:hover {
  color: #ffcf18;
}

@media (width >=640px) {
  .footer-cta-buttons {
    flex-direction: row;
    justify-content: center;
  }
}

@media (width >=768px) {
  .footer-cta-box h2 {
    font-size: 2.5rem;
  }

  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-bottom-content {
    flex-direction: row;
    justify-content: space-between;
  }
}

@media (width >=1024px) {
  .footer-grid {
    grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
  }

  .footer-brand {
    grid-column: auto;
  }
}

/* ===================================
FAQ Section
=================================== */
.faq-section {
  background: linear-gradient(to bottom, #f9fafb, #ffffff);
  padding: 4rem 0;
}

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

.faq-item {
  background-color: #ffffff;
  border: 2px solid #f3f4f6;
  border-radius: 0.75rem;
  margin-bottom: 1rem;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.faq-item:hover {
  border-color: #FFCF18;
}

.faq-question {
  width: 100%;
  background-color: transparent !important;
  border: none;
  padding: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  cursor: pointer;
}

.faq-question span {
  font-size: 1.125rem;
  color: #00652F;
  font-weight: 500;
  padding-right: 1rem;
}

.faq-question svg {
  width: 24px;
  height: 24px;
  color: #00652F;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}

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

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

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

.faq-answer p {
  padding: 0 1.5rem 1.5rem 1.5rem;
  border-top: 2px solid #f3f4f6;
  padding-top: 1rem;
  color: #4b5563;
  line-height: 1.7;
}

.faq-cta-box {
  max-width: 900px;
  margin: 3rem auto 0;
  background-color: #ffffff;
  border-radius: 1rem;
  padding: 2rem;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.faq-cta-box h3 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #00652F;
  margin-bottom: 1rem;
}

.faq-cta-box p {
  color: #4b5563;
  margin-bottom: 1.5rem;
}

.faq-buttons {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

@media (min-width: 640px) {
  .faq-buttons {
    flex-direction: row;
    justify-content: center;
  }
}



/* Table Styles */
.comparison-table {
  width: 100%;
  border-collapse: collapse;
}

/* Table Headers */
.comparison-table thead tr {
  border-bottom: 1px solid #e5e7eb;
}

.comparison-table th {
  text-align: left;
  padding: 20px;
  font-weight: 500;
  vertical-align: middle;
  border-color: #e5e7eb;
}

.feature-header,
.traditional-header {
  color: #4b5563;
  border-right: 1px solid #e5e7eb;
}

.appshopo-header {
  background-color: #15803d;
  color: #ffffff;
  position: relative;
}

.header-content {
  display: flex;
  align-items: center;
  gap: 8px;
}

.lightning-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

/* Table Body Rows */
.comparison-table tbody tr {
  border-bottom: 1px solid #e5e7eb;
}

.comparison-table tbody tr:last-child {
  border-bottom: none;
}

/* Table Cells */
.comparison-table td {
  padding: 20px;
  vertical-align: middle;
  border-color: #e5e7eb;
}

.feature-cell,
.traditional-cell {
  border-right: 1px solid #e5e7eb;
}

.feature-cell {
  color: #374151;
  font-weight: 500;
}

.traditional-cell {
  color: #6b7280;
}

/* Appshopo Column */
.appshopo-cell {
  background-color: #f0fdf4;
  position: relative;
}

.accent-line {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background-color: #16a34a;
}

.cell-content {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #15803d;
  font-weight: 600;
}

.check-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  stroke-width: 2;
}
@media (max-width: 992px) {
  .table-wrapper {
    width: 100%;
    overflow-x: scroll;
  }
}
.search-results .search-wrap h1 {
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.4em;
}
.search-results .search-blog-form form.search-form {
  margin: 20px auto 0;
}
.search-results .search-posts-wrap {
  margin-top: 50px;
}
.search-results .breadcrumb {
  text-align: center;
  margin: 10px 0;
}
.search-results .breadcrumb a {text-decoration: none;}