:root {
  --aj-brand-red: #c11425;
  --aj-brand-yellow: var(--aj-brand-red);
  --aj-brand-navy: #0f1b24;
  --onpoint-primary: var(--aj-brand-red);
  --onpoint-primary-rgb: 193, 20, 37;
}

/* Keep the original template layout intact and only add light branding tweaks. */
.xs-sidebar-group {
  display: none;
}

.main-menu__logo img {
  display: block;
  height: 40px;
  width: auto;
}

.footer-widget__logo img {
  display: block;
  height: 40px;
  width: auto;
}

.site-footer__shape-1 img {
  display: block;
  width: 539px;
  max-width: 100%;
  height: auto;
}

.footer-widget__about-contact li .icon {
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  min-width: 40px;
  min-height: 40px;
  border-radius: 8px;
}

.footer-widget__about-contact li .icon > span {
  line-height: 1;
}

.footer-widget__newsletter-text {
  margin-bottom: 24px;
}

.footer-widget__call-box {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 22px;
}

.footer-widget__call-icon span {
  display: inline-block;
  font-size: 42px;
  color: var(--onpoint-white);
  line-height: 1;
}

.footer-widget__call-content p {
  margin: 0 0 6px;
  font-size: 16px;
  line-height: 1.2;
  color: rgba(var(--onpoint-white-rgb), 0.9);
}

.footer-widget__call-content h4 {
  margin: 0;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 700;
}

.footer-widget__call-content h4 a {
  color: var(--onpoint-white);
  transition: color 0.3s ease;
}

.footer-widget__call-content h4 a:hover {
  color: var(--onpoint-primary);
}

.footer-widget__call-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 6px 24px 6px;
  padding-right: 4px;
  font-size: 15px;
}

.main-menu__wrapper-inner {
  margin-left: calc(-0.5 * var(--bs-gutter-x, 30px));
  margin-right: calc(-0.5 * var(--bs-gutter-x, 30px));
  width: calc(100% + var(--bs-gutter-x, 30px));
  max-width: calc(100% + var(--bs-gutter-x, 30px));
}

.main-menu__btn,
.thm-btn {
  letter-spacing: 0.02em;
}

.main-slider__title span {
  color: var(--onpoint-white);
}

.main-slider__title span:before {
  background-color: var(--aj-brand-red);
}

.main-slider__shape-1,
.main-slider__shape-4 {
  background: var(--aj-brand-red);
}

.project-two__btn > span {
  background-color: var(--aj-brand-red);
}

.testimonial-one__ratting > span,
.testimonial-one__ratting .last-star,
.testimonial-two__ratting span,
.testimonial-two__ratting .last-icon,
.blog-details__client-ratting span,
.blog-details__client-ratting .icon-star-two,
.project-details__information-list li p .icon-star,
.project-details__information-list li p .last-icon {
  color: var(--aj-brand-red);
}

.testimonial-one__client-img {
  width: 64px;
  height: 64px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.testimonial-one__client-img img {
  width: 64px;
  height: 64px;
  object-fit: cover;
  border-radius: 50%;
}

/* White text and icons on red accent surfaces */
.services-one__single:hover .services-one__icon > span,
.contact-one__contact-list li .icon > span {
  color: var(--onpoint-white);
}

.services-one__btn > span::after,
.about-one__btn > span::after,
.project-two__btn > span::after,
.blog-page__btn > span::after,
.blog-two__btn > span::after,
.contact-two__btn > span::after {
  color: var(--onpoint-white);
}

.services-one__btn:hover > span::after,
.blog-page__btn:hover > span::after,
.about-one__btn:hover > span {
  color: var(--onpoint-white);
}

.counter-one__right,
.counter-one__right .section-title__tagline,
.counter-one__right .section-title__title,
.counter-one__right-text {
  color: var(--onpoint-white);
}

.counter-one__count-list li .counter-one__count > h3,
.counter-one__count-list li .counter-one__count > span,
.counter-one__count-list li .counter-one__count-text {
  color: var(--onpoint-white);
}

.counter-one__count-list li:hover .counter-one__icon span {
  color: var(--onpoint-white);
}

.counter-one__icon img {
  width: 40px;
  height: 40px;
  display: block;
  object-fit: contain;
  filter: brightness(0) invert(1);
  transition: filter 500ms ease;
}

.counter-one__count-list li:hover .counter-one__icon img {
  filter: brightness(0) invert(1);
}

.counter-one__count-list {
  align-items: stretch;
}

.counter-one__count-list li {
  display: flex;
  flex-direction: column;
  flex: 1 1 0;
  min-height: 100%;
}

.counter-one__count-list li .counter-one__count-text {
  flex: 1;
}

@media (min-width: 992px) {
  .counter-one > .container > .row {
    align-items: stretch;
  }

  .counter-one > .container > .row > [class*='col-'] {
    display: flex;
    flex-direction: column;
  }

  .counter-one__left,
  .counter-one__right {
    flex: 1;
  }

  .counter-one__right {
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

.contact-two__btn,
.sidebar__tags-list a,
.sidebar__search-form button[type="submit"] {
  color: var(--onpoint-white);
}

.blog-details__social a:hover,
.blog-page__social a:hover,
.blog-details__pagenation li:hover .icon > a {
  color: var(--onpoint-white);
}

.why-are-we__year > h3,
.counter-two__big-text > h3 {
  -webkit-text-stroke-color: var(--onpoint-white);
}

.why-are-we__year > p {
  color: var(--onpoint-white);
}

.aj-about-values .why-are-we__img-2,
.aj-services-process .why-are-we__img-2,
.aj-careers-benefits .why-are-we__img-2 {
  position: relative;
}

.aj-about-values .why-are-we__year,
.aj-services-process .why-are-we__year,
.aj-careers-benefits .why-are-we__year {
  position: relative;
  left: auto;
  top: auto;
  max-width: none;
  margin-top: 24px;
}

.aj-about-values .why-are-we__year > h3,
.aj-services-process .why-are-we__year > h3,
.aj-careers-benefits .why-are-we__year > h3 {
  font-size: 28px;
  line-height: 1.35;
  color: var(--onpoint-white);
  -webkit-text-stroke: 0;
  text-transform: none;
}

.aj-about-values .why-are-we__year > p,
.aj-services-process .why-are-we__year > p,
.aj-careers-benefits .why-are-we__year > p {
  color: rgba(var(--onpoint-white-rgb), 0.92);
  margin-top: 12px;
}

.page-header__bg {
  background-position: center center;
}

.cta-one__bg-img {
  background-image: url('../images/backgrounds/cta.webp');
  background-position: center center;
}

.faq-one > .container > .row + .row {
  margin-top: 30px;
}

.faq-one__right--media {
  background-color: transparent;
  padding: 0;
  height: 100%;
  display: flex;
  align-items: stretch;
}

.faq-one__right--media .aj-faq-feature-img {
  position: relative;
  bottom: auto;
  left: auto;
  width: 100%;
  height: 100%;
  pointer-events: auto;
}

.faq-one__right--media .aj-faq-feature-img img {
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 20px;
}

.faq-one__form-panel {
  background-color: #fff;
  border-radius: 22px;
  padding: 36px 34px 40px;
  box-shadow: 0 14px 40px rgba(15, 27, 36, 0.08);
}

.faq-one__form-panel .faq-one__from-title {
  color: var(--onpoint-black);
  margin-bottom: 28px;
}

.faq-one__btn {
  border: none;
  background-color: var(--onpoint-black);
  color: var(--onpoint-white);
}

.faq-one__btn > span {
  background-color: rgba(var(--onpoint-white-rgb), 0.2);
}

.faq-one__btn::after {
  background-color: var(--onpoint-white);
}

.faq-one__btn:hover {
  color: var(--onpoint-black);
}

.faq-one__btn:hover > span::after {
  color: var(--onpoint-black);
}

.faq-one > .container > .row.align-items-stretch > [class*='col-'] {
  display: flex;
}

.faq-one.aj-services-faq,
.faq-one.aj-careers-apply,
.faq-one.faq-page {
  overflow: visible;
}

@media (max-width: 991px) {
  .faq-one__right--media {
    margin-top: 40px;
  }

  .faq-one__right--media .aj-faq-feature-img img {
    min-height: 320px;
  }

  .faq-one__form-panel {
    padding: 28px 24px 32px;
  }
}

.error-page__btn-box {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 30px;
}

.section-title__tagline,
.project-one__sub-title {
  color: var(--aj-brand-yellow);
}

.main-slider__sub-title {
  color: var(--onpoint-white);
}

.footer-widget__services-list li a span {
  color: var(--aj-brand-yellow);
}

.brand-one__text span {
  color: var(--onpoint-base);
}

.site-footer__bottom-text,
.site-footer__bottom-menu li a {
  letter-spacing: 0.01em;
}

.site-footer__bottom-text a {
  color: rgba(var(--onpoint-white-rgb), 0.8);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.site-footer__bottom-text a:hover {
  color: var(--onpoint-base);
}

.about-one {
  padding-top: 120px;
}

.about-one.aj-about-page {
  padding-top: 0;
  padding-bottom: 120px;
}

.about-two.aj-about-page {
  padding-top: 120px;
}

.aj-about-metrics {
  padding-bottom: 120px;
}

.aj-gallery {
  position: relative;
  padding-top: 0;
  padding-bottom: 120px;
}

.aj-gallery .section-title {
  margin-bottom: 24px;
}

.aj-gallery__intro {
  max-width: 760px;
  margin: 0 auto 40px;
  text-align: center;
  color: var(--onpoint-gray);
}

.aj-gallery__grid {
  --bs-gutter-x: 24px;
  --bs-gutter-y: 24px;
}

.aj-gallery-card {
  height: 100%;
  background: var(--onpoint-white);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.aj-gallery-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.12);
}

.aj-gallery-card__link {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 4 / 3;
}

.aj-gallery-card__link img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.aj-gallery-card__link:hover img {
  transform: scale(1.06);
}

.aj-gallery-card__zoom {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.35);
  color: var(--onpoint-white);
  font-size: 28px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.aj-gallery-card__link:hover .aj-gallery-card__zoom,
.aj-gallery-card__link:focus-visible .aj-gallery-card__zoom {
  opacity: 1;
}

.aj-gallery-card__caption {
  margin: 0;
  padding: 14px 16px 16px;
  font-size: 15px;
  line-height: 1.5;
  color: var(--onpoint-black);
}

@media (max-width: 767px) {
  .aj-gallery {
    padding-bottom: 90px;
  }

  .aj-gallery__intro {
    margin-bottom: 28px;
  }

  .aj-gallery__grid {
    --bs-gutter-x: 16px;
    --bs-gutter-y: 16px;
  }

  .aj-gallery-card__caption {
    padding: 10px 12px 12px;
    font-size: 14px;
  }
}

.aj-about-values {
  padding-top: 0;
}

.aj-about-testimonials {
  padding-top: 0;
  padding-bottom: 90px;
}

@media (min-width: 1200px) {
  .aj-about-page > .container > .row {
    align-items: center;
  }

  .aj-about-page .about-one__left {
    margin-top: 0;
    padding-right: 24px;
  }

  .aj-about-page .about-one__right {
    margin-left: 0;
  }
}

.aj-about-page .about-one__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.aj-about-page .about-one__list li {
  flex: none;
  max-width: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 0;
}

.aj-about-page .about-one__list li .about-one__icon {
  flex-shrink: 0;
  margin-bottom: 0;
}

.aj-about-page .about-one__list li h3 {
  margin-top: 0;
  font-size: 16px;
  line-height: 1.45;
}

.aj-about-page .about-one__list-box {
  margin-top: 32px;
}

.aj-about-values .why-are-we__right {
  margin-left: 0;
}

.aj-about-values .why-are-we__img {
  margin-right: 0;
}

.aj-values-grid {
  --bs-gutter-y: 16px;
  margin-top: 8px;
}

.aj-values-grid > [class*='col-'] {
  display: flex;
}

.aj-value-card {
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 20px;
  padding: 24px 22px;
  box-shadow: 0 10px 30px rgba(15, 27, 36, 0.06);
}

.aj-value-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: var(--onpoint-base);
  margin-bottom: 16px;
}

.aj-value-card__icon span {
  font-size: 20px;
  color: var(--onpoint-white);
}

.aj-value-card h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 10px;
}

.aj-value-card p {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 0;
}

.aj-about-highlight,
.aj-section-highlight {
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  margin-top: 48px;
}

.aj-about-highlight img,
.aj-section-highlight img {
  width: 100%;
  display: block;
  min-height: 280px;
  object-fit: cover;
  border-radius: 22px;
}

.aj-about-highlight .why-are-we__year,
.aj-section-highlight .why-are-we__year {
  position: absolute;
  left: auto;
  right: 32px;
  bottom: 32px;
  top: auto;
  max-width: 420px;
  margin-top: 0;
  padding: 32px 28px 36px;
}

.aj-about-testimonials .section-title {
  margin-bottom: 48px;
}

@media (max-width: 991px) {
  .aj-about-page .about-one__left,
  .aj-about-page .about-one__right {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .aj-about-page .about-one__right {
    margin-top: 40px;
  }

  .aj-about-values .why-are-we__img {
    margin-bottom: 40px;
  }

  .aj-about-highlight .why-are-we__year,
  .aj-section-highlight .why-are-we__year {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    max-width: none;
    margin-top: 24px;
  }

  .aj-about-highlight img,
  .aj-section-highlight img {
    min-height: 220px;
  }
}

.aj-services-page.services-one {
  padding-top: 120px;
  padding-bottom: 80px;
}

.aj-services-page.services-one .section-title {
  margin-bottom: 48px;
}

.aj-services-process {
  padding-top: 0;
}

.aj-services-process .why-are-we__right {
  margin-left: 0;
}

.aj-services-process .why-are-we__img {
  margin-right: 0;
}

.aj-services-page.aj-service-cards .services-one__single {
  height: 100%;
}

.aj-services-faq {
  padding-bottom: 120px;
}

.aj-careers-page.team-page {
  padding-top: 120px;
  padding-bottom: 80px;
}

.aj-careers-page .section-title {
  margin-bottom: 48px;
}

.aj-careers-page .team-one__single.aj-career-card {
  margin-bottom: 0;
}

.aj-careers-benefits {
  padding-top: 0;
}

.aj-careers-benefits .why-are-we__right {
  margin-left: 0;
}

.aj-careers-benefits .why-are-we__img {
  margin-right: 0;
}

.aj-careers-apply {
  padding-bottom: 120px;
}

.aj-service-details {
  padding: 120px 0;
}

.aj-service-details-nav {
  margin-bottom: 24px;
}

.aj-service-details-cta {
  position: relative;
  overflow: hidden;
  background-color: var(--onpoint-black);
  border-radius: 22px;
  padding: 0;
  text-align: left;
}

.aj-service-details-cta__bg {
  position: absolute;
  inset: 0;
  background-image: url(../images/backgrounds/cta.webp);
  background-size: cover;
  background-position: center;
  opacity: 0.2;
  pointer-events: none;
}

.aj-service-details-cta__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(193, 20, 37, 0.94) 0%,
    rgba(15, 27, 36, 0.97) 100%
  );
}

.aj-service-details-cta__content {
  position: relative;
  z-index: 1;
  padding: 32px 28px 34px;
}

.aj-service-details-cta__tagline {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(var(--onpoint-white-rgb), 0.85);
  background: rgba(var(--onpoint-white-rgb), 0.12);
  border: 1px solid rgba(var(--onpoint-white-rgb), 0.18);
  border-radius: 999px;
  padding: 6px 14px;
  margin-bottom: 16px;
}

.aj-service-details-cta .services-details__get-touch-title {
  font-size: 26px;
  line-height: 1.25;
  text-transform: none;
  color: var(--onpoint-white);
  margin-bottom: 10px;
}

.aj-service-details-cta .services-details__get-touch-sub-title {
  color: rgba(var(--onpoint-white-rgb), 0.82);
  margin-top: 0;
  margin-bottom: 24px;
  line-height: 1.6;
}

.aj-service-details-cta__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 24px;
}

.aj-service-details-cta__item {
  display: flex;
  align-items: center;
  gap: 14px;
  background: rgba(var(--onpoint-white-rgb), 0.1);
  border: 1px solid rgba(var(--onpoint-white-rgb), 0.14);
  border-radius: 16px;
  padding: 14px 16px;
  transition: background-color 0.25s ease, border-color 0.25s ease;
}

.aj-service-details-cta__item:hover {
  background: rgba(var(--onpoint-white-rgb), 0.16);
  border-color: rgba(var(--onpoint-white-rgb), 0.22);
}

.aj-service-details-cta__item-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: var(--onpoint-base);
}

.aj-service-details-cta__item-icon span {
  font-size: 18px;
  color: var(--onpoint-white);
}

.aj-service-details-cta__item-body {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.aj-service-details-cta__item-label {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: rgba(var(--onpoint-white-rgb), 0.65);
}

.aj-service-details-cta__item-value {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.35;
  color: var(--onpoint-white);
  word-break: break-word;
}

.aj-service-details-cta__item-value:hover {
  color: rgba(var(--onpoint-white-rgb), 0.85);
}

.aj-service-details-cta__btn {
  width: auto;
  justify-content: center;
  border: none;
  padding: 6px 24px 6px;
  padding-right: 4px;
}

.aj-service-details .services-details__img-1 img {
  width: 100%;
  border-radius: 22px;
  object-fit: cover;
}

.aj-service-details .services-details__text-2 {
  margin-top: 31px;
}

.aj-service-detail-feature {
  height: 100%;
  background: #fff;
  border-radius: 20px;
  padding: 24px 22px;
  box-shadow: 0 10px 30px rgba(15, 27, 36, 0.06);
}

.aj-service-details .services-details__faq {
  margin-top: 40px;
}

.aj-service-details .services-details__faq .section-title__title {
  font-size: 32px;
}

.aj-service-details-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 36px;
}

.aj-service-details-actions__secondary {
  background-color: var(--onpoint-white);
  color: var(--onpoint-black);
}

.aj-service-details-actions__secondary > span {
  background-color: rgba(var(--onpoint-black-rgb), 0.08);
}

@media (min-width: 992px) {
  /* page-wrapper overflow:hidden breaks position:sticky on career detail sidebars */
  body.single-career .page-wrapper {
    overflow: visible;
  }

  body.single-career {
    overflow-x: clip;
  }

  .aj-career-details > .container > .row {
    align-items: flex-start;
  }

  .aj-career-details__sidebar {
    position: sticky;
    top: 120px;
    align-self: flex-start;
    z-index: 3;
  }

  .aj-career-details .services-details__left {
    position: static;
  }

  body.single-career:has(.stricky-header.stricky-fixed) .aj-career-details__sidebar {
    top: 100px;
  }
}

.aj-contact-info.contact-one {
  padding-top: 120px;
  padding-bottom: 60px;
}

.aj-contact-info .section-title {
  margin-bottom: 48px;
}

.aj-contact-cards {
  --bs-gutter-y: 24px;
}

.aj-contact-cards > [class*='col-'] {
  display: flex;
}

.aj-contact-card {
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 22px;
  padding: 32px 28px;
  box-shadow: 0 14px 40px rgba(15, 27, 36, 0.08);
}

.aj-contact-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: var(--onpoint-base);
  margin-bottom: 18px;
}

.aj-contact-card__icon span {
  font-size: 22px;
  color: var(--onpoint-white);
}

.aj-contact-card h3 {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 12px;
}

.aj-contact-card p {
  font-size: 15px;
  line-height: 1.6;
  color: var(--onpoint-gray);
  margin-bottom: 8px;
}

.aj-contact-card p:last-child {
  margin-bottom: 0;
}

.aj-contact-card a {
  color: var(--onpoint-black);
}

.aj-contact-card a:hover {
  color: var(--onpoint-base);
}

.aj-contact-page.contact-two {
  padding-top: 0;
  padding-bottom: 80px;
}

.aj-contact-page > .container > .row {
  --bs-gutter-y: 30px;
}

.aj-contact-page > .container > .row > [class*='col-'] {
  display: flex;
}

.aj-contact-page .contact-two__left,
.aj-contact-page .contact-two__right {
  width: 100%;
  margin-top: 0;
  margin-left: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
}

.aj-contact-paths {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 8px;
  flex: 1;
}

.aj-contact-paths .aj-value-card p a {
  color: var(--onpoint-black);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.aj-contact-paths .aj-value-card p a:hover {
  color: var(--onpoint-base);
}

.aj-contact-map {
  padding-bottom: 80px;
}

.aj-contact-map .container {
  overflow: hidden;
  border-radius: 22px;
  box-shadow: 0 14px 40px rgba(15, 27, 36, 0.08);
}

.aj-contact-map iframe {
  display: block;
  width: 100%;
  height: 450px;
  border: 0;
}

@media (max-width: 991px) {
  .aj-services-process .why-are-we__img {
    margin-bottom: 40px;
  }

  .aj-services-page.aj-service-cards .services-one__title {
    min-height: auto;
  }

  .aj-services-faq .faq-one__left {
    margin-bottom: 40px;
  }

  .aj-careers-benefits .why-are-we__img {
    margin-bottom: 40px;
  }

  .aj-careers-apply .faq-one__left {
    margin-bottom: 40px;
  }

  .aj-contact-page .contact-two__right {
    margin-top: 0;
  }
}

@media (min-width: 992px) {
  .why-choose-one > .container > .row {
    align-items: stretch;
  }

  .why-choose-one > .container > .row > .col-xl-6:last-child,
  .why-choose-one > .container > .row > .col-lg-6:last-child {
    display: flex;
    flex-direction: column;
  }

  .why-choose-one__right {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-height: 100%;
  }

  .why-choose-one__img {
    position: relative;
    flex: 1;
    min-height: 100%;
    overflow: hidden;
    border-radius: 20px;
  }

  .why-choose-one__img > img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 20px;
  }
}

.aj-service-cards .row {
  --bs-gutter-y: 30px;
}

.aj-service-cards .row > [class*='col-'] {
  display: flex;
}

.aj-service-cards .services-one__single {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 0;
  margin-bottom: 0;
  overflow: hidden;
  border-radius: 22px;
  box-shadow: 0 14px 40px rgba(15, 27, 36, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.aj-service-cards .services-one__single:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 48px rgba(15, 27, 36, 0.12);
}

.aj-service-cards .services-one__image {
  position: relative;
  display: block;
  width: 100%;
  height: 210px;
  overflow: hidden;
}

.aj-service-cards .services-one__image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.aj-service-cards .services-one__single:hover .services-one__image img {
  transform: scale(1.05);
}

.aj-service-cards .services-one__title {
  padding: 24px 24px 0;
  margin-bottom: 0;
}

.aj-service-cards .services-one__btn-box {
  margin-top: auto;
  padding: 24px 24px 28px;
}

.aj-about-page .about-one__img-1 img,
.aj-about-page .about-one__img-2 img,
.aj-about-metrics .counter-one__img img,
.aj-services-process .why-are-we__img img,
.aj-services-process .why-are-we__img-2 img,
.aj-careers-benefits .why-are-we__img img,
.aj-careers-benefits .why-are-we__img-2 img {
  border-radius: 22px;
}

.aj-about-page .about-one__list li,
.aj-about-values .why-are-we__list li,
.aj-services-process .why-are-we__list li,
.aj-careers-benefits .why-are-we__list li,
.aj-contact-page .why-are-we__list li {
  border-radius: 20px;
  background-color: #fff;
  padding: 22px 24px;
  box-shadow: 0 10px 30px rgba(15, 27, 36, 0.06);
}

.aj-about-page .about-one__list-box,
.aj-about-metrics .counter-one__right,
.aj-about-values .why-are-we__right,
.aj-services-process .why-are-we__right,
.aj-careers-benefits .why-are-we__right {
  max-width: 100%;
}

.aj-services-page .services-one__single,
.aj-careers-page .team-one__single,
.aj-testimonials-page .testimonial-one__single,
.aj-contact-info .contact-one__inner,
.aj-contact-page .contact-two__left,
.aj-contact-page .contact-two__right,
.aj-services-faq .faq-one__form-panel,
.aj-careers-apply .faq-one__form-panel {
  border-radius: 22px;
  box-shadow: 0 14px 40px rgba(15, 27, 36, 0.08);
}

.aj-services-page .services-one__single {
  min-height: 100%;
  padding: 38px 28px 30px;
}

.aj-services-page .row {
  --bs-gutter-y: 30px;
}

.aj-services-page .services-one__title {
  min-height: 88px;
  display: flex;
  align-items: flex-start;
}

.aj-services-page .services-one__btn-box,
.aj-careers-page .team-one__content {
  margin-top: auto;
}

.aj-services-page.aj-service-cards .services-one__single {
  padding: 0;
  margin-bottom: 0;
  overflow: hidden;
}

.aj-services-page.aj-service-cards .services-one__title {
  min-height: 88px;
  display: block;
  padding: 24px 24px 0;
  margin-bottom: 0;
}

.aj-services-page.aj-service-cards .services-one__btn-box {
  padding: 24px 24px 28px;
}

.aj-services-page.aj-service-cards .row > [class*='col-'] {
  display: flex;
}

.aj-careers-page .row {
  --bs-gutter-y: 30px;
}

.aj-careers-page .row > [class*='col-'] {
  display: flex;
}

.aj-careers-page .team-one__single.aj-career-card {
  overflow: hidden;
  width: 100%;
  height: 100%;
  flex-direction: column;
  align-items: stretch;
  background-color: var(--onpoint-white);
  border: 1px solid rgba(var(--onpoint-black-rgb), 0.08);
  padding: 0;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.aj-careers-page .team-one__single.aj-career-card::before {
  display: none;
}

.aj-careers-page .team-one__single.aj-career-card::after {
  display: none;
}

.aj-careers-page .team-one__single.aj-career-card:hover {
  transform: translateY(-6px);
  border-color: rgba(var(--onpoint-primary-rgb), 0.18);
  box-shadow: 0 22px 48px rgba(15, 27, 36, 0.12);
}

.aj-career-card__media {
  position: relative;
  display: block;
  width: 100%;
  height: 200px;
  overflow: hidden;
}

.aj-career-card__media a {
  display: block;
  width: 100%;
  height: 100%;
}

.aj-career-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.aj-careers-page .team-one__single.aj-career-card:hover .aj-career-card__media img {
  transform: scale(1.05);
}

.aj-careers-page .team-one__content {
  margin-left: 0;
  padding: 22px 24px 28px;
  min-height: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1;
}

.aj-careers-page .team-one__title {
  font-size: 22px;
  line-height: 1.25;
  margin-bottom: 10px;
}

.aj-careers-page .team-one__sub-title {
  margin-top: 0;
  margin-bottom: 0;
  color: rgba(var(--onpoint-black-rgb), 0.72);
  line-height: 1.65;
}

.aj-career-card__footer {
  margin-top: auto;
  padding-top: 24px;
}

.aj-career-card__btn {
  border: none;
  padding: 6px 24px 6px;
  padding-right: 4px;
  font-size: 15px;
}

.aj-testimonials-page .row {
  --bs-gutter-y: 30px;
}

.aj-testimonials-page .testimonial-one__single {
  height: 100%;
  padding: 34px 30px;
}

.aj-testimonials-page .testimonial-one__text {
  min-height: 120px;
}

.aj-contact-info .contact-one__inner {
  background: #fff;
  padding: 24px;
}

.aj-contact-page .contact-two__left,
.aj-contact-page .contact-two__right,
.aj-services-faq .faq-one__form-panel,
.aj-careers-apply .faq-one__form-panel {
  background-color: #fff;
  padding: 36px 34px;
}

.aj-contact-page .contact-two__form input,
.aj-contact-page .contact-two__form textarea,
.aj-services-faq .faq-one__form input,
.aj-services-faq .faq-one__form textarea,
.aj-careers-apply .faq-one__form input,
.aj-careers-apply .faq-one__form textarea {
  border-radius: 14px;
}

.aj-cf7-contact-form .wpcf7 {
  margin: 0;
}

.aj-cf7-contact-form .wpcf7-form {
  position: relative;
  display: block;
}

.aj-cf7-contact-form .wpcf7-form .row {
  --bs-gutter-x: 20px;
}

.aj-cf7-contact-form .contact-two__input-box .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

.aj-cf7-contact-form .contact-two__input-box input.wpcf7-form-control,
.aj-cf7-contact-form .contact-two__input-box textarea.wpcf7-form-control {
  width: 100%;
  outline: none;
  font-weight: 400;
  border-radius: 14px;
  background-color: transparent;
  border: 1px solid var(--onpoint-bdr-color);
  color: var(--onpoint-gray);
}

.aj-cf7-contact-form .contact-two__input-box input.wpcf7-form-control {
  height: 67px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
}

.aj-cf7-contact-form .contact-two__input-box textarea.wpcf7-form-control {
  height: 130px;
  padding-top: 15px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
}

.aj-cf7-contact-form .wpcf7-not-valid-tip {
  margin-top: 6px;
  font-size: 13px;
}

.aj-cf7-contact-form .wpcf7-response-output {
  margin: 20px 0 0;
  padding: 14px 16px;
  border-radius: 14px;
}

.aj-cf7-contact-form .contact-two__btn-box {
  position: relative;
  display: block;
}

.aj-cf7-contact-form .contact-two__btn-box p {
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.aj-cf7-contact-form .contact-two__btn-box .wpcf7-spinner {
  margin: 0;
  vertical-align: middle;
}

.aj-cf7-contact-form button.wpcf7-submit.contact-two__btn {
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  line-height: 1.2;
}

.aj-cf7-contact-form button.wpcf7-submit.contact-two__btn > span {
  flex-shrink: 0;
}

.aj-contact-page .contact-two__right .why-are-we__list li {
  margin-bottom: 18px;
}

@media (max-width: 991px) {
  .aj-services-page .services-one__title,
  .aj-testimonials-page .testimonial-one__text,
  .aj-careers-page .team-one__content {
    min-height: auto;
  }

  .aj-contact-page .contact-two__left,
  .aj-contact-page .contact-two__right,
  .aj-services-faq .faq-one__form-panel,
  .aj-careers-apply .faq-one__form-panel {
    padding: 28px 24px;
  }
}

.aj-sms-consent-page.contact-two {
  position: relative;
  z-index: 2;
  padding-top: 80px;
  padding-bottom: 200px;
}

.aj-sms-consent-page .contact-two__left {
  max-width: 100%;
  margin-top: 0;
  background-color: #fff;
  border-radius: 22px;
  box-shadow: 0 14px 40px rgba(15, 27, 36, 0.08);
  padding: 36px 34px;
}

.aj-sms-consent-page .contact-two__form input {
  border-radius: 14px;
}

.aj-sms-consent-page .about-one__text {
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .aj-sms-consent-page .contact-two__left {
    padding: 28px 24px;
  }
}

.aj-sms-consent-check {
  margin-bottom: 18px;
}

.aj-sms-consent-check__label {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin: 0;
  font-size: 15px;
  line-height: 1.65;
  color: rgba(var(--onpoint-black-rgb), 0.82);
  cursor: pointer;
}

.aj-sms-consent-check__label input[type='checkbox'] {
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  margin-top: 4px;
}

.aj-sms-consent-check__label a {
  color: var(--onpoint-primary);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.aj-cf7-sms-consent-form .wpcf7 {
  margin: 0;
}

.aj-cf7-sms-consent-form .wpcf7-form .row {
  --bs-gutter-x: 20px;
}

.aj-cf7-sms-consent-form .contact-two__input-box .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

.aj-cf7-sms-consent-form .contact-two__input-box input.wpcf7-form-control,
.aj-cf7-sms-consent-form .contact-two__input-box textarea.wpcf7-form-control {
  width: 100%;
  outline: none;
  font-weight: 400;
  border-radius: 14px;
  background-color: transparent;
  border: 1px solid var(--onpoint-bdr-color);
  color: var(--onpoint-gray);
}

.aj-cf7-sms-consent-form .contact-two__input-box input.wpcf7-form-control {
  height: 67px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
}

.aj-cf7-sms-consent-form .aj-sms-consent-check .wpcf7-form-control-wrap {
  display: block;
}

.aj-cf7-sms-consent-form .aj-sms-consent-check .wpcf7-list-item {
  margin: 0;
}

.aj-cf7-sms-consent-form .aj-sms-consent-check .wpcf7-list-item label {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin: 0;
  font-size: 15px;
  line-height: 1.65;
  color: rgba(var(--onpoint-black-rgb), 0.82);
  cursor: pointer;
}

.aj-cf7-sms-consent-form .aj-sms-consent-check .wpcf7-list-item input[type='checkbox'] {
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  margin-top: 4px;
}

.aj-cf7-sms-consent-form .aj-sms-consent-check .wpcf7-list-item-label {
  flex: 1;
}

.aj-cf7-sms-consent-form .aj-sms-consent-check .wpcf7-list-item-label a {
  color: var(--onpoint-primary);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.aj-cf7-sms-consent-form .wpcf7-not-valid-tip {
  margin-top: 6px;
  font-size: 13px;
}

.aj-cf7-sms-consent-form .wpcf7-response-output {
  margin: 20px 0 0;
  padding: 14px 16px;
  border-radius: 14px;
}

.aj-cf7-sms-consent-form .contact-two__btn-box {
  position: relative;
  display: block;
}

.aj-cf7-sms-consent-form .contact-two__btn-box p {
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.aj-cf7-sms-consent-form .contact-two__btn-box .wpcf7-spinner {
  margin: 0;
  vertical-align: middle;
}

.aj-cf7-sms-consent-form button.wpcf7-submit.contact-two__btn {
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  line-height: 1.2;
}

.aj-cf7-sms-consent-form button.wpcf7-submit.contact-two__btn > span {
  flex-shrink: 0;
}

.aj-legal-page {
  padding-bottom: 200px;
}

.aj-legal-page .about-one__text {
  margin-bottom: 28px;
}

.aj-legal-content h3 {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.35;
  margin: 32px 0 12px;
  color: var(--onpoint-black);
}

.aj-legal-content h3:first-child {
  margin-top: 0;
}

.aj-legal-content p {
  margin-bottom: 16px;
  line-height: 1.75;
  color: rgba(var(--onpoint-black-rgb), 0.82);
}

.aj-legal-content ul {
  margin: 0 0 20px;
  padding-left: 24px;
}

.aj-legal-content li {
  margin-bottom: 10px;
  line-height: 1.65;
  color: rgba(var(--onpoint-black-rgb), 0.82);
}

.aj-legal-content a {
  color: var(--onpoint-primary);
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* ------------------------------------------------------------------
   Mobile layout refinements (homepage + shared sections)
   ------------------------------------------------------------------ */
@media (max-width: 991px) {
  .main-menu__wrapper-inner {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    max-width: 100%;
  }

  .main-menu .container,
  .site-footer .container,
  .page-header .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .aj-service-details {
    padding: 80px 0;
  }

  .aj-service-details-actions {
    flex-direction: column;
  }

  .aj-service-details-actions .thm-btn {
    width: 100%;
    justify-content: space-between;
  }

  .aj-service-details-cta__content {
    padding: 28px 22px 30px;
  }
}

@media (max-width: 767px) {
  .page-wrapper {
    overflow-x: clip;
  }

  .container {
    --bs-gutter-x: 24px;
  }

  .section-title {
    margin-bottom: 28px;
  }

  .section-title__tagline {
    font-size: 13px;
  }

  .section-title__title {
    font-size: 24px;
    line-height: 1.35;
  }

  /* Icon CTA buttons: label left, arrow icon right */
  .thm-btn:has(> span) {
    justify-content: space-between;
  }

  /* Hero */
  .main-slider {
    margin-left: 0;
    margin-right: 0;
    border-radius: 0;
  }

  .main-slider .container {
    padding-top: 128px;
    padding-bottom: 110px;
  }

  .main-slider__sub-title-box {
    margin-bottom: 14px;
  }

  .main-slider__title {
    font-size: 28px;
    line-height: 1.25;
    margin-bottom: 16px;
  }

  .main-slider__text {
    font-size: 16px;
    line-height: 1.65;
    margin-bottom: 24px;
  }

  .main-slider__btn-and-call-box {
    gap: 18px;
    width: 100%;
  }

  .main-slider__btn-box,
  .main-slider__call {
    width: 100%;
  }

  .main-slider__btn-box .thm-btn {
    width: 100%;
  }

  .main-slider__call-number h5 {
    font-size: 22px;
    line-height: 1.3;
    word-break: break-word;
  }

  /* Shared section spacing */
  .services-one,
  .why-choose-one,
  .about-one,
  .counter-one,
  .team-one,
  .faq-one,
  .testimonial-one,
  .cta-one,
  .why-are-we {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }

  .about-one {
    padding-top: 70px !important;
  }

  .aj-services-page.services-one,
  .aj-careers-page.team-page,
  .aj-services-faq,
  .aj-careers-apply,
  .aj-about-metrics,
  .aj-about-testimonials,
  .aj-contact-info.contact-one,
  .aj-contact-page.contact-two,
  .aj-contact-map,
  .aj-sms-consent-page.contact-two,
  .aj-legal-page,
  .aj-service-details {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }

  .aj-service-details .services-details__service-box > .row {
    --bs-gutter-y: 24px;
  }

  .aj-service-detail-feature {
    margin-bottom: 24px;
  }

  .aj-service-details .services-details__service-box > .row > [class*='col-']:last-child .aj-service-detail-feature {
    margin-bottom: 0;
  }

  .aj-career-details .services-details__right {
    margin-top: 32px;
  }

  .aj-contact-map {
    padding-bottom: 50px !important;
  }

  .services-one .section-title,
  .why-choose-one .section-title,
  .about-one .section-title,
  .counter-one .section-title,
  .team-one .section-title,
  .faq-one .section-title,
  .testimonial-one .section-title {
    margin-bottom: 32px;
  }

  /* Service cards */
  .aj-service-cards .services-one__image {
    height: 190px;
  }

  .aj-service-cards .services-one__title {
    padding: 20px 20px 0;
    font-size: 18px;
    line-height: 1.45;
  }

  .aj-service-cards .services-one__btn-box {
    padding: 20px 20px 24px;
  }

  .services-one__btn {
    width: 100%;
  }

  /* Why choose */
  .why-choose-one__left {
    margin-bottom: 32px;
  }

  .why-choose-one__btn-box .thm-btn {
    width: 100%;
  }

  .why-choose-one__img {
    margin-bottom: 0;
  }

  .why-choose-one__delivery-box {
    position: relative;
    right: auto;
    bottom: auto;
    max-width: none;
    width: 100%;
    margin-top: 16px;
    padding: 20px 18px;
    gap: 14px;
  }

  .why-choose-one__delivery-box .icon > span {
    font-size: 42px;
  }

  .why-choose-one__delivery-box > p {
    font-size: 18px;
    line-height: 1.4;
  }

  /* About */
  .about-one__right {
    margin-top: 32px;
  }

  .about-one .about-one__list {
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
  }

  .about-one .about-one__list li {
    flex: none;
    max-width: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 0;
    padding: 18px 16px;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(15, 27, 36, 0.06);
  }

  .about-one .about-one__list li .about-one__icon {
    flex: 0 0 60px;
    margin-bottom: 0;
  }

  .about-one .about-one__list li h3 {
    margin-top: 0;
    flex: 1;
    min-width: 0;
    font-size: 16px;
    line-height: 1.45;
  }

  .about-one__trusted-box {
    position: relative;
    left: auto;
    bottom: auto;
    margin-top: 20px;
    width: 100%;
    max-width: none;
    grid-column: 1 / -1;
    padding: 24px 18px;
  }

  .about-one__img-box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
    gap: 16px;
  }

  .about-one__img-1,
  .about-one__img-2 {
    max-width: none;
    width: 100%;
    min-width: 0;
  }

  .about-one__img-1 img,
  .about-one__img-2 img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    object-position: center;
    display: block;
  }

  .about-one__btn-box .thm-btn {
    width: 100%;
  }

  /* Counter / metrics */
  .counter-one__left {
    margin-bottom: 32px;
  }

  .counter-one__right {
    padding: 36px 20px;
    border-radius: 20px;
  }

  .counter-one__count-list {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
    gap: 10px;
  }

  .counter-one__count-list li {
    flex: 1 1 0;
    min-width: 0;
    max-width: none;
    width: auto;
    padding: 14px 10px 16px;
  }

  .counter-one__count-list li .counter-one__icon-and-count {
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }

  .counter-one__count-list li .counter-one__icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
  }

  .counter-one__count-list li .counter-one__icon span {
    font-size: 28px;
  }

  .counter-one__count-list li .counter-one__icon img {
    width: 28px;
    height: 28px;
  }

  .counter-one__count-list li .counter-one__count {
    justify-content: center;
  }

  .counter-one__count-list li .counter-one__count > h3,
  .counter-one__count-list li .counter-one__count > span {
    font-size: 26px;
    line-height: 1;
  }

  .counter-one__count-list li .counter-one__count-text {
    font-size: 11px;
    line-height: 1.35;
    text-align: center;
    margin-top: 8px;
  }

  /* Careers */
  .aj-career-card__media {
    height: 180px;
  }

  .aj-careers-page .team-one__content {
    padding: 20px 18px 24px;
    align-items: stretch;
  }

  .aj-career-card__footer {
    width: 100%;
  }

  .aj-career-card__btn {
    width: 100%;
  }

  /* FAQ */
  .faq-one__left {
    margin-bottom: 32px;
  }

  .faq-one__form-panel {
    padding: 24px 18px 28px;
  }

  .faq-one__btn-box {
    width: 100%;
  }

  .faq-one__btn-box .thm-btn {
    width: 100%;
  }

  .accrodion-title h4 {
    font-size: 16px;
    line-height: 1.45;
    padding-right: 28px;
  }

  .faq-one__right--media {
    margin-top: 28px;
  }

  .faq-one__right--media .aj-faq-feature-img img {
    min-height: 240px;
  }

  /* Testimonials */
  .testimonial-one__inner {
    padding-bottom: 50px;
  }

  .testimonial-one__single {
    padding: 28px 22px;
  }

  .testimonial-one__text {
    font-size: 15px;
    line-height: 1.65;
    min-height: auto;
  }

  .testimonial-one__dot-style {
    position: relative;
    bottom: auto;
    right: auto;
    left: auto;
    margin-top: 20px;
    text-align: center;
  }

  /* CTA */
  .cta-one__inner {
    padding: 36px 20px;
    text-align: center;
  }

  .cta-one__title {
    font-size: 26px;
    line-height: 1.35;
  }

  .cta-one__contact-box {
    margin-left: auto;
    margin-right: auto;
  }

  /* Page header */
  .page-header {
    padding-top: 110px;
    padding-bottom: 60px;
    margin-left: 0;
    margin-right: 0;
  }

  .page-header__bg,
  .page-header__bg::before {
    border-radius: 0;
  }

  .page-header h2 {
    font-size: 28px;
    line-height: 1.3;
  }

  .thm-breadcrumb {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 4px;
  }

  /* Footer */
  .site-footer__top {
    padding-top: 90px;
    padding-bottom: 50px;
  }

  .site-footer__shape-1 {
    opacity: 0.35;
  }

  .site-footer__shape-1 img {
    width: 280px;
  }

  .footer-widget__about,
  .footer-widget__company,
  .footer-widget__services,
  .footer-widget__newsletter {
    margin-left: 0;
    margin-right: 0;
  }

  .footer-widget__newsletter {
    margin-top: 32px;
    margin-bottom: 0;
  }

  .footer-widget__company.aj-footer-accordion,
  .footer-widget__services.aj-footer-accordion {
    margin-top: 0;
    margin-bottom: 0;
    border-bottom: 1px solid rgba(var(--onpoint-white-rgb), 0.12);
  }

  .footer-widget__company.aj-footer-accordion {
    margin-top: 32px;
    border-top: 1px solid rgba(var(--onpoint-white-rgb), 0.12);
  }

  .aj-footer-accordion__toggle {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin: 0 0 0;
    padding: 18px 0;
    border: 0;
    background: transparent;
    cursor: pointer;
    text-align: left;
    color: inherit;
  }

  .aj-footer-accordion__toggle .footer-widget__title {
    margin: 0;
    font-size: 20px;
    line-height: 1.3;
  }

  .aj-footer-accordion__toggle::after {
    content: "\f067";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    font-size: 12px;
    flex: 0 0 30px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--onpoint-base);
    color: var(--onpoint-white);
    transition: transform 0.25s ease, background-color 0.25s ease;
  }

  .aj-footer-accordion.is-active .aj-footer-accordion__toggle::after {
    content: "\f068";
    background-color: rgba(var(--onpoint-white-rgb), 0.2);
  }

  .aj-footer-accordion__panel {
    display: none;
    padding-bottom: 18px;
  }

  .aj-footer-accordion.is-active .aj-footer-accordion__panel {
    display: block;
  }

  .aj-footer-accordion.is-active .footer-widget__title-box {
    margin-bottom: 16px;
  }

  .aj-footer-accordion .footer-widget__title-box {
    margin-bottom: 0;
    margin-top: 0;
  }

  .footer-widget__call-btn {
    width: 100%;
  }

  .site-footer__bottom-inner {
    padding: 24px 16px;
    gap: 14px;
    align-items: center;
  }

  .site-footer__bottom-text {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 0;
  }

  .site-footer__bottom-menu {
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }

  .site-footer__bottom-menu li + li {
    margin-left: 0;
    margin-top: 0;
  }

  /* Floating controls */
  .scroll-to-top {
    right: 16px;
    bottom: 16px;
    width: 46px;
    height: 46px;
  }

  .scroll-to-top i {
    line-height: 46px;
    font-size: 16px;
  }

  /* Value / list cards */
  .aj-about-page .about-one__list li,
  .aj-about-values .why-are-we__list li,
  .aj-services-process .why-are-we__list li,
  .aj-careers-benefits .why-are-we__list li,
  .aj-contact-page .why-are-we__list li,
  .aj-value-card,
  .aj-contact-card {
    padding: 18px 16px;
  }

  .aj-value-card {
    text-align: center;
  }

  .aj-value-card__icon {
    margin-left: auto;
    margin-right: auto;
  }

  .aj-about-highlight .why-are-we__year,
  .aj-section-highlight .why-are-we__year {
    padding: 24px 18px 28px;
  }

  .aj-about-highlight .why-are-we__year > h3,
  .aj-section-highlight .why-are-we__year > h3 {
    font-size: 22px;
    line-height: 1.35;
  }
}

@media (min-width: 768px) {
  .aj-footer-accordion__toggle {
    display: block;
    width: auto;
    padding: 0;
    margin: 0;
    border: 0;
    background: transparent;
    color: inherit;
    font: inherit;
    text-align: left;
    appearance: none;
    -webkit-appearance: none;
    pointer-events: none;
    cursor: default;
  }

  .aj-footer-accordion__toggle::after {
    display: none;
  }

  .aj-footer-accordion__panel {
    display: block !important;
    padding-bottom: 0;
  }

  .aj-footer-accordion {
    border: 0 !important;
  }

  .aj-footer-accordion .aj-footer-accordion__toggle {
    margin-bottom: 33px;
    margin-top: -1px;
  }
}

@media (max-width: 575px) {
  .main-slider .container {
    padding-top: 118px;
    padding-bottom: 96px;
  }

  .main-slider__title {
    font-size: 24px;
  }

  .section-title__title {
    font-size: 22px;
  }

  .cta-one__title {
    font-size: 22px;
  }

  .page-header h2 {
    font-size: 24px;
  }
}
