/* ARW Eric site overrides */

:root {
  /* Secondary brand colour: the green from the ARW logo swoosh.
     Used very sparingly alongside the dominant orange (--color-primary). */
  --color-secondary: #2E8A45;
}

.arw-usp {
  border: none;
  box-shadow: none;
  padding: 2rem;
  background: var(--color-gray-50, #f9f9f9);
  border-radius: 8px;
}

.arw-bullet-list {
  list-style: none;
  padding: 0;
  margin: 1.5rem 0;
}

.arw-bullet-list li {
  padding: 0.4rem 0;
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}

.arw-bullet-list li i {
  color: var(--color-secondary, #2E8A45);
  margin-top: 3px;
  flex-shrink: 0;
}

.about-image-area .image-one {
  width: 100%;
  border-radius: 8px;
}

.about-image-area .image-two {
  width: 60%;
  margin-top: -4rem;
  margin-left: auto;
  border-radius: 8px;
  display: block;
  position: relative;
  z-index: 1;
}

.header-mid-one-wrapper .logo-area img {
  height: 82px;
  width: auto;
}

.header-mid-one-wrapper .logo-area {
  flex-basis: auto;
  padding: 10px 30px 10px 0;
}

.mainmenu > li.main-nav > a {
  white-space: nowrap;
}

/* Secondary outline button: brand-green border, text, and hover fill. */
.tmp-btn.btn-border {
  border-color: var(--color-secondary, #2E8A45) !important;
  color: var(--color-secondary, #2E8A45);
}

.tmp-btn.btn-border::after {
  background: var(--color-secondary, #2E8A45);
}

.tmp-btn.btn-border:hover {
  border-color: var(--color-secondary, #2E8A45) !important;
  color: #fff;
}

/* Services grid icons: brand primary orange (matches the warm peach circle). */
.service-wrapper .icon i {
  color: var(--color-primary, #FF5E14);
}

/* CTA section */
.arw-cta-section {
  background: var(--color-primary, #FF5E14);
  padding: 80px 0;
}

.arw-cta-section .Section-title {
  color: #fff;
}

.arw-cta-section .desc {
  color: rgba(255, 255, 255, 0.9);
}

.arw-cta-btn {
  background: #fff !important;
  color: var(--color-primary, #FF5E14) !important;
  border-color: #fff !important;
  width: fit-content;
  margin: 0 auto;
}

.arw-cta-btn:hover {
  background: transparent !important;
  color: #fff !important;
}

.arw-cta-btn .btn-icon i {
  color: var(--color-primary, #FF5E14);
}

.arw-cta-btn:hover .btn-icon i {
  color: #fff;
}

/* Intro card below inner page banners */
.arw-page-intro {
  padding: 80px 0;
}

.arw-page-intro__inner {
  position: relative;
  max-width: 920px;
  margin: 0 auto;
  padding: 46px 56px 42px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 18px 50px rgba(15, 23, 42, 0.08);
  text-align: center;
  overflow: hidden;
}

/* Subtle nod to the logo: orange swoosh transitioning to green. */
.arw-page-intro__inner::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg,
    var(--color-primary, #FF5E14) 0%,
    var(--color-primary, #FF5E14) 55%,
    var(--color-secondary, #2E8A45) 100%);
}

.arw-page-intro__mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-bottom: 22px;
  border-radius: 50%;
  background: rgba(255, 94, 20, 0.1);
  color: var(--color-primary, #FF5E14);
  font-size: 20px;
}

.arw-page-intro__inner .Section-title {
  margin-bottom: 18px;
}

.arw-page-intro__inner .desc {
  max-width: 760px;
  margin: 0 auto;
  font-size: 20px;
  line-height: 1.65;
}

.arw-page-intro__inner .desc + .desc {
  margin-top: 16px;
}

@media (max-width: 767px) {
  .arw-page-intro {
    padding: 50px 0;
  }

  .arw-page-intro__inner {
    padding: 34px 24px;
  }

  .arw-page-intro__inner .desc {
    font-size: 17px;
  }

}

/* Project entry image area */
.project-wrapper4 .image-area {
  height: 460px;
  overflow: hidden;
  flex-shrink: 0;
}

.project-wrapper4 .arw-project-single-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.arw-project-swiper {
  height: 460px;
}

.arw-project-swiper .swiper-slide {
  height: 460px;
}

.arw-project-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.arw-project-swiper .swiper-button-next,
.arw-project-swiper .swiper-button-prev {
  color: #fff;
  background: var(--color-primary, #FF5E14);
  width: 44px;
  height: 44px;
  border-radius: 50%;
}

.arw-project-swiper .swiper-button-next::after,
.arw-project-swiper .swiper-button-prev::after {
  font-size: 0.9rem;
  font-weight: 700;
}

.arw-project-swiper .swiper-pagination-bullet-active {
  background: var(--color-primary, #FF5E14);
}

@media (max-width: 991px) {
  .project-wrapper4 .image-area,
  .arw-project-swiper,
  .arw-project-swiper .swiper-slide {
    height: 260px;
  }
}

/* Contact form feedback banner */
.arw-form-banner {
  padding: 1rem 1.25rem;
  border-radius: 6px;
  margin-bottom: 1.5rem;
  font-weight: 500;
}

.arw-form-banner--success {
  background: rgba(46, 138, 69, 0.12);
  color: #1d5a2c;
  border: 1px solid rgba(46, 138, 69, 0.45);
}

.arw-form-banner--error {
  background: #fee2e2;
  color: #991b1b;
  border: 1px solid #fca5a5;
}

/* Contact form submit button */
.tmp-form-area .single-wrapper button.tmp-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 26px;
  height: 60px;
  line-height: 1;
}

.tmp-form-area .single-wrapper button.tmp-btn .icon-reverse-wrapper {
  display: inline-flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 20px;
}

.tmp-form-area .single-wrapper button.tmp-btn .icon-reverse-wrapper .btn-text,
.tmp-form-area .single-wrapper button.tmp-btn .icon-reverse-wrapper .btn-icon {
  display: inline-flex;
  align-items: center;
  line-height: 1;
}

.tmp-form-area .single-wrapper button.tmp-btn .icon-reverse-wrapper .btn-text {
  margin-inline-start: 0;
}

.tmp-form-area .single-wrapper button.tmp-btn .icon-reverse-wrapper .btn-icon i {
  top: 0;
  line-height: 1;
  display: block;
  padding-left: 0;
}

/* Inner page banner */
.about-area-breadcrumb-two {
  height: 360px !important;
}

/* Hero fixes */
.tmp-banner-main-area .title-banner {
  hyphens: manual;
}

/* White card on the text wrapper at all tablet/desktop widths.
   The orange decorative shape spans the full hero width at every breakpoint,
   so the card is needed across the board — not just at narrower viewports. */
@media (min-width: 768px) {
  .tmp-banner-main-area .banner-one-wrapper {
    background: rgba(255, 255, 255, 0.92);
    padding: 28px 32px;
    border-radius: 10px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .tmp-banner-main-area .title-banner {
    font-size: 32px;
    line-height: 1.25;
  }

  .tmp-banner-main-area .banner-one-wrapper {
    padding: 24px 28px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .tmp-banner-main-area .title-banner {
    font-size: 36px;
    line-height: 1.2;
  }
}

/* Prevent SAL animations from causing horizontal scroll */
section {
  overflow-x: clip;
}

/* Footer text contrast */
.main-footer-one-area .body.one p.desc,
.main-footer-one-area .body.one .arw-footer-meta,
.main-footer-one-area .single-footer-inner .use-full-link-wrapper .single,
.main-footer-one-area .contactus-link-wrapper .single .phone p,
.main-footer-one-area .contactus-link-wrapper .single .phone a,
.main-footer-one-area .footer-copyright-area p,
.main-footer-one-area .footer-copyright-area a {
  color: rgba(255, 255, 255, 0.88);
}

/* Footer layout */
.main-footer-one-area.arw-footer {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(0, 0.85fr) minmax(0, 1fr);
  gap: 40px 64px;
  align-items: start;
  border-top: none;
}

.main-footer-one-area.arw-footer .single-footer-inner {
  width: auto !important;
}

.main-footer-one-area.arw-footer .single-footer-inner.logo-area {
  padding: 28px 32px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.main-footer-one-area.arw-footer .arw-footer-logo {
  margin-bottom: 24px;
  display: flex;
  justify-content: flex-start;
  width: 100%;
}

.main-footer-one-area.arw-footer .arw-footer-logo a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  background: #fff;
  border-radius: 10px;
  line-height: 0;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.18);
}

.main-footer-one-area.arw-footer .arw-footer-logo img {
  display: block;
  height: 80px;
  width: auto;
  max-width: 100%;
}

.main-footer-one-area.arw-footer .footer-title {
  position: relative;
  margin-bottom: 18px;
  padding-bottom: 10px;
  display: inline-block;
}

/* Underline mirrors the page-intro accent: orange fading into the logo's green. */
.main-footer-one-area.arw-footer .footer-title::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: linear-gradient(90deg,
    var(--color-primary, #FF5E14) 0%,
    var(--color-primary, #FF5E14) 55%,
    var(--color-secondary, #2E8A45) 100%);
}

.main-footer-one-area.arw-footer .body.one {
  max-width: none;
}

.main-footer-one-area.arw-footer .body.one .arw-footer-meta {
  font-size: 0.85em;
  margin-top: 12px;
  list-style: none;
  padding: 0;
}

.main-footer-one-area.arw-footer .body.one .arw-footer-meta li {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin: 4px 0;
}

.main-footer-one-area.arw-footer .body.one .arw-footer-meta li i {
  color: var(--color-secondary, #2E8A45);
  flex-shrink: 0;
  font-size: 0.95em;
}

.main-footer-one-area.arw-footer .body.one .arw-footer-meta a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.main-footer-one-area.arw-footer .body.one .arw-footer-meta a:hover {
  color: var(--color-primary, #FF5E14);
}

.main-footer-one-area.arw-footer .body.one .arw-footer-meta .arw-footer-creds__btw {
  padding-left: 22px;
}

.main-footer-one-area.arw-footer .use-full-link-wrapper .single {
  margin: 8px 0;
}

.main-footer-one-area.arw-footer .contactus-link-wrapper .single {
  margin-bottom: 14px;
}

.arw-footer-copyright {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px 24px;
  padding: 22px 0;
}

.arw-footer-copyright p {
  margin: 0;
}

.arw-footer-copyright .copyright-links {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  justify-content: flex-end;
}

@media (max-width: 991px) {
  .main-footer-one-area.arw-footer {
    grid-template-columns: 1fr;
    gap: 36px;
  }
}

@media (max-width: 767px) {
  .about-image-area .image-two {
    display: none;
  }
}

/* ------------------------------------------------------------------
   Working process (numbered steps with Font Awesome icons)
   ------------------------------------------------------------------ */
.arw-working-process .arw-working-process__intro {
  max-width: 720px;
  margin: 18px auto 0;
}

.arw-working-process__step {
  /* The base .working-process-wrapper rule from the template already
     handles background, radius, shadow, hover lift, and the big outlined
     number in the top-right corner. */
  text-align: left;
}

.arw-working-process__step .arw-working-process__icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: var(--secondary-100, rgba(255, 94, 20, 0.12));
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
  transition: var(--transition);
  box-shadow: var(--shadow-1);
}

.arw-working-process__step .arw-working-process__icon i {
  color: var(--color-primary, #FF5E14);
  font-size: 24px;
  line-height: 1;
}

.arw-working-process__step:hover .arw-working-process__icon {
  background: var(--color-primary, #FF5E14);
}

.arw-working-process__step:hover .arw-working-process__icon i {
  color: #fff;
}

@media (max-width: 991px) {
  .arw-working-process__step {
    padding: 32px 22px;
  }
}

/* ------------------------------------------------------------------
   About bento (3 parallax photos + checklist + highlight card)
   ------------------------------------------------------------------ */
.arw-about-bento .arw-about-bento__images .thumbnail img {
  border-radius: 10px;
  display: block;
  box-shadow: 0 18px 50px rgba(15, 23, 42, 0.12);
  width: 100%;
  height: auto;
}

.arw-about-bento .arw-about-bento__images .image-1 img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

/* The template positions image-3 with `top: -179px`, which is a visual
   shift only — its space is still reserved in the document flow, leaving
   a tall gap below the section. Replace it with a negative margin so the
   container actually compresses by that amount. */
.arw-about-bento .arw-about-bento__images .image-3 {
  top: 0 !important;
  margin-top: -160px;
  width: 260px;
  max-width: 50%;
}

.arw-about-bento .arw-about-bento__images .image-3 img {
  aspect-ratio: 3 / 4;
  object-fit: cover;
}

.arw-about-bento .arw-about-bento__images .image-2 {
  width: 230px;
  max-width: 40%;
}

.arw-about-bento .arw-about-bento__images .image-2 img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.tmp-about-area.area-4.arw-about-bento .left-side-content .about-feature-list .single .icon {
  background: rgba(46, 138, 69, 0.12);
}

.tmp-about-area.area-4.arw-about-bento .left-side-content .about-feature-list .single .icon i {
  color: var(--color-secondary, #2E8A45);
}

/* Highlight card: subtle warm tint to match the brand. */
.arw-about-bento__highlight {
  background: rgba(255, 94, 20, 0.04);
  border: 1px solid rgba(255, 94, 20, 0.12);
}

.arw-about-bento__highlight .icon {
  background: var(--color-primary, #FF5E14);
}

.arw-about-bento__highlight .icon i {
  color: #fff;
}

@media (max-width: 991px) {
  .arw-about-bento .col-lg-6.order-change {
    order: 2;
  }
  .arw-about-bento .col-lg-6.pl--60 {
    order: 1;
    padding-left: 12px !important;
    margin-bottom: 32px;
  }
}
