:root{--theme-color:#e31e2d;--title-color:#151515;--body-color:#5b5b5b}.header-logo{width:300px}.header-logo a,.mobile-logo a,.about-logo a{display:block}.header-logo a:before,.header-logo a:after,.mobile-logo a:before,.mobile-logo a:after{display:none!important;content:none!important}.header-logo img{display:block!important;width:285px!important;height:108px!important;object-fit:contain;object-position:left center}.mobile-logo img{display:block!important;width:225px!important;height:94px!important;object-fit:contain;margin:auto}.about-logo img{display:block!important;width:290px!important;height:120px!important;object-fit:contain;object-position:left center}.main-menu ul.sub-menu{max-height:70vh;overflow-y:auto}.reveal-on-scroll{opacity:0;transform:translateY(38px);transition:opacity .75s ease,transform .75s ease}.reveal-on-scroll.is-visible{opacity:1;transform:none}.reveal-delay>*{opacity:0;transform:translateY(25px);transition:.6s ease}.reveal-delay.is-visible>*{opacity:1;transform:none}.reveal-delay.is-visible>*:nth-child(2){transition-delay:.12s}.reveal-delay.is-visible>*:nth-child(3){transition-delay:.24s}.reveal-delay.is-visible>*:nth-child(4){transition-delay:.36s}@media(max-width:1399px){.header-logo{width:265px}.header-logo img{width:250px!important;height:98px!important}}@media(max-width:575px){.mobile-logo img{width:195px!important;height:82px!important}}@media(prefers-reduced-motion:reduce){.reveal-on-scroll,.reveal-delay>*{opacity:1;transform:none;transition:none}}

/* Readable overlays for photographic sections */
#service-sec,
section[data-bg-src*="process_bg_1.jpg"] {
  position: relative;
  isolation: isolate;
  background-position: center !important;
  background-size: cover !important;
}

#service-sec::before,
section[data-bg-src*="process_bg_1.jpg"]::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(105deg, rgba(5, 5, 5, 0.86) 0%, rgba(10, 10, 10, 0.68) 50%, rgba(5, 5, 5, 0.78) 100%);
}

#service-sec > .container,
#service-sec > .shape-mockup,
section[data-bg-src*="process_bg_1.jpg"] > .container {
  position: relative;
  z-index: 1;
}

section[data-bg-src*="process_bg_1.jpg"] .sub-title,
section[data-bg-src*="process_bg_1.jpg"] .sec-title,
section[data-bg-src*="process_bg_1.jpg"] .process-card .box-title,
section[data-bg-src*="process_bg_1.jpg"] .process-card_text {
  color: #fff !important;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.42);
}

section[data-bg-src*="process_bg_1.jpg"] .process-card_text {
  color: rgba(255, 255, 255, 0.9) !important;
}

section[data-bg-src*="process_bg_1.jpg"] .process-card-wrap:not(:last-child) {
  border-color: rgba(255, 255, 255, 0.34);
}

/* Balanced, readable footer */
.footer-layout2 {
  background: #111;
}

.footer-layout2 .footer-inner {
  display: grid;
  grid-template-columns: minmax(260px, 0.9fr) minmax(0, 3.1fr);
  align-items: stretch;
}

.footer-layout2 .footer-left {
  padding: 72px 44px 42px 0;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-layout2 .footer-right {
  width: 100%;
  min-width: 0;
}

.footer-layout2 .widget-area2 {
  padding: 72px 0 34px 48px;
}

.footer-layout2 .widget-area2 > .row {
  width: 100%;
  margin: 0;
  align-items: flex-start;
  --bs-gutter-x: 36px;
}

.footer-layout2 .widget-area2 > .row > [class*="col-"] {
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  padding-right: calc(var(--bs-gutter-x) * 0.5);
}

.footer-layout2 .footer-widget {
  margin-bottom: 24px;
}

.footer-layout2 .footer-widget .widget_title {
  margin-bottom: 24px;
  font-size: 23px;
}

.footer-layout2 .footer-left .about-logo img {
  width: 250px !important;
  height: auto !important;
  max-height: 108px;
}

.footer-layout2 .footer-left .text {
  max-width: 310px;
  color: #d0d0d0;
  line-height: 1.75;
}

.footer-layout2 .widget_nav_menu ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 22px;
}

.footer-layout2 .footer-widget.widget_nav_menu a {
  width: auto;
  margin-bottom: 13px;
  font-size: 14px;
  line-height: 1.45;
}

.footer-layout2 .themeholy-widget-contact {
  max-width: none;
}

.footer-layout2 .info-box {
  margin-bottom: 20px;
  align-items: flex-start;
}

.footer-layout2 .info-box_text,
.footer-layout2 .info-box_link {
  color: #d0d0d0;
  line-height: 1.5;
  overflow-wrap: anywhere;
}

.footer-layout2 iframe {
  display: block;
  width: 100%;
  height: 310px !important;
  border-radius: 10px;
}

.footer-layout2 .copyright-wrap {
  background: #0b0b0b;
}

.footer-layout2 .copyright-text {
  color: #aaa;
}

@media (max-width: 1199px) {
  .footer-layout2 .footer-inner {
    grid-template-columns: 1fr;
  }

  .footer-layout2 .footer-left {
    padding: 58px 0 28px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    text-align: center;
  }

  .footer-layout2 .footer-left .about-logo img,
  .footer-layout2 .footer-left .text {
    margin-left: auto;
    margin-right: auto;
  }

  .footer-layout2 .widget-area2 {
    padding: 52px 0 24px;
  }
}

@media (max-width: 575px) {
  .footer-layout2 .widget-area2 > .row {
    --bs-gutter-x: 0;
  }

  .footer-layout2 .widget_nav_menu ul {
    grid-template-columns: 1fr;
  }

  .footer-layout2 iframe {
    height: 260px !important;
  }
}
