/* ==========================================================================
   LOCATION PAGE STYLES
   Minimal custom CSS — Bootstrap 4 utilities handle spacing & layout.
   This CSS file is for colors, fonts, and sizes to match the theme.
   ========================================================================== */
   body {
    color: #212529;
    overflow-x: hidden;
  }

  /* Common Components & Overrides */
  .section-title  {
    color: #292929;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 56px;
  }

  .text-paragraph {
    color: #292929;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
  }
  .custom-svg-icon {
    width: 48px;
    height: 48px;
    fill: #0079C0;
  }
.my-para{
  margin: 10px;
}
  .custom-svg-icon-white {
    width: 11px;
    height: 8px;
    fill: #fff;
  }
/* --------------------------------------------------------------------------
   HERO SECTION
   -------------------------------------------------------------------------- */
.hero-section {
  background-image: url('../locationimages/banner.png');;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 400px;
  position: relative;
  padding-bottom: 60px;
}

.hero-section h1 {
  color: #FFF;
  font-size: 56px;
  font-style: normal;
  line-height: 60px;
}

.hero-section .container {
  position: relative;
  z-index: 1;
}

/* --------------------------------------------------------------------------
   INTRO SECTION
   -------------------------------------------------------------------------- */
.intro-section {
  padding: 125px 0 96px 0;
}

.intro-section .services-image,
.why-choose-section .why-choose-section-img {
  border-radius: 16px;
}

.intro-section .section-title,
.intro-section .text-paragraph {
  margin-bottom: 30px;
}

.intro-section .btn {
  padding-top: 14px;
  padding-bottom: 14px;
  border-radius: 12px;
  background-color: #0079C0;
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  /* 155.556% */
  letter-spacing: 0.9px;
  border-color: #0079C0;
  min-width: 200px;
}

.intro-section .btn-primary {
  min-width: 300px;
}

.intro-section .btn-outline-primary {
  background-color: transparent;
  color: #0079C0;
}

/* --------------------------------------------------------------------------
   Stats Section
   -------------------------------------------------------------------------- */
.stats-ribbon {
  padding-bottom: 96px;
}

.stats-ribbon .stats-border h5,
.services-section .service-card h5,
.accordion-section .accordion-card .btn,
.faq-section .accordion-card .btn {
  color: #292929;
  text-align: center;
  font-size: 28px;
  font-style: normal;
  line-height: 36px;
}

.services-section .service-card h5,
.accordion-section .accordion-card .btn,
.faq-section .accordion-card .btn {
  font-weight: 700;
}

.stats-ribbon .stats-border p {
  color: #2C2C2C;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

.partner-section {
  padding: 96px 0;
  background-color: #F4F9FB;
}

.partner-section .location-marker {
  padding: 12px;
  border-radius: 12px;
  background: #EFF6FF;
}

.partner-section .custom-svg-icon {
  width: 24px;
  height: 24px;
}

.partner-section .text-box h6 {
  color: #383838;
  font-size: 18px;
  font-style: normal;
  line-height: 28px;
  margin-bottom: 2px;
}

.partner-section .text-box p {
  color: #242424;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}
.office-image-container {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}

.office-overlay-card {
  position: absolute;
  bottom: 14px;
  right: 14px;
  max-width: 380px;
  padding: 16px;
  border-radius: 12px;
  background: #FFF;
  box-shadow: 7px 6px 20px 0 rgba(0, 0, 0, 0.15);
}

/* --------------------------------------------------------------------------
   ACCOUNTING SERVICES
   Equal-height cards via flex column layout
   -------------------------------------------------------------------------- */
.services-section {
  padding: 96px 0px;
}

.services-section .card .text-paragraph {
  font-size: 16px;
}
.service-card {
  border-radius: 12px;
  background: #F4F9FB;
  transition: all 0.3s ease;
}

.service-card .card-link {
  color: #0079C0;
  font-size: 14px;
  font-style: normal;
  line-height: 20px;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}

/* --------------------------------------------------------------------------
   WHY CHOOSE US
   Dark blue background section
   -------------------------------------------------------------------------- */
.why-choose-section {
  padding: 96px 0px;
  background-color: #0079C0;
}

.why-choose-section .mb30 {
  margin-bottom: 30px;
}

.why-choose-section .check-icon {
  padding: 6px;
  border-radius: 9999px;
  background: #FFF;
  line-height: 0;
  margin-right: 12px;
}

.why-choose-section ul li.mb20 {
  margin-bottom: 20px;
}

.why-choose-section ul li.mb20:last-child {
  margin-bottom: 0px;
}

.why-choose-section ul li span {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0.48px;
}

/* --------------------------------------------------------------------------
   ACCORDION
   -------------------------------------------------------------------------- */
.accordion-section {
  padding: 96px 0px;
  background-color: #F4F9FB;
}

.accordion-section .accordion-card {
  border-radius: 24px;
  border: 1px solid #F3F4F6;
  background: #FFF;
  padding: 16px;
  margin-bottom: 20px;
}

.accordion-section .accordion-card:last-child {
  margin-bottom: 0px;
}

.accordion-section .accordion-card .card-header {
  margin-bottom: 12px;
}

.accordion-section .accordion-card .card-header .btn {
  padding: 0px;
}

.accordion-section .accordion-card .card-body {
  font-size: 16px;
}

.accordion-btn {
  text-decoration: none !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-align: left;
}

.accordion-icon {
  transition: transform 0.2s ease;
}

.accordion-btn[aria-expanded="true"] .accordion-icon {
  transform: rotate(180deg);
}

/* --------------------------------------------------------------------------
   BENEFITS GRID
   Light-tinted square tiles
   -------------------------------------------------------------------------- */
.benefits-local-section {
  padding: 96px 0px;
}

.benefits-local-section .mb20 {
  margin-bottom: 20px;
}

.benefits-local-section .location-card .custom-svg-icon {
  width: 32px;
  height: 32px;
}

.benefits-local-section .location-card h5 {
  color: #292929;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
}
.location-card {
  transition: all 0.3s ease;
  border-radius: 12px;
  background: #F4F9FB;
}

/* --------------------------------------------------------------------------
   ONBOARDING PROCESS
   Numbered step cards
   -------------------------------------------------------------------------- */
.onboarding-section {
  padding-bottom: 96px;
}

.onboarding-section .service-card h5 {
  color: #292929;
  text-align: center;
  font-size: 28px;
  font-style: normal;
  line-height: 36px;
}

.onboarding-section .service-card .text-paragraph {
  font-size: 16px;
}
.step-circle {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  color: #0079C0;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* --------------------------------------------------------------------------
   INDUSTRIES WE SERVE
   White cards on blue background
   -------------------------------------------------------------------------- */
.industries-section {
  background-color: #0079C0;
  padding: 96px 0px;
}

.industries-section .industry-card h5 {
  color: #292929;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
}
.industry-card {
  border-radius: 12px;
  background: #FFF;
  transition: all 0.3s ease;
}

/* --------------------------------------------------------------------------
   FAQ ACCORDION
   -------------------------------------------------------------------------- */
.faq-section {
  padding: 96px 0px;
}

.faq-section .accordion-card {
  border-radius: 24px;
  border: 1px solid #F3F4F6;
  background: #F4F9FB;
  padding: 16px;
  margin-bottom: 20px;
}

.faq-section .accordion-card:last-child {
  margin-bottom: 0px;
}

.faq-section .accordion-card .card-header {
  margin-bottom: 12px;
}

.faq-section .accordion-card .card-header .btn {
  padding: 0px;
}

.faq-section .accordion-card .card-body {
  font-size: 16px;
}

.faq-section .accordion-btn {
  text-decoration: none !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-align: left;
}

.faq-section .accordion-icon {
  transition: transform 0.2s ease;
}

.faq-section .accordion-btn[aria-expanded="true"] .accordion-icon {
  transform: rotate(180deg);
}

/* --------------------------------------------------------------------------
   FINAL CTA BAR
   -------------------------------------------------------------------------- */
.cta-banner {
  margin-bottom: 96px;
}

.cta-banner .container {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  background-color: #0079C0;
}

.cta-banner .container::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 188px;
  height: 150px;
  background: url('../locationimages/chats-icon.svg') no-repeat top right / contain;
  opacity: 0.15;
  pointer-events: none;
}

.cta-banner .container .row {
  position: relative;
  z-index: 1;
}

.cta-banner h3 {
  color: #FFF;
  font-size: 36px;
  font-style: normal;
  line-height: normal;
}

.cta-banner p {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

.cta-banner .btn {
  padding: 14px 16px;
  border-radius: 16px;
  background-color: #ffffff;
  color: #0079C0;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
}

 /* Stats Ribbon borders */
 @media (min-width: 768px) {
  .stats-border {
    border-right: 1px solid #696969;
  }

  .stats-row div:last-child .stats-border {
    border-right: none;
  }
}

@media (max-width: 768px) {
  .hero-section h1
  {
    font-size: 50px;
    line-height: 55px;
  }
  .section-title
  {
    font-size: 36px;
    line-height: 40px;
  }
  .btn
  {
    width: 100%;
    white-space: wrap;
  }
  .intro-section .btn-outline-primary
  {
    margin-bottom: 0px;
  }
  .accordion-section .accordion-card .btn, .faq-section .accordion-card .btn
  {
    font-size: 20px;
    line-height: 26px;
    text-align: left;
  }
  .benefits-local-section .location-card h5, .industries-section .industry-card h5
  {
    font-size: 18px;
    line-height: 20px;
  }
  .cta-banner p
  {
    margin-bottom: 15px !important;
  }
}

 .stats-row .stats-border:last-child {
    border-right: none;
}