body {
  font-family: 'Wix Madefor Display', sans-serif;
}

h1 {
  font-family: 'Syne', sans-serif;
  font-weight: 600;
  font-size: 3rem;
}

h2 {
  font-family: 'Syne', sans-serif;
  font-weight: 600;
  color: #000;
  font-size: 3rem;
}

.text-white h2 {
  color: #fff;
}

section {
  padding: 80px 0;
}

nav {
  border-bottom: 1px solid #4e4e4e;
}

.btn-pill {
  padding: 8px 30px;
  border-radius: 40px;
}

.hero-text {
  font-size: 1.4rem;
}

.hero-list li {
  margin-bottom: 10px;
}

.hero-list li:last-child {
  margin-bottom: 0;
}

.hero-list li i {
  margin-right: 8px;
}

.section-heading p {
  font-size: 1.4rem;
  color: #666;
}

.bg-dark {
  background-color: #000 !important;
}

.dark-card h3 {
  font-size: 1.6rem;
  font-family: 'Syne', sans-serif;
}

.service-list li {
  margin-bottom: 0;
  border-bottom: 1px solid #ccc;
  padding: 8px 0;
}

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

.service-list li i {
  margin-right: 6px;
}

.review-list li {
  margin-bottom: 10px;
  color: #333;
  font-weight: 600;
}

.review-list li:last-child {
  margin-bottom: 0;
}

.review-list li i {
  margin-right: 6px;
}

.step-badge {
  background-color: #000;
  font-family: 'Syne', sans-serif;
  display: inline-flex;
  padding: 1px 18px;
  font-size: 2rem;
  margin-bottom: 18px;
  border-radius: 10px;
}

.carousel-inner {
  max-width: 90%;
  margin: auto;
  background-color: #333;
  padding: 30px 9%;
  border-radius: 8px;
}

.carousel-inner p {
  margin: 0;
  font-size: 1.2rem;
}

.carousel-control-next,
.carousel-control-prev {
  width: auto;
}

.carousel-control-next-icon {
  background-image: url(../images/arrow-right.png);
}

.carousel-control-prev-icon {
  background-image: url(../images/arrow-left.png);
}

.outcome-card h3 {
  font-family: 'Syne', sans-serif;
  font-size: 1.6rem;
}

.service-top h3 {
  margin-bottom: 0;
  font-family: 'Syne', sans-serif;
}

.feature-item h3 {
  margin-bottom: 5px;
  font-family: 'Syne', sans-serif;
  color: #333;
  font-size: 1.6rem;
}

.feature-item P {
  margin-bottom: 0;
  color: #666;
}

.accountant-box {
  background-color: #1a1a1a;
}

.accountant-box:nth-child(2n) {
  background-color: #333;
}

.section-pattern {
  background-image: url(../images/bg-1.jpg);
  background-repeat: repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.service-card-2 {
  background-color: rgba(255, 255, 255, 0.5);
}

.section-testimonial {
  background-image: url('../images/bg-2.jpg');
  background-repeat: repeat;
  background-size: cover;
  background-position: center;
}

.outcome-card-main .outcome-card {
  background-color: #333;
}

.outcome-card-main:nth-child(2n) .outcome-card {
  background-color: #1a1a1a;
}

.form-card .custom-control {
  background-color: #000000;
  border: none;
  border-bottom: 1px solid #333;
  border-radius: 0;
  color: #666;
  font-size: 13px;
  padding: 9px 8px;
}

.form-card .custom-control:focus {
  border-bottom-color: #666;
  color: #fff;
  outline: none;
  box-shadow: none;
}

.form-card .custom-control::placeholder {
  color: #666;
  text-transform: uppercase;
}

.form-card input[type='submit'],
.form-card button[type='submit'] {
  border-radius: 8px;
  text-transform: uppercase;
  font-size: 0.9rem;
}

.accordion-item {
  margin-bottom: 10px;
  border-radius: 6px;
  overflow: hidden;
  background-color: transparent;
}

.accordion-item:last-child {
  margin-bottom: 0;
}

.accordion-button {
  font-size: 1.3rem;
  font-weight: 600;
  background-color: rgba(255, 255, 255, 0.5);
}

.accordion-body {
  background-color: rgba(255, 255, 255, 1);
}

.accordion-body p {
  margin-bottom: 0;
}

.accordion-button:not(.collapsed) {
  background-color: #fff;
}

.accordion-button:focus {
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0
    var(--bs-accordion-border-color);
}

.footer-brand {
  font-family: 'Wix Madefor Display', sans-serif;
  font-size: 2rem;
  margin-bottom: 20px;
}

.footer-contact li {
  margin-bottom: 12px;
}

.footer-contact li i {
  margin-right: 8px;
}

.footer-contact li:last-child {
  margin-bottom: 0;
}

.footer-contact li a {
  color: #fff;
  text-decoration: none;
}

.footer-bottom {
  background-color: #1a1a1a;
}

.social-links {
  display: flex;
  gap: 10px;
  justify-content: end;
}

.social-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #1a1a1a;
  color: #fff;
  border-radius: 50%;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.social-links a:hover {
  background-color: #555;
}

.footer-bottom p {
  color: #bfbfbf;
  font-size: 0.9rem;
}

.footer-bottom p a {
  color: #bfbfbf;
  text-decoration: none;
}

.footer-bottom p a:hover {
  text-decoration: underline;
}

.footer-links a {
  color: #fff;
  text-decoration: none;
  font-size: 0.9rem;
}

.footer-links a:first-child::after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 16px;
  background-color: #fff;
  margin-right: 10px;
  vertical-align: middle;
  margin: 0 0px 0 13px;
}

.review-title h3 {
  font-size: 2.2rem;
  text-align: center;
}

.wpcf7-not-valid-tip {
  font-size: 12px !important;
  margin-top: 5px !important;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output,
.wpcf7 form .wpcf7-response-output {
  display: none;
}

.thank-you {
  padding: 80px 0;
  text-align: center;
  min-height: calc(100vh - (var(--page-header) + var(--page-footer)));
}

.thank-you h2 {
  font-size: 100px;
  color: #000;
  font-weight: 600;
  margin-bottom: 0;
}

.thank-you p {
  color: #46494e;
  font-size: 21px;
  line-height: 30px;
  margin-bottom: 40px;
  padding: 0 8%;
}

.add-another-btn {
  background: #1a1a1a;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #ffffff;
  font-size: 18px;
  line-height: 25px;
  padding: 9px 40px;
  text-decoration: none;
  font-weight: 300;
  display: inline-block;
  border: none;
  float: none;
  margin: 0;
}

.add-another-btn:hover,
.add-another-btn:focus {
  background: #333;
  color: #fff;
}

.entry-content h1 {
  font-size: 45px;
  margin-bottom: 15px;
  color: #1a1a1a;
}

.entry-content h2 {
  font-size: 28px;
  margin-top: 30px;
  margin-bottom: 15px;
  color: #1a1a1a;
  font-weight: 600;
}

.entry-content h3 {
  font-size: 26px;
  margin-top: 30px;
  margin-bottom: 15px;
  color: #1a1a1a;
  font-weight: 600;
}

.entry-content h4 {
  font-size: 24px;
  margin-top: 30px;
  margin-bottom: 15px;
  color: #1a1a1a;
  font-weight: 600;
}

.entry-content h5 {
  font-size: 20px;
  margin-top: 25px;
  margin-bottom: 12px;
  color: #1a1a1a;
}

.entry-content h6 {
  font-size: 18px;
  margin-top: 25px;
  margin-bottom: 12px;
  font-weight: 600;
  color: #1a1a1a;
}

.entry-content ul {
  padding-left: 20px;
  margin-bottom: 20px;
}

.entry-content ul li {
  margin-bottom: 8px;
}

.entry-content p,
.thank-you-sec .entry-content p {
  margin-bottom: 16px;
}

.entry-content strong {
  font-weight: 600;
  color: #000;
}

.entry-content p:has(br),
.thank-you-sec .entry-content p:has(br) {
  margin-bottom: 10px;
}

.entry-content p + p,
.thank-you-sec .entry-content p + p {
  margin-top: 8px;
}

.entry-content p strong br,
.thank-you-sec .entry-content p strong br {
  display: none;
}

.entry-content a {
  color: #5c5c5c;
  text-decoration: none;
  font-weight: 700;
}

.entry-content a:hover {
  text-decoration: underline;
}

.hero-list li {
  position: relative;
  padding-left: 28px;
}

.hero-list li::before {
  content: '\f26b';
  font-family: 'bootstrap-icons';
  position: absolute;
  left: 0;
  top: 0;
}

.service-list li {
  position: relative;
  padding-left: 25px;
}

.service-list li::before {
  content: '\f26b';
  font-family: 'bootstrap-icons';
  position: absolute;
  left: 0;
  top: 8px;
  margin: auto;
  bottom: 0;
}

.review-list li {
  position: relative;
  padding-left: 25px;
}

.review-list li::before {
  content: '\f26b';
  font-family: 'bootstrap-icons';
  position: absolute;
  left: 0;
  top: 0;
  margin: auto;
  bottom: 0;
}

html {
    scroll-behavior: smooth;
}

section,
[id] {
    scroll-margin-top: 80px;
}

.site-header {
    position: relative;
    z-index: 9999;
    transition: transform 0.35s ease, background-color 0.35s ease, box-shadow 0.35s ease;
}

.site-header.header-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    animation: smoothHeader 0.35s ease forwards;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

@keyframes smoothHeader {
    from {
        transform: translateY(-100%);
    }
    to {
        transform: translateY(0);
    }
}

/* Responsive */
@media (max-width: 1024px) {
  .thank-you-sec h1.entry-title {
    font-size: 34px;
  }

  .entry-content h1 {
    font-size: 34px;
  }

  .entry-content h2 {
    font-size: 26px;
  }

  .entry-content h3 {
    font-size: 24px;
  }

  .entry-content h4 {
    font-size: 22px;
  }

  .entry-content h5 {
    font-size: 18px;
  }

  .entry-content h6 {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .thank-you-sec h1.entry-title {
    font-size: 28px;
  }

  .entry-content {
    font-size: 15px;
    padding: 15px;
  }

  .entry-content h1 {
    font-size: 28px;
  }

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

  .entry-content h3 {
    font-size: 22px;
  }

  .entry-content h4 {
    font-size: 20px;
  }

  .entry-content h5 {
    font-size: 17px;
  }

  .entry-content h6 {
    font-size: 15px;
  }

  .entry-content p,
  body .thank-you-sec .entry-content p {
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .thank-you-sec h1.entry-title {
    font-size: 24px;
  }

  .entry-content {
    font-size: 14px;
    padding: 12px;
  }

  .entry-content h1 {
    font-size: 24px;
  }

  .entry-content h2 {
    font-size: 22px;
  }

  .entry-content h3 {
    font-size: 20px;
  }

  .entry-content h4 {
    font-size: 19px;
  }

  .entry-content h5 {
    font-size: 16px;
  }

  .entry-content h6 {
    font-size: 14px;
  }
}

@media (max-width: 1199.98px) {
  section {
    padding: 72px 0;
  }

  .hero-section {
    padding-bottom: 62px;
  }

  .hero-image-wrap,
  .content-image-wrap {
    max-width: 100%;
  }

  .carousel-inner {
    max-width: 88%;
  }
}

@media (max-width: 991.98px) {
  section {
    padding: 50px 0;
  }

  h1 {
    font-size: 2rem;
  }

  h2 {
    font-size: 2rem;
  }

  nav.navbar {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }

  .navbar-brand.brand-text {
    white-space: normal;
    line-height: 1.3;
  }

  .navbar-collapse {
    padding-top: 18px;
  }

  .navbar-nav {
    align-items: flex-start;
  }

  .navbar-nav .nav-link {
    padding: 0.55rem 0 !important;
  }

  .hero-section .row {
    min-height: auto;
  }

  .hero-text {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-image-wrap {
    margin: 0 auto;
  }

  .content-image-wrap {
    margin: 28px auto 0;
  }

  .section-heading p {
    font-size: 1.04rem;
  }

  .feature-stack {
    max-width: 100%;
  }

  .carousel-inner {
    max-width: 100%;
    padding: 24px 56px;
  }

  .form-card {
    padding: 28px 24px !important;
  }

  .social-links {
    justify-content: flex-start;
  }

  .accountant-box {
    border: 1px solid #fff;
  }

  .footer-bottom {
    text-align: center;
  }
}

@media (max-width: 767.98px) {
  section {
    padding: 45px 0;
  }

  h1 {
    font-size: 2.2rem;
    line-height: 1.15;
  }

  h2 {
    font-size: 1.7rem;
    line-height: 1.15;
  }

  h3 {
    font-size: 1.15rem;
  }

  .btn-pill {
    font-size: 0.8rem;
    padding: 8px 20px;
  }

  .hero-section {
    padding-top: 10px;
    padding-bottom: 48px;
  }

  .hero-text {
    font-size: 1rem;
    line-height: 1.7;
  }

  .hero-list li {
    font-size: 0.96rem;
  }

  .hero-image {
    min-height: auto;
  }

  .dark-card {
    padding: 22px 10px !important;
  }

  .icon-box img {
    max-width: 60px;
  }

  .service-icon img {
    max-width: 52px;
  }

  .feature-icon img {
    max-width: 52px;
  }

  .content-image-wrap {
    margin: 0;
  }

  .dark-card h3,
  .service-top h3,
  .feature-item h3,
  .outcome-card h3 {
    font-size: 1.3rem;
  }

  .service-card {
    padding: 22px 18px !important;
  }

  .service-list li {
    font-size: 0.95rem;
  }

  .feature-item {
    gap: 12px !important;
  }

  .carousel-inner {
    padding: 22px 46px;
  }

  .carousel-inner p {
    font-size: 0.98rem;
    line-height: 1.7;
  }

  .step-badge {
    min-width: 42px;
    height: 40px;
    font-size: 1.5rem;
  }

  .review-list li {
    font-size: 0.96rem;
    align-items: flex-start;
  }

  .review-title h3 {
    font-size: 1.55rem;
  }

  .accordion-button {
    font-size: 0.98rem;
    padding: 18px 18px;
  }

  .accordion-body {
    font-size: 0.94rem;
    padding: 0 18px 18px;
  }

  .footer-brand {
    font-size: 1.6rem;
  }

  .footer-bottom .container {
    text-align: center;
  }

  .footer-links {
    justify-content: center;
  }

  .footer-links a:first-child::after {
    margin-left: 12px;
  }
}

@media (max-width: 575.98px) {
  .container {
    padding-left: 18px;
    padding-right: 18px;
  }

  section {
    padding: 35px 0;
  }

  nav.navbar {
    padding-top: 14px !important;
    padding-bottom: 14px !important;
  }

  .navbar-brand.brand-text {
    font-size: 1rem;
  }

  h1 {
    font-size: 1.6rem;
  }

  h2 {
    font-size: 1.4rem;
  }

  .hero-text,
  .section-heading p {
    font-size: 0.96rem;
  }

  .hero-list li,
  .review-list li,
  .service-list li {
    font-size: 0.92rem;
  }

  .dark-card,
  .service-card,
  .form-card,
  .outcome-card {
    border-radius: 8px !important;
  }

  .carousel-inner {
    padding: 18px 38px;
    border-radius: 8px;
  }

  .carousel-control-next,
  .carousel-control-prev {
    width: 28px;
  }

  .form-card {
    padding: 24px 18px !important;
  }

  .review-title h3 {
    font-size: 1.45rem;
  }

  .form-card .custom-control {
    font-size: 0.8rem;
  }

  .footer-contact li,
  .footer-bottom p,
  .footer-links a {
    font-size: 0.8rem;
  }

  .dark-card h3,
  .service-top h3,
  .feature-item h3,
  .outcome-card h3 {
    font-size: 1.2rem;
  }

  .carousel-inner {
    padding: 18px 27px;
    border-radius: 8px;
    height: 100%;
    min-height: 210px;
  }

  .form-card input[type='submit'],
  .form-card button[type='submit'] {
    font-size: 0.8rem;
  }
}
