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

body {
  font-family: 'Outfit', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-family: inherit;
}

.container {
  max-width: 1264px;
  margin: 0 auto;
  padding: 0 24px;
}

.gradient-button {
  display: inline-block;
  background: linear-gradient(105.96deg, #D21F25 40.5%, #F3B32D 110.93%);
  color: #fff;
  font-size: 18px;
  font-family: inherit;
  font-weight: 300;
  padding: 11px 30px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  text-decoration: none;
}

.gradient-button:hover {
  /* transform: scale(1.05); */
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.2);
}

/* ========================= BANNER TOP ========================= */
.banner_top {
  background-image: url('https://www.junglebooks.net/files/themes/junglebook/assets/images/firm-background.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  text-align: center;
  height: 200px;
  color: #fff;
}

.banner_top .banner_shadow {
  background: linear-gradient(180deg, rgba(32, 41, 92, 0.35) 0%, rgba(32, 41, 92, 0.95) 68.71%);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner_top h2 {
  font-weight: 700;
  font-size: 48px;
  text-transform: uppercase;
}

/* ========================= LOCATION INTRO / WHY ACCURATE BOOKKEEPING ========================= */
.full-container {
  display: flex;
  width: 100%;
  max-width: 100%;
  gap: 40px;
}

.intro-left-img {
  width: 50%;
  max-width: 710px;
  height: auto;
  object-fit: cover;
  display: block;
  position: relative;
}

.intro-left-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  position: relative;
  z-index: 0;
}

/* Must be on the wrapper — ::before does not work on <img> */
.intro-left-img::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(to left, #fff 0%, rgba(255, 255, 255, 0) 32%);
}


.location-intro {
  padding: 96px 0 0;
}

.location-intro .container {
  display: flex;
  align-items: center;
  gap: 32px;
}

.location-intro-content {
  width: 50%;
  height: 100%;
  flex: 1;
  padding: 0px 24px;
  margin-right: 92px;
}

.location-intro-content h2 {
  color: #20295C;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.25;
  text-transform: uppercase;
}

.location-intro-content p {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.6;
  color: #212121;
  margin: 30px 0 50px;
}

/* ========================= WHY CHOOSE ========================= */
.why-choose {
  padding: 96px 0 0;
}

.why-choose .container {
  display: flex;
  align-items: flex-start;
  max-width: 1248px;
  margin: 0 auto;
  gap: 48px;
}

.why-choose-left {
  flex: 1;
  max-width: 638px;
  margin-top: 16px;
}

.why-choose-left h2 {
  color: #20295C;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.25;
  text-transform: uppercase;
}

.why-choose-left p {
  font-weight: 300;
  font-size: 18px;
  line-height: 1.6;
  color: #212121;
  margin: 24px 0 40px;
}

.why-choose-box {
  flex: 1;
  background: #F8F8F8;
  border-radius: 16px;
  padding: 40px 36px;
}

.why-choose-box h3 {
  color: #20295C;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 24px;
}

.why-choose-box ul {
  list-style: disc;
  padding-left: 22px;
  margin: 0;
}

.why-choose-box li {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.6;
  color: #212121;
  margin-bottom: 18px;
}

.why-choose-box li:last-child {
  margin-bottom: 0;
}

/* ========================= NEED A BOOKKEEPER ========================= */
.what-is-bookkeeping {
  padding: 96px 0;
}

.bookkeeping-card {
  background: linear-gradient(90deg, #FEF5F3 0%, #FFF8F0 100%);
  border-radius: 20px;
  padding: 24px;
  text-align: center;
}

.what-is-bookkeeping .container {
  max-width: 1248px;
  margin: 0 auto;
}

.bookkeeping-card h2 {
  color: #20295C;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.25;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.bookkeeping-card p {
  max-width: 900px;
  margin: 0 auto;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.6;
  color: #212121;
}

/* ========================= BENEFITS ========================= */
.benefits {
  background: #F8F8F8;
  padding: 96px 0;
  text-align: center;
}

.benefits h2 {
  color: #20295C;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.25;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.benefits-lead {
  font-weight: 300;
  font-size: 18px;
  line-height: 1.5;
  color: #20295C;
  margin-bottom: 40px;
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  margin-bottom: 48px;
}

.benefit-card {
  background: #fff;
  border-radius: 10px;
  padding: 28px 20px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
}

.benefit-card h3 {
  color: #20295C;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 12px;
}

.benefit-card p {
  font-weight: 300;
  font-size: 14px;
  line-height: 1.5;
  color: #212121;
  margin: 0;
}

/* ========================= OUR BOOKKEEPING SERVICES ========================= */
.bookkeeping-services {
  background: #005FA0;
  padding: 96px 0;
  color: #fff;
}

.bookkeeping-services h2 {
  text-align: center;
  font-weight: 700;
  font-size: 32px;
  text-transform: uppercase;
  margin-bottom: 40px;
  color: #fff;
}

.services-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items: start;
}

.services-col {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.service-card {
  background: rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  padding: 16px;
}

.service-card h3 {
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 16px;
  color: #fff;
}

.service-card p {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.6;
  color: #fff;
  margin: 0;
}

.service-card a {
  color: #fff;
  text-decoration: underline;
}

.service-card ul {
  list-style: disc;
  padding-left: 22px;
  margin: 16px 0 0;
}

.service-card li {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 2px;
  color: #fff;
}

.service-card li:last-child {
  margin-bottom: 0;
}

/* ========================= WHO WE HELP / WHAT MAKES US DIFFERENT ========================= */
.who-we-help {
  padding: 96px 0 !important;
  padding-bottom: 0px !important;
  background: #fff;
  overflow: hidden;
}

.who-we-help-inner {
  display: flex;
  align-items: center;
  margin: 0 auto;
  gap: 0;
}

.who-we-help-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  margin: 0 auto;
  /* gap: 0; */
}

.who-we-help-content h2 {
  color: #20295C;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.25;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.who-we-help-content>p {
  font-weight: 300;
  font-size: 18px;
  line-height: 1.6;
  color: #212121;
  margin-bottom: 20px;
}

.who-we-help-content ul {
  list-style: disc;
  padding-left: 22px;
  margin: 0 0 40px;
}

.who-we-help-content li {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.6;
  color: #212121;
  margin-bottom: 10px;
}

.who-we-help-content li:last-child {
  margin-bottom: 0;
}

.what-makes-different .who-we-help-content ul {
  margin-bottom: 0;
}

.who-we-help-content {
  margin-left: 92px;
}

.what-makes-different .who-we-help-content {
  max-width: 50%;
  margin-left: 92px;
}

.who-we-help-image {
  width: 50%;
  max-width: 710px;
  flex: 1;
  min-width: 0;
  position: relative;
}

.who-we-help-image img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  position: relative;
  z-index: 0;
}

/* White gradient overlay sits above the image — left side only */
.who-we-help-image::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(to right, #fff 0%, rgba(255, 255, 255, 0) 32%);
}

/* ========================= VIRTUAL VS TRADITIONAL ========================= */
.compare-bookkeeping {
  padding: 96px 0;
  text-align: center;
}

.compare-bookkeeping h2 {
  color: #20295C;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.25;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.compare-lead {
  max-width: 780px;
  margin: 0 auto 48px;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.6;
  color: #212121;
}

.compare-table {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr 1.2fr;
  gap: 24px;
  align-items: stretch;
  text-align: left;
  margin-bottom: 40px;
}

.compare-col {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.compare-col h3 {
  color: #20295C;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.35;
  min-height: 48px;
}

.compare-col p {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5;
  color: #212121;
  margin: 0;
  min-height: 32px;
}

.compare-factors .compare-label {
  display: inline-block;
  align-self: flex-start;
  background: #F0F0F0;
  color: #20295C;
  font-weight: 700;
  font-size: 16px;
  padding: 10px 28px;
  border-radius: 8px;
  min-height: auto;
}

.compare-factors p {
  color: #20295C;
  font-weight: 400;
  padding: 0px 16px;
  font-size: 20px;
  display: flex;
  align-items: center;
}

.compare-traditional {
  background: #F4F4F4;
  border-radius: 16px;
  padding: 32px 28px;
}

.compare-virtual {
  background: linear-gradient(135deg, #FEF5F3 0%, #FFF8F0 100%);
  border-radius: 16px;
  padding: 32px 28px;
}

.compare-footer {
  max-width: 820px;
  margin: 0 auto;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.6;
  color: #212121;
}

/* ========================= BOOKKEEPING PROCESS ========================= */
.bookkeeping-process {
  background: #005FA0;
  padding: 96px 0;
  color: #fff;
  text-align: center;
}

.bookkeeping-process h2 {
  font-weight: 700;
  font-size: 32px;
  text-transform: uppercase;
  margin-bottom: 40px;
  color: #fff;
}

.process-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.process-card {
  flex: 1 1 calc(33.333% - 16px);
  background: rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  padding: 32px 24px;
  text-align: center;
}

.process-card:nth-child(4),
.process-card:nth-child(5) {
  flex: 1 1 calc(50% - 12px);
}

.process-card h3 {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 14px;
  color: #fff;
}

.process-card p {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.6;
  color: #fff;
  margin: 0;
}

/* ========================= INDUSTRIES WE SERVE ========================= */
.industries {
  background: #F7F7F7;
  padding: 96px 0 !important;
  text-align: center;
}

.industries h2 {
  color: #20295C;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.25;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.industries-lead {
  max-width: 760px;
  margin: 0 auto 40px;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.6;
  color: #212121;
}

.industries-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: stretch;
}

.industry-card {
  display: grid;
  grid-template-columns: 56px 280px 1fr;
  align-items: center;
  gap: 24px;
  width: 100%;
  background: #fff;
  border-radius: 14px;
  padding: 24px 28px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
  text-align: left;
}

.industry-icon {
  width: 48px;
  height: 48px;
  object-fit: contain;
}

.industry-card h3 {
  color: #20295C;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.3;
  margin: 0;
}

.industry-card p {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5;
  color: #212121;
  margin: 0;
}

/* ========================= WHY CHOOSE JUNGLE BOOKS ========================= */
.why-choose-jungle {
  padding: 96px 0 0;
  background: #fff;
  text-align: center;
}

.why-choose-jungle h2 {
  color: #20295C;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.25;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.why-choose-jungle-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.why-choose-jungle-card {
  background: #F8F8F8;
  border-radius: 16px;
  padding: 40px 36px;
  text-align: center;
}

.why-choose-jungle-card h3 {
  color: #20295C;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.3;
  margin-bottom: 14px;
}

.why-choose-jungle-card p {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.6;
  color: #212121;
  margin: 0;
  max-width: 420px;
  margin-inline: auto;
}

/* Next section after a full-padded blue block — skip top to avoid double 96 */
.bookkeeping-services + .who-we-help,
.bookkeeping-process + .industries {
  padding-top: 0;
}

/* ========================= SERVICE AREAS ========================= */
.service-areas {
  padding: 96px 0;
}

.service-areas-card {
  background: linear-gradient(135deg, #FEF5F3 0%, #FFF0E8 50%, #FEF5F3 100%);
  border-radius: 24px;
  padding: 56px 48px;
  text-align: center;
}

.service-areas-card h2 {
  color: #20295C;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.25;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.service-areas-lead {
  max-width: 780px;
  margin: 0 auto 36px;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.6;
  color: #212121;
}

.service-areas-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  margin-bottom: 36px;
}

.service-area-item {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  width: 264px;
  border-radius: 10px;
  padding: 14px 22px;
  color: #20295C;
  font-weight: 700;
  font-size: 16px;
}

.service-area-item img {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

.service-areas-footer {
  max-width: 860px;
  margin: 0 auto;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.6;
  color: #212121;
}

/* ========================= RESPONSIVE ========================= */
@media (max-width: 991px) {
  .location-intro .container {
    flex-direction: column;
    gap: 24px;
  }

  .location-intro-content h2 {
    font-size: 28px;
  }

  .why-choose .container {
    flex-direction: column-reverse;
    gap: 32px;
  }

  .why-choose-left {
    max-width: 100%;
  }

  .why-choose-left h2 {
    font-size: 28px;
  }

  .services-grid {
    grid-template-columns: 1fr;
  }

  .who-we-help-inner {
    flex-direction: column;
  }

  .who-we-help-content {
    max-width: 100% !important;
    padding: 0 15px 32px;
    margin: 0px !important;
  }
  .who-we-help-image{
    width: 100%;

  }

  .who-we-help-image img {
    min-height: 280px;
  }

  .who-we-help-image::before {
    background: none;
  }

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

  .compare-table {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .compare-col h3,
  .compare-col p {
    min-height: auto;
  }

  .compare-factors {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px 24px;
  }

  .compare-factors .compare-label {
    grid-column: 1 / -1;
  }

  .compare-factors p {
    min-height: auto;
  }

  .process-grid {
    display: flex;
    flex-wrap: wrap;
  }

  .process-card,
  .process-card:nth-child(4),
  .process-card:nth-child(5) {
    flex: 1 1 calc(50% - 12px);
  }

  .industry-card {
    grid-template-columns: 48px 1fr;
    gap: 16px 20px;
  }

  .industry-card p {
    grid-column: 1 / -1;
  }

  .why-choose-jungle-grid {
    grid-template-columns: 1fr;
  }

  .service-areas-card {
    padding: 40px 28px;
  }

  .full-container {
    flex-direction: column;
  }

  .location-intro-content {
    width: 100%;
    height: 100%;
    flex: 1;
    margin-right: 24px;
  }

  .intro-left-img {
    width: 100%;
    max-width: 100%;
  }
}

/* ========================= FREQUENTLY ASKED QUESTIONS ========================= */
.faq-main-new {
  padding: 70px 0 96px;
}

.faq-card-new {
  background: #F8F8F8;
  border-radius: 16px;
  padding: 46px 28px;
}

.faq-card-new h2 {
  color: #20295C;
  text-align: center;
  font-family: inherit;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 48px;
}

.faq-list-new {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.faq-item-new {
  background: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
}

.faq-item-new summary {
  cursor: pointer;
  padding: 28px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  list-style: none;
}

.faq-item-new summary::-webkit-details-marker {
  display: none;
}

.faq-item-new h3 {
  color: var(--Title, #111);
  font-family: inherit;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.faq-icon-new {
  width: 18px;
  height: 18px;
  position: relative;
  flex-shrink: 0;
  cursor: pointer;
  fill: var(--Title, #111);
}

.faq-icon-new::before,
.faq-icon-new::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #20295c;
  border-radius: 2px;
}

.faq-icon-new::before {
  width: 16px;
  height: 2px;
}

.faq-icon-new::after {
  width: 2px;
  height: 16px;
  transition: transform 0.2s ease;
}

/* When opened, hide the vertical bar (turn + into —) */
.faq-item-new[open] .faq-icon-new::after {
  transform: translate(-50%, -50%) scaleY(0);
}

.faq-item-new p {
  margin: 0;
  padding: 0 18px 16px;
  color: #212121;
  font-weight: 300;
  font-size: 14.5px;
  line-height: 1.6;
}

/* ========================= GET STARTED CTA ========================= */
.get-started {
  padding-bottom: 96px;
}

.get-started-card {
  background: linear-gradient(135deg, #fef5f3 0%, #fff0e8 100%);
  border-radius: 20px;
  padding: 48px 40px;
  text-align: center;
}

.get-started-card h2 {
  color: #20295c;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.25;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.get-started-lead {
  max-width: 980px;
  margin: 0 auto 20px;
  color: #212121;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.65;
}

.get-started-card h3 {
  color: #20295c;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.3;
  margin-bottom: 18px;
}

.get-started-contact {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 28px;
  flex-wrap: wrap;
  margin-bottom: 22px;
}

.contact-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  text-align: left;
  max-width: 880px;
}

.contact-icon {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
background: linear-gradient(106deg, rgba(210, 31, 37, 0.20) 40.5%, rgba(243, 179, 45, 0.20) 110.93%);
}

.contact-icon img {
  width: 18px;
  height: 18px;
  display: block;
}

.contact-label {
  display: block;
  color: #262626;
  font-weight: 700;
  font-size: 12px;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 4px;
}

.contact-text a,
.contact-text p {
  color: #212121;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5;
  text-decoration: none;
  margin: 0;
}

@media (max-width: 767px) {
  .banner_top h2 {
    font-size: 32px;
  }

  .location-intro {
    padding: 40px 0;
  }

  .intro-left-img {
    width: 100%;
    max-width: 100%;
  }

  .location-intro-content {
    width: 100%;
    margin-right: 0;
  }

  .location-intro-content h2 {
    font-size: 24px;
  }

  .location-intro-content p {
    font-size: 16px;
    margin: 20px 0 30px;
  }

  .why-choose {
    padding: 40px 0;
  }

  .why-choose-left h2 {
    font-size: 24px;
  }

  .why-choose-left p {
    font-size: 16px;
    margin: 20px 0 30px;
  }

  .why-choose-box {
    padding: 28px 24px;
    border-radius: 12px;
  }

  .why-choose-box h3 {
    font-size: 18px;
  }

  .why-choose-box li {
    font-size: 15px;
  }

  .what-is-bookkeeping {
    padding: 20px 0 40px;
  }

  .bookkeeping-card {
    padding: 32px 24px;
    border-radius: 16px;
  }

  .bookkeeping-card h2 {
    font-size: 24px;
    margin-bottom: 16px;
  }

  .bookkeeping-card p {
    font-size: 16px;
  }

  .benefits {
    padding: 40px 0;
  }

  .benefits h2 {
    font-size: 24px;
  }

  .benefits-lead {
    font-size: 16px;
    margin-bottom: 28px;
  }

  .benefits-grid {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-bottom: 32px;
  }

  .benefit-card h3 {
    font-size: 16px;
  }

  .compare-bookkeeping {
    padding: 40px 0;
  }

  .compare-bookkeeping h2 {
    font-size: 24px;
  }

  .compare-lead {
    font-size: 16px;
    margin-bottom: 28px;
  }

  .compare-traditional,
  .compare-virtual {
    padding: 24px 20px;
  }

  .compare-col h3 {
    font-size: 16px;
    min-height: auto;
  }

  .compare-col p {
    font-size: 15px;
  }

  .compare-footer {
    font-size: 15px;
  }

  .bookkeeping-process {
    padding: 40px 0;
  }

  .bookkeeping-process h2 {
    font-size: 24px;
    margin-bottom: 28px;
  }

  .process-grid {
    display: flex;
    flex-direction: column;
  }

  .process-card,
  .process-card:nth-child(4),
  .process-card:nth-child(5) {
    flex: 1 1 100%;
  }

  .process-card {
    padding: 24px 20px;
  }

  .process-card h3 {
    font-size: 18px;
  }

  .process-card p {
    font-size: 15px;
  }

  .industries {
    padding: 40px 0;
  }

  .industries h2 {
    font-size: 24px;
  }

  .industries-lead {
    font-size: 16px;
    margin-bottom: 28px;
  }

  .industry-card {
    grid-template-columns: 40px 1fr;
    padding: 20px;
    gap: 12px 16px;
  }

  .industry-icon {
    width: 40px;
    height: 40px;
  }

  .industry-card h3 {
    font-size: 16px;
  }

  .industry-card p {
    font-size: 15px;
  }

  .why-choose-jungle {
    padding: 40px 0;
  }

  .why-choose-jungle h2 {
    font-size: 24px;
    margin-bottom: 28px;
  }

  .why-choose-jungle-card {
    padding: 28px 24px;
    border-radius: 12px;
  }

  .why-choose-jungle-card h3 {
    font-size: 18px;
  }

  .why-choose-jungle-card p {
    font-size: 15px;
  }

  .service-areas {
    padding: 20px 0 40px;
  }

  .service-areas-card {
    padding: 32px 20px;
    border-radius: 16px;
  }

  .service-areas-card h2 {
    font-size: 24px;
  }

  .service-areas-lead,
  .service-areas-footer {
    font-size: 15px;
  }

  .service-area-item {
    font-size: 14px;
    padding: 12px 16px;
  }

  .bookkeeping-services {
    padding: 40px 0;
  }

  .bookkeeping-services h2 {
    font-size: 24px;
    margin-bottom: 28px;
  }

  .service-card {
    padding: 24px;
    border-radius: 12px;
  }

  .service-card h3 {
    font-size: 20px;
  }

  .service-card p,
  .service-card li {
    font-size: 15px;
  }

  .who-we-help {
    padding: 40px 0;
  }

  .who-we-help-content h2 {
    font-size: 24px;
  }

  .who-we-help-content>p {
    font-size: 16px;
  }

  .who-we-help-content li {
    font-size: 15px;
  }

  .gradient-button {
    font-size: 14px;
    padding: 11px 20px;
  }

  .get-started {
    padding: 40px 0;
  }

  .get-started-card {
    padding: 28px 20px 24px;
    border-radius: 16px;
  }

  .get-started-card h2 {
    font-size: 24px;
  }

  .get-started-lead,
  .contact-text a,
  .contact-text p {
    font-size: 15px;
  }

  .get-started-contact {
    gap: 18px;
    justify-content: flex-start;
  }

  .contact-item {
    max-width: 100%;
  }
}