.custom-el-pos-1 {
  margin-top: -100px;
}

.custom-el-pos-2 {
  top: 25px;
  position: relative;
}

@media (min-width: 992px) {
  .custom-el-pos-2 {
    top: 0;
  }
}

.custom-el-pos-3 {
  bottom: -25px !important;
}

@media (max-width: 1919px) {
  .custom-shape-divider-1 {
    min-width: 1920px;
  }
}

.custom-shape-divider-1.custom-shape-divider-1-flip-horizonal {
  transform: rotateY(180deg);
}

/* Home slider waves: run on first paint (theme often pauses until .start is toggled on scroll) */
.section-with-shape-divider .custom-el-pos-2 .shape-divider-horizontal-animation {
  animation-play-state: running !important;
}

/* Eonbux hero slider: wave motion on first paint (theme normally adds .start via IntersectionObserver when in view). */
.section.eonbux-pageslider-shape.section-with-shape-divider .shape-divider.shape-divider-reverse-y .shape-divider-horizontal-animation.shape-divider-horizontal-animation-to-right {
  animation-name: shapeDividerToLeft !important;
}

@media (prefers-reduced-motion: reduce) {
  .section.eonbux-pageslider-shape.section-with-shape-divider .shape-divider.shape-divider-reverse-y .shape-divider-horizontal-animation.shape-divider-horizontal-animation-to-right {
    animation: none !important;
  }
}

/*
 * demo-it-services.css sets .body { margin: 0 50px 50px } at ≥1440px. The bottom 50px sits below
 * the footer and reads as a white band (body/html behind the margin). Use body > .body so this
 * beats the demo rule regardless of load order.
 */
body > .body {
  margin: 0 !important;
}

/* Footer: remove stray white band below page (body/form UA spacing, footer margins) + full-bleed */
body {
  margin: 0 !important;
  padding: 0 !important;
}

#footer {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  width: 100%;
  max-width: none;
  box-sizing: border-box;
}

#footer .footer-copyright {
  margin-bottom: 0 !important;
  position: relative;
}

/* Vertical rhythm: balanced top/bottom inside the dark copyright strip */
#footer .footer-copyright > .container {
  padding-top: 1.125rem !important;
  padding-bottom: 1.25rem !important;
}

#footer .footer-copyright .footer-copyright-row {
  margin-bottom: 0 !important;
}

/* Copyright line: align with nav line-height, readable on dark-100 (beats theme #footer .footer-copyright p) */
#footer .footer-copyright p.footer-copyright-line {
  margin: 0 !important;
  padding: 0 !important;
  font-size: 0.9em;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.82) !important;
}

/* Subnav: even spacing between links (row uses gy-3 for block gaps on small screens) */
#footer .footer-copyright .footer-copyright-subnav ul {
  list-style: none;
  margin: 0 !important;
  padding: 0 !important;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  column-gap: 1.125rem;
  row-gap: 0.35rem;
}

@media (min-width: 992px) {
  #footer .footer-copyright .footer-copyright-subnav ul {
    justify-content: flex-end;
  }
}

#footer .footer-copyright .footer-copyright-subnav li {
  display: inline-flex;
  align-items: center;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.5;
  font-size: 0.9em;
}

#footer .footer-copyright .footer-copyright-subnav a {
  line-height: inherit;
}

/* Currency form inside #footer — off document flow; anchor to copyright bar */
#footer form#currency-form.eonbux-currency-form-slim {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0 !important;
  top: auto;
  bottom: 0;
  left: 0;
}

@media (min-width: 576px) {
  .custom-section-full-width {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

@media (min-width: 1440px) and (max-width: 1600px) {
  .container-xl-custom {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* Store “Who we are”: second overlapping pair sits below the first (demo CSS offsets cards vertically) */
.store-it-services-who-we-are .store-it-services-overlap-row + .store-it-services-overlap-row {
  margin-top: 2.5rem;
}

@media (min-width: 576px) {
  .store-it-services-who-we-are .store-it-services-overlap-row + .store-it-services-overlap-row {
    margin-top: 1.1rem;
  }
}

/* Who-we-are cards as tab triggers: reset button; demo CSS targets div:first-child — mirror for button */
.store-it-services-who-we-are .store-biz-tab-btn {
  appearance: none;
  background: transparent;
  border: 0;
  padding: 0;
  margin: 0;
  width: auto;
  max-width: 100%;
  text-align: inherit;
  cursor: pointer;
  display: block;
  z-index: 1;
}

.store-it-services-who-we-are .store-biz-tab-btn:focus-visible {
  outline: 2px solid var(--primary);
  outline-offset: 3px;
}

.store-it-services-who-we-are .store-biz-tab-btn .card {
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.store-it-services-who-we-are .store-biz-tab-btn:hover .card {
  box-shadow: 0 12px 40px -12px rgba(0, 0, 0, 0.2) !important;
}

.store-it-services-who-we-are .store-biz-tab-btn.active .card {
  box-shadow: 0 12px 36px -8px rgba(0, 82, 255, 0.35) !important;
}

/* Overlap row: equal-width columns so all 4 cards share the same box + image size */
.store-it-services-who-we-are .store-it-services-overlap-row .custom-overlapping-cards {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  align-items: flex-start;
}

.store-it-services-who-we-are .custom-overlapping-cards .store-biz-tab-btn {
  width: 100%;
  max-width: 100%;
}

.store-it-services-who-we-are .custom-overlapping-cards > button.store-biz-tab-btn:first-of-type,
.store-it-services-who-we-are .custom-overlapping-cards > .card-transform {
  flex: 0 0 50%;
  max-width: 50%;
  min-width: 0;
  box-sizing: border-box;
}

.store-it-services-who-we-are .custom-overlapping-cards > button.store-biz-tab-btn:first-of-type {
  z-index: 1;
  padding-right: 0.25rem;
}

.store-it-services-who-we-are .custom-overlapping-cards > .card-transform {
  z-index: 0;
  transform: translate3d(-24px, 24px, 0);
  padding-left: 0.25rem;
}

.store-it-services-who-we-are .card-transform .store-biz-tab-btn {
  width: 100%;
}

.store-it-services-who-we-are .store-biz-tab-btn .card {
  width: 100%;
  max-width: 100%;
}

/* Same image frame for every card (overrides demo-it-services offsets) */
.store-it-services-who-we-are .custom-overlapping-cards .card-img-top {
  width: 100% !important;
  max-width: 100% !important;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  transform: none !important;
}

/* Desktop: fixed image dimensions for the four business-segment card tabs */
@media (min-width: 992px) {
  .store-it-services-who-we-are .custom-overlapping-cards .store-biz-tab-btn .card-img-top {
    width: 315px !important;
    max-width: 315px !important;
    height: 180px !important;
    min-height: 180px !important;
    aspect-ratio: auto !important;
    object-fit: cover;
    object-position: center;
  }
}

.store-it-services-who-we-are .store-biz-tab-btn .card.ps-2,
.store-it-services-who-we-are .store-biz-tab-btn .card.pe-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.store-it-services-who-we-are .store-biz-tab-btn .card-body {
  padding-top: 1rem !important;
}

.store-it-services-who-we-are .store-biz-tab-btn .card-body h4 {
  font-size: 1.05rem !important;
}

.store-it-services-who-we-are .store-biz-tab-viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0;
  padding: 0;
}

.store-it-services-who-we-are .store-biz-tab-content {
  position: relative;
  margin: 0;
  padding: 0;
}

/* Flex + JS pixel widths align translate3d with columns (no neighbour-slide bleed). */
.store-it-services-who-we-are .store-biz-tab-track {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 400%;
  transform: translate3d(0, 0, 0);
  transition: transform 0.55s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
  backface-visibility: hidden;
}

/* Bootstrap hides .tab-content > .tab-pane unless .active; carousel uses transform, not .active */
.store-it-services-who-we-are .store-biz-tab-content.store-biz-tab-track > .store-biz-slide-pane.tab-pane {
  display: block !important;
  box-sizing: border-box;
  flex: 0 0 25%;
  width: 25%;
  min-width: 0;
  max-width: 25%;
  margin: 0;
  padding: 0;
  outline: none;
  opacity: 1;
  overflow: hidden;
}

.store-it-services-who-we-are .store-biz-tab-content .tab-pane.fade {
  transition: none;
}

.store-it-services-who-we-are .store-biz-pagination {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  margin-top: 1.25rem;
  padding-bottom: 0.15rem;
}

.store-it-services-who-we-are .store-biz-pagination-stroke {
  flex: 1 1 0;
  max-width: 3.5rem;
  height: 3px;
  padding: 0;
  border: none;
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.18);
  cursor: pointer;
  transition: background 0.25s ease, transform 0.25s ease, opacity 0.25s ease;
}

.store-it-services-who-we-are .store-biz-pagination-stroke:hover,
.store-it-services-who-we-are .store-biz-pagination-stroke:focus-visible {
  background: rgba(0, 0, 0, 0.35);
  outline: none;
}

.store-it-services-who-we-are .store-biz-pagination-stroke.active {
  background: var(--primary, #0088cc);
  opacity: 1;
  transform: scaleY(1.15);
}

/* Who-we-are: compact vertical rhythm on phone/tablet + slightly pull up following section */
@media (max-width: 991.98px) {
  section.store-it-services-who-we-are.section.section-height-4 {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
  }

  .store-it-services-who-we-are > .container {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }

  .store-it-services-who-we-are > .container.mt-2 {
    margin-top: 0.35rem !important;
  }

  .store-it-services-who-we-are .row > .col-xl-7 {
    padding-bottom: 0.35rem !important;
    margin-bottom: 0.4rem !important;
  }

  .store-it-services-who-we-are .row > .col-xl-5 {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
  }

  .store-it-services-who-we-are .store-biz-pagination {
    margin-top: 0.4rem !important;
    padding-bottom: 0 !important;
  }

  .store-it-services-who-we-are .store-biz-slide-pane > span.d-block.custom-text-color-grey-1 {
    margin-bottom: 0.2rem !important;
  }

  .store-it-services-who-we-are .store-biz-slide-pane h2.text-8 {
    padding-bottom: 0.15rem !important;
    margin-bottom: 0.3rem !important;
    line-height: 1.2 !important;
  }

  .store-it-services-who-we-are .store-biz-slide-pane p.custom-text-size-1 {
    padding-bottom: 0.15rem !important;
    margin-bottom: 0.3rem !important;
    line-height: 1.4 !important;
  }

  .store-it-services-who-we-are .store-biz-slide-pane .custom-link-effect-1 {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }

  section.store-it-services-who-we-are + section .container {
    padding-top: 0.6rem !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .store-it-services-who-we-are .store-biz-tab-track {
    transition: none;
  }

  .store-it-services-who-we-are .store-biz-pagination-stroke {
    transition: none;
  }
}

/*
 * Store: four icon tabs — one row on mobile.
 * Conflicts fixed: (1) same-file .tabs.tabs-simple .nav-tabs > li rules excluded via :not(.store-simple-icons-tabs).
 * (2) Bootstrap .nav { flex-wrap: wrap } beaten with flex-wrap: nowrap !important + equal flex children.
 */
@media (max-width: 991.98px) {
  html body .tabs.tabs-simple.store-simple-icons-tabs.custom-tabs-style-1 .store-simple-icons-tabs-row {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    overflow: hidden;
  }

  html body .tabs.tabs-simple.store-simple-icons-tabs.custom-tabs-style-1 .store-simple-icons-tabs-row ul.nav.nav-tabs {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: stretch !important;
    justify-content: space-between !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    margin: 0 0 0.5rem 0 !important;
    padding: 0 !important;
    gap: 0.08rem;
    box-sizing: border-box;
  }

  html body .tabs.tabs-simple.store-simple-icons-tabs.custom-tabs-style-1 .store-simple-icons-tabs-row ul.nav.nav-tabs > li.nav-item {
    display: flex !important;
    flex: 1 1 0% !important;
    flex-grow: 1 !important;
    flex-shrink: 1 !important;
    flex-basis: 0 !important;
    min-width: 0 !important;
    max-width: none !important;
    width: auto !important;
    margin: 0 !important;
    margin-bottom: 0 !important;
    float: none !important;
    box-sizing: border-box;
    overflow: hidden;
  }

  html body .tabs.tabs-simple.store-simple-icons-tabs.custom-tabs-style-1 .store-simple-icons-tabs-row ul.nav.nav-tabs > li.nav-item .nav-link {
    margin-right: 0 !important;
    padding: 0.25rem 0.05rem !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }

  html body .tabs.tabs-simple.store-simple-icons-tabs.custom-tabs-style-1 .store-simple-icons-tabs-row .featured-boxes,
  html body .tabs.tabs-simple.store-simple-icons-tabs.custom-tabs-style-1 .store-simple-icons-tabs-row .featured-box {
    margin: 0 !important;
    padding: 0 !important;
    min-width: 0 !important;
    max-width: 100% !important;
  }

  html body .tabs.tabs-simple.store-simple-icons-tabs.custom-tabs-style-1 .store-simple-icons-tabs-row ul.nav.nav-tabs .nav-item .nav-link .box-content,
  html body .tabs.tabs-simple.store-simple-icons-tabs.custom-tabs-style-1 .store-simple-icons-tabs-row ul.nav.nav-tabs .nav-item .nav-link .box-content * {
    padding: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box;
  }

  html body .tabs.tabs-simple.store-simple-icons-tabs.custom-tabs-style-1 .store-simple-icons-tabs-row ul.nav.nav-tabs .nav-item .nav-link .box-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  html body .tabs.tabs-simple.store-simple-icons-tabs.custom-tabs-style-1 .store-simple-icons-tabs-row ul.nav.nav-tabs .box-content img,
  html body .tabs.tabs-simple.store-simple-icons-tabs.custom-tabs-style-1 .store-simple-icons-tabs-row ul.nav.nav-tabs .box-content svg {
    width: 20px !important;
    height: 20px !important;
    max-width: 20px !important;
    max-height: 20px !important;
    padding: 0 !important;
    margin: 0 auto 0.15rem !important;
    flex-shrink: 0;
    object-fit: contain;
    display: block;
  }

  html body .tabs.tabs-simple.store-simple-icons-tabs.custom-tabs-style-1 .store-simple-icons-tabs-row ul.nav.nav-tabs .nav-item .nav-link h4.text-4 {
    font-size: 0.5rem !important;
    line-height: 1.05 !important;
    letter-spacing: 0 !important;
    word-break: break-word;
    overflow-wrap: anywhere;
    margin: 0 !important;
    padding: 0 !important;
  }

  html body .tabs.tabs-simple.store-simple-icons-tabs.custom-tabs-style-1 .store-simple-icons-tabs-row ul.nav.nav-tabs .nav-item .nav-link p.text-2 {
    display: none !important;
  }
}

@media (min-width: 992px) {
  html body .tabs.tabs-simple.store-simple-icons-tabs.custom-tabs-style-1 .store-simple-icons-tabs-row ul.nav.nav-tabs .box-content img,
  html body .tabs.tabs-simple.store-simple-icons-tabs.custom-tabs-style-1 .store-simple-icons-tabs-row ul.nav.nav-tabs .box-content svg {
    width: 64px !important;
    height: 64px !important;
    max-width: 64px !important;
    max-height: 64px !important;
    margin-bottom: 0.35rem !important;
  }
}

/* Who-we-are: mobile thumb strip — one slide per view; --store-biz-thumb-w set in JS (matches scrollport) */
@media (max-width: 991.98px) {
  .store-it-services-who-we-are .store-it-services-overlap-rows {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
    gap: 0;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: 0.5rem;
    scroll-behavior: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
    padding: 0 0.5rem 0.4rem;
    margin-left: -0.5rem;
    margin-right: -0.5rem;
    scrollbar-width: thin;
    box-sizing: border-box;
  }

  .store-it-services-who-we-are .store-it-services-overlap-rows.store-biz-thumbs-animating {
    scroll-snap-type: none;
  }

  .store-it-services-who-we-are .store-it-services-overlap-rows > .store-it-services-overlap-row {
    display: contents;
  }

  .store-it-services-who-we-are .store-it-services-overlap-rows .custom-overlapping-cards {
    display: contents !important;
  }

  .store-it-services-who-we-are .store-it-services-overlap-rows .card-transform {
    display: contents !important;
  }

  .store-it-services-who-we-are .store-it-services-overlap-rows .custom-overlapping-cards-puzzle-background {
    display: none !important;
  }

  .store-it-services-who-we-are .store-it-services-overlap-rows .custom-overlapping-cards > .card-transform {
    transform: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  /*
   * Beat desktop .custom-overlapping-cards > button:first-of-type { flex/max-width: 50% } (higher specificity).
   * Width uses --store-biz-thumb-w from storeBizWhoWeAreMeasureThumbs (inner scrollport, one thumb per view).
   */
  .store-it-services-who-we-are .store-it-services-overlap-rows .custom-overlapping-cards > button.store-biz-tab-btn:first-of-type,
  .store-it-services-who-we-are .store-it-services-overlap-rows .card-transform .store-biz-tab-btn,
  .store-it-services-who-we-are .store-it-services-overlap-rows .store-biz-tab-btn {
    flex: 0 0 var(--store-biz-thumb-w, 100%) !important;
    width: var(--store-biz-thumb-w, 100%) !important;
    min-width: var(--store-biz-thumb-w, 100%) !important;
    max-width: var(--store-biz-thumb-w, 100%) !important;
    box-sizing: border-box;
    scroll-snap-align: start;
    scroll-snap-stop: always;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .store-it-services-who-we-are .store-it-services-overlap-rows .store-biz-tab-btn .card {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }

  .store-it-services-who-we-are .store-it-services-overlap-rows .store-biz-tab-btn .card.ps-2,
  .store-it-services-who-we-are .store-it-services-overlap-rows .store-biz-tab-btn .card.pe-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .store-it-services-who-we-are .store-it-services-overlap-rows .store-biz-tab-btn .card-img-top {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    aspect-ratio: 16 / 9 !important;
    object-fit: cover;
    object-position: center;
    display: block;
    flex-shrink: 0;
  }

  .store-it-services-who-we-are .store-it-services-overlap-rows .store-biz-tab-btn .card-body {
    padding-top: 0.55rem !important;
    padding-bottom: 0.5rem !important;
    min-height: 2.75rem;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .store-it-services-who-we-are .store-it-services-overlap-rows .store-biz-tab-btn .card-body h4 {
    font-size: 0.75rem !important;
    line-height: 1.2 !important;
    text-align: center !important;
    margin-bottom: 0 !important;
  }

  .store-it-services-who-we-are .store-it-services-overlap-rows .store-biz-tab-btn .card-body h4.text-end {
    text-align: center !important;
  }
}

/* Porto demo-it-services.css: min-height 138px on .header-container — restore compact header (sticky uses 70px) */
#header.header-effect-shrink .header-container {
  min-height: 0 !important;
}

/*
 * demo-it-services.css (≥992px) sets main nav hover/focus to #444. Desktop: white text on hover/focus
 * and when a dropdown is open (pointer or keyboard).
 */
@media (min-width: 992px) {
  #header .header-nav-main nav > ul > li:hover > a,
  #header .header-nav-main nav > ul > li:focus > a,
  #header .header-nav-main nav > ul > li:focus-within > a,
  #header .header-nav-main nav > ul > li.open > a,
  #header .header-nav-main nav > ul > li.accessibility-open > a {
    color: #fff !important;
  }
}

/* Home hero: offset below fixed sticky bar on small screens (stickyHeaderContainerHeight ~70px + safe area) */
@media (max-width: 991.98px) {
  .main.shop > .section.eonbux-pageslider-shape.section-with-shape-divider {
    /* Clear fixed bar (~70px sticky) + safe area */
    padding-top: calc(env(safe-area-inset-top, 0px) + 82px);
  }

  .section.eonbux-pageslider-shape .custom-el-pos-2 {
    top: 0;
  }
}

/* Store: Project engagement — Owl shows 2 items on mobile; tighten card rhythm */
@media (max-width: 767.98px) {
  .store-project-engagement-carousel article .card-body.z-index-1 {
    padding: 0.65rem 0.45rem !important;
  }

  .store-project-engagement-carousel .card-title.text-6 {
    font-size: 0.95rem !important;
    line-height: 1.25 !important;
  }

  .store-project-engagement-carousel .card-text.text-3-5 {
    font-size: 0.78rem !important;
    line-height: 1.35 !important;
  }

  .store-project-engagement-carousel .btn-link.text-2 {
    font-size: 0.7rem !important;
  }
}

.custom-line {
  display: inline-block;
  width: 50px;
  border-bottom: 3px solid var(--grey-500);
}

.custom-line {
  border-bottom-color: var(--primary);
}

.customLineAnimation {
  animation-name: customLineAnimation;
}

@keyframes customLineAnimation {
  0% {
    width: 0px;
    opacity: 1;
  }
  100% {
    width: 50px;
    opacity: 1;
  }
}

@media (min-width: 2000px) {
  .shape-divider svg {
    width: 100%;
  }
}

/* date: 26-09-2025 */

#header .header-nav-features .header-nav-top-icon,
#header .header-nav-features .header-nav-top-icon-img {
  font-size: 18px;
  line-height: 200%;
}
/* header */

.header-nav-features-dropdown.cart-bar.show {
  right: 0 !important;
}

.header-nav-features-dropdown.cart-bar,
.header-nav-features-dropdown.side-bar {
  position: fixed !important;
  top: 0 !important;
  right: -100% !important;
  max-width: 400px !important;
  width: 100%;
  height: 100% !important;
  /* max-height: 100vh !important; */
  /* height: 100% !important;
    min-height: 100vh !important; */
  background: white;
  box-shadow: -5px 0 30px rgba(0, 0, 0, 0.1);
  padding: 20px;
  z-index: 10000;
  transition: right 0.4s ease-in-out;
  display: flex;
  flex-direction: column;
  /* justify-content: space-between; */
  overflow-y: auto !important;
  margin: 0 !important;
  -webkit-transition: right 0.4s ease-in-out;
  -moz-transition: right 0.4s ease-in-out;
  -ms-transition: right 0.4s ease-in-out;
  -o-transition: right 0.4s ease-in-out;
  row-gap: 10px;
}

#header .header-nav-features .header-nav-features-cart .totals {
  margin: auto 0 0 0;
}

.cart-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 40px;
  border-bottom: 1px solid #e7e7e7;
}

.cart-header .close-cart {
  display: inline-flex;
  font-size: 20px;
  opacity: 0.5;
}

.cart-header .close-cart i {
  cursor: pointer;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  opacity: 0.5;
}
.cart-header .close-cart:hover i {
  color: #04878b;
  opacity: 1 !important;
}

.cart-header .cart-heading {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 0;
}

#header .header-nav-features .header-nav-features-dropdown.cart-bar {
  transition: 0.4s ease-in-out;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -ms-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
}
.actions {
  display: flex;
  flex-direction: column;
}

#anywhere-home.bgshow {
  opacity: 1;
  visibility: visible;
}
#header .header-nav-features .header-nav-features-dropdown.cart-bar.show,
#header .header-nav-features .header-nav-features-cart {
  z-index: 10000;
}

.bgshow {
  cursor: url(../img/close.png), auto;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
}

.checkout .rts-btn {
  border-radius: 5px;
}

.rts-btn:focus {
  box-shadow: unset;
}

.checkout .rts-btn::before {
  border-radius: 5px;
}

.cart-bar .product-item:last-child {
  margin-bottom: 0;
}

.cart-bar .product-detail {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cart-bar .cart-edit {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.cart-bar .product-detail .product-thumb {
  margin-right: 15px;
  max-width: 75px;
}

.cart-bar .cart-edit .quantity-edit {
  display: flex;
  border: 1px solid #e7e7e7;
  padding: 3px 10px;
  border-radius: 5px;
  margin-bottom: 3px;
  align-items: center;
}

.cart-edit .quantity-edit {
  display: flex;
  padding: 3px 10px;
  border-radius: 5px;
}

.cart-bar .cart-edit .item-wrapper {
  display: inline-block;
  column-gap: 10px;
}

.cart-bar .cart-edit .item-wrapper .product-edit,
.cart-bar .cart-edit .item-wrapper .delete-cart {
  opacity: 0.5;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}

.cart-bar .cart-edit .item-wrapper .product-edit:hover,
.cart-bar .cart-edit .item-wrapper .delete-cart:hover {
  opacity: 1;
}

.cart-bar .cart-edit .quantity-edit button {
  background: none;
  font-size: 0;
  border: 0px;
  display: inline-flex;
  align-items: center;
}

.cart-bar .cart-edit .quantity-edit button i {
  font-size: 14px;
  color: #c0c0c0;
}

.cart-edit .quantity-edit button i {
  font-size: 16px;
  color: #d3d3d3;
}

edit .quantity-edit button {
  background: none;
  font-size: 0;
}

.cart-edit .quantity-edit button {
  background: none;
  font-size: 0;
}

.cart-bar .cart-edit .quantity-edit button i {
  font-size: 14px;
  color: #000000;
}

.cart-bar .cart-edit .quantity-edit button i:hover {
  color: var(--color-primary);
}

.cart-edit .quantity-edit button i {
  font-size: 16px;
  color: #d3d3d3;
}

.cart-bar .cart-edit .quantity-edit input {
  text-align: center;
  max-width: 26px;
  padding: 0;
  border: 0px;
}

.cart-bar .cart-edit .quantity-edit input:focus {
  outline: unset;
}

.cart-edit .quantity-edit input {
  text-align: center;
  max-width: 55px;
  font-size: 16px;
  font-weight: 700;
  color: #040404;
}

.cart-bar .product-detail .product-name {
  font-size: 14px;
  font-weight: 400;
  color: var(--color-primary);
  color: #04878b;
}

.cart-bar .product-detail span {
  display: inline-block;
  line-height: 19px !important;
}

.cart-bar .product-detail .product-variation span {
  color: #868686;
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
}

.cart-bar .product-detail .product-qnty,
.cart-bar .product-detail .product-price {
  color: #404040;
  font-weight: 500;
  font-size: 13px;
}

.cart-bar .cart-bottom-area {
  margin-top: auto;
  display: flex;
  flex-direction: column;
}

.cart-bar .cart-bottom-area .spend-shipping {
  margin-bottom: 30px;
  background: #f5f5f5;
  padding: 10px 15px;
  font-size: 12px;
  font-weight: 500;
  color: #04878b;
  text-align: center;
}

.cart-bar .cart-bottom-area .spend-shipping i {
  font-size: 15px;
  margin-right: 7px;
}

.cart-bar .cart-bottom-area .spend-shipping .amount {
  font-weight: 700;
  color: #040404;
}

.cart-bar .cart-bottom-area .total-price {
  font-size: 18px;
  color: #040404;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.cart-bar .cart-bottom-area .total-price span {
  color: #04878b;
}

.cart-bar .cart-bottom-area .checkout-btn {
  border: 1px solid #04878b;
  margin-bottom: 10px;
  color: #04878b;
}

.cart-bar .cart-bottom-area .view-btn {
  border: 1px solid transparent;
  background: #04878b;
  color: #fff;
}
.cart-bar .cart-bottom-area .cart-btn {
  width: 100%;
  padding: 10px 20px;
  border-radius: 7px;
  font-size: 14px;
  text-align: center;
  transition: all 300ms;
  border: 1px solid #04878b;
}

.cart-bar .cart-bottom-area .cart-btn:hover {
  background: #01393a;
  text-decoration: none;
}

.cart-bar .cart-bottom-area .checkout-btn:hover,
.cart-bar .cart-bottom-area .checkout-btn:focus {
  background: #c39e09;
  border-color: #c39e09;
  color: #fff;
}

.cart-page .rts-btn {
  border-radius: 5px;
}

.cart-page .rts-btn::before {
  border-radius: 5px;
}
.cart-bar .product-item {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid #e7e7e7;
}

.cart-bar .product-detail .product-thumb {
  margin-right: 15px;
  max-width: 75px;
}

.cart-bar .cart-bottom-area .spend-shipping {
  margin-bottom: 30px;
  background: #f5f5f5;
  padding: 10px 15px;
  font-size: 12px;
  font-weight: 500;
  color: #04878b;
  text-align: center;
}
.cart-bar .cart-bottom-area .total-price {
  font-size: 18px;
  color: #040404;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.product-item.empty-items p {
  color: #e7e7e7;
}

.top-bottom-arrows {
  display: flex;
  flex-direction: column;
}

.top-bottom-arrows a i {
  opacity: 0.5;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}

.top-bottom-arrow a:hover i {
  opacity: 1;
}
/* header cart*/

/* header search*/

#header .header-nav-features {
  display: flex;
  column-gap: 11px;
}

#header .header-nav-features .header-nav-top-icon,
#header .header-nav-features .header-nav-top-icon-img {
  color: #fff;
}
#header .header-nav-features .header-nav-features-dropdown.show {
  top: 0 !important;
}
#header .header-nav-features .header-nav-features-dropdown {
  position: fixed;
  top: 0 !important;
  left: 0;
  right: 0;
  z-index: 999;
  background-color: #fff;
  padding: 45px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  margin-top: 0;
  z-index: 111111;
}

.header-nav-features-search .simple-search.input-group {
  font-size: 22px;
  line-height: 26px;
  font-family: inherit;
  box-shadow: none;
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  /* padding: 15px 30px; */
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}

.close-search {
  position: absolute;
  right: 50px;
  top: 20px;
  cursor: pointer;
  display: flex;
  font-size: 25px;
  color: #04878b !important;
}

.close-search:hover {
  color: #c39e09;
}

.simple-search .btn:focus {
  outline: unset !important;
}

.header-nav-features-dropdown.show form button {
  color: #000;
}

.form-check-input {
  width: 17px;
  height: 17px;
  margin-top: 0;
}
.form-check-input:checked {
  background-color: #04878b !important;
  border-color: #04878b !important;
  box-shadow: unset !important;
}
.form-check-input:focus {
  box-shadow: unset !important;
  border-color: #04878b !important;
}
/* header search*/

/* cart page progress */

.steps-light .step-item.active .step-progress {
  color: #fff;
  background: #04878b;
}

.steps-light .step-item.active .step-count {
  color: #fff;
  background: #04878b;
}

.step-item {
  flex-basis: 0;
  flex-grow: 1;
  transition: color 0.25s ease-in-out;
  text-align: center;
  text-decoration: none !important;
}
.steps {
  display: flex;
  width: 100%;
}
.card-body {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem 1rem;
}
.shop-cart .card {
  margin-bottom: 15px;
}

.step-count {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 25px;
  height: 25px;
  margin-left: -0.8125rem;
  border-radius: 50%;
  font-size: 11px;
  line-height: 20px;
  transform: translateY(-50%);
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
}

.steps-light .step-count {
  color: #fff;
  background-color: #6c757d;
}
.steps-light .step-item {
  color: rgba(255, 255, 255, 0.55);
}
.step-label {
  padding-top: 1.5625rem;
  color: #000;
  font-size: 14px;
}

.steps-light .step-progress {
  color: #fff;
  background-color: #6c757d;
}

.step-progress {
  position: relative;
  width: 100%;
  height: 0.25rem;
}

.step-label > i {
  margin-top: -0.25rem;
  margin-right: 0.425rem;
  font-size: 15px;
  vertical-align: middle;
}

.card {
  margin: 0 0 30px 0;
}

.step-item.active .step-label *,
.step-item.active .step-label {
  color: #04878b;
}
/* cart page progress */

.featured-box .icon-featured {
  font-size: 24px !important;
  height: 60px !important;
  width: 60px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

.tabs-bottom .nav-item.active .featured-box .icon-featured {
  background: var(--primary);
  color: #fff;
}

.tabs-bottom .nav-item.active .featured-box .icon-featured svg path {
  fill: #fff;
}

.tabs.tabs-simple:not(.store-simple-icons-tabs) .nav-tabs > li .nav-link,
.tabs.tabs-simple:not(.store-simple-icons-tabs) .nav-tabs > li .nav-link:hover,
.tabs.tabs-simple:not(.store-simple-icons-tabs) .nav-tabs > li .nav-link:focus {
  padding: 15px 19px;
}

.dropdown-primary:hover .dropdown-item i {
  color: #ffffff;
}

#header .header-btn-collapse-nav:focus {
  outline: none !important;
  border: 0px;
}

.dropdown.dropdown-full-color.dropdown-primary
  .dropdown-toggle
  .fa-chevron-down {
  display: none;
}
.dropdown.dropdown-full-color.dropdown-primary .dropdown-toggle::after {
  display: none;
}

#header .header-nav-features {
  height: 100%;
  align-items: center;
}

.submenu.profile-dropdown.show {
  display: block !important;
}

.submenu.profile-dropdown.show .dropdown-menu {
  display: block !important;
}

.submenu.profile-dropdown .dropdown-menu {
  background-color: #0052ff;
  top: 0px !important;
  border: 0px;
}

.header-nav-features .nav-item .nav-link {
  background-color: #04878b;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
}

.header-nav-features .nav-item .nav-link:hover {
  background-color: #04878b !important;
}
.dropdown.dropdown-full-color .dropdown-toggle {
  color: #0052ff;
}

/* header */
.dropdown.dropdown-full-color {
  position: relative;
}
header .dropdown-menu {
  margin-top: 30px;
}

.dropdown.open > .dropdown-menu,
.dropdown.accessibility-open > .dropdown-menu,
.dropdown:hover > .profile-dropdown .dropdown-menu {
  opacity: 1;
}

.dropdown:hover > .profile-dropdown .dropdown-menu {
  opacity: 1;
}

.dropdown-shape {
  opacity: 0;
  top: 107px !important;
  right: -18px;
}
.submenu.profile-dropdown.show .dropdown-shape {
  opacity: 1;
}

.dropdown .profile-dropdown .dropdown-menu {
  padding: 100px 0 0 0;
}
.dropdown.dropdown-full-color.dropdown-primary .dropdown-menu {
  top: 98px !important;
  left: -91px !important;
  padding: 10px 0 8px 0;
}

.dropdown-shape {
  opacity: 0;
    top: 102px !important;
    right: -18px;
}

#header .tip-dark {
  background: transparent !important;
  text-transform: capitalize;
  font-family: inherit;
}

#header .tip-dark:before {
  display: none;
}

.dropdown.dropdown-full-color.dropdown-primary li:not(:last-child) {
  border-bottom: 1px solid #91989f !important;
}

.dropdown.dropdown-full-color.dropdown-primary a {
  padding: 8px 2px 5px 2px;
  font-size: 14px !important;
}


.dropdown.dropdown-full-color.dropdown-primary a:hover {
         background: #0052ff;
        color: var(--primary-inverse);
}

.dropdown.dropdown-full-color.dropdown-primary li {
  padding: 0;
  margin: 0 10px;
}
.dropdown.dropdown-full-color.dropdown-primary .dropdown-toggle {
  padding: 35px 16px 35px 16px;
}

.dropdown-full-color.dropdown-primary .dropdown-menu li a {
  background: transparent;
}

.dropdown-full-color.dropdown-primary .dropdown-menu li:hover a span {
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}

.dropdown-full-color.dropdown-primary .dropdown-menu li:hover a * {
  color: #c39e09 !important;
}

.dropdown-full-color.dropdown-primary .dropdown-menu {
  border-radius: 8px !important;
  -webkit-border-radius: 8px !important;
  -moz-border-radius: 8px !important;
  -ms-border-radius: 8px !important;
  -o-border-radius: 8px !important;
}

.profile-dropdown li {
  padding: 0 10px;
}
.header-nav-features .dropdown-menu ul li a {
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  font-size: 17px;
}

.sticky-header-active
  .dropdown.dropdown-full-color.dropdown-primary
  .dropdown-menu {
  top: 77px !important;
}
.sticky-header-active .dropdown-shape {
  opacity: 0;
  top: 79px !important;
}

.sticky-header-active
  .dropdown.dropdown-full-color.dropdown-primary
  .dropdown-toggle {
  padding: 18px 5px 19px 5px;
}

#header .header-nav-features {
  padding-left: 5px;
}

#header .header-nav-features {
  column-gap: 19px;
}

.dropdown-full-color.dropdown-primary .dropdown-menu li .dropdown-item span {
  color: #fff !important;
  font-family: inherit;
}
.dropdown-full-color.dropdown-primary
  .dropdown-menu
  li
  .dropdown-item:hover
  span {
  color: #c39e09 !important;
}

/* header */

@media (max-width: 1199px) {
  .tabs.tabs-simple:not(.store-simple-icons-tabs) .nav-tabs > li .nav-link,
  .tabs.tabs-simple:not(.store-simple-icons-tabs) .nav-tabs > li .nav-link:hover,
  .tabs.tabs-simple:not(.store-simple-icons-tabs) .nav-tabs > li .nav-link:focus {
    padding: 11px 10px;
  }

  .tabs.tabs-simple:not(.store-simple-icons-tabs) .nav-tabs > li .nav-link p {
    font-size: 14px;
  }

  .featured-box .icon-featured {
    font-size: 19px !important;
    height: 49px !important;
    width: 49px !important;
  }

  .dropdown.dropdown-full-color.dropdown-primary .dropdown-menu {
        top: 106px !important;
        left: -101px !important;
  }

  .dropdown-shape {
        top: 108px !important;
        right: -14px;
  }

  .sticky-header-active
    .dropdown.dropdown-full-color.dropdown-primary
    .dropdown-menu {
    top: 76px !important;
  }

  .sticky-header-active .dropdown-shape {
    top: 80px !important;
  }

   .sticky-header-active  .dropdown.dropdown-full-color.dropdown-primary .dropdown-toggle {
    padding: 19px 6px 20px 6px;
}
}
@media (min-width: 992px) {
}

@media (max-width: 991px) {
  /*header category mobile*/

  .header-nav-features-dropdown.side-bar.show {
    right: 0 !important;
  }

  .header-nav-features-dropdown.side-bar {
    position: fixed !important;
    top: 0 !important;
    right: -100% !important;
    max-width: 400px !important;
    width: 100%;
    /* height: 100vh !important; */
    height: 100% !important;
    min-height: 100vh !important;
    background: white;
    box-shadow: -5px 0 30px rgba(0, 0, 0, 0.1);
    padding: 20px;
    z-index: 10000;
    transition: right 0.4s ease-in-out;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow-y: auto;
    margin: 0 !important;
    -webkit-transition: right 0.4s ease-in-out;
    -moz-transition: right 0.4s ease-in-out;
    -ms-transition: right 0.4s ease-in-out;
    -o-transition: right 0.4s ease-in-out;
  }
  .header-nav-features-dropdown.side-bar {
    max-width: 100% !important;
  }

  .rts-single-wized {
    padding: 25px;
  }

  .close-cart {
    font-size: 24px;
    display: flex;
    justify-content: end;
  }

  .rts-single-wized {
    background: #f6f6f6;
    border-radius: 7px;
    margin-top: 20px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
  }

  .rts-single-wized .wized-header .title {
    margin-bottom: 10px;
    font-size: 20px;
    font-family: inherit;
    text-transform: capitalize;
    color: #78848f;
    margin: 0 0 22px 0;
  }

  .header-nav-features-dropdown.side-bar {
    justify-content: flex-start;
  }

  .rts-single--cta i {
    color: var(--primary);
    font-size: 18px;
    line-height: 32px;
  }

  .rts-single--cta {
    display: flex;
    align-items: center;
    column-gap: 12px;
  }

  .rts-single--cta a {
    color: #74787c;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
  }
  .rts-single--cta a:hover {
    text-decoration: none;
    color: #04878b;
  }

  .close-cart {
    cursor: pointer;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
  }
  .close-cart:hover {
    color: #04878b;
  }
  /*header category mobile*/

  /*header profile mobile*/

  .mobile-menu-main nav ul {
    display: flex;
    flex-direction: column;
    padding: 60px 0 0 45px;
  }
  .mobile-menu-main nav ul li a.main {
    padding: 15px 0;
    cursor: pointer;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
  }
  .mobile-menu-main nav ul li a:hover {
    text-decoration: none;
    color: #c39e09;
  }

  .mobile-menu-main nav ul li {
    border-bottom: 1px solid #f3f3f3;
    display: inline-flex;
  }

  .side-bar.header-two {
    padding: 0;
  }

  .side-bar.header-two .close-cart {
    justify-content: flex-start;
    color: #fff;
    background: #04878b;
    padding: 13px 11px;
    width: 42px;
  }

  .side-bar.header-two .close-cart:hover {
    background: #c39e09;
  }

  .menu-top-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 20px;
  }

  .login-register-btns .rts-btn {
    padding: 10px 15px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    background: #04878b;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
  }

  .login-register-btns .rts-btn:hover {
    background: #c39e09;
    text-decoration: none;
  }
  .login-sidebar .menu-top-header {
    padding-right: 0;
  }

  .login-sidebar .menu-top-header .rts-btn {
    padding: 15px 15px;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    height: 50px;
  }

  .login-sidebar .login-register-btns {
    display: inline-flex;
    align-items: unset;
  }

  .login-sidebar .login-register-btns i {
    font-size: 18px;
    line-height: 100%;
  }
  .login-sidebar .menu-top-header {
    align-items: flex-start;
  }

  .mobile-menu-main .about-user {
    padding: 20px 20px 0 45px;
  }

  .user-detail {
    display: flex;
    align-items: center;
    column-gap: 15px;
    margin-bottom: 20px;
  }

  .user-info {
    display: flex;
    flex-direction: column;
  }
  .user-info p {
    margin-bottom: 0;
  }
  .user-info p strong {
    text-transform: capitalize;
  }
  .user-detail .user-img img {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    object-fit: cover;
  }

  .about-user .rts-btn {
    margin-top: 10px;
    padding: 8px 10px;
    background: #04878b;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
  }
  .about-user .rts-btn:hover {
    background: #c39e09 !important;
    text-decoration: none;
  }

  .about-user .rts-btn i {
    margin-right: 10px;
  }
  /*header profile mobile*/

  /*header cart*/
  .header-nav-features-dropdown.cart-bar {
    max-width: 100% !important;
    padding: 20px 15px;
  }

  .action-btn .cart-info .cart-qty {
    position: absolute;
    top: -12px;
    right: -10px;
    width: 15px;
    height: 15px;
    display: block;
    font-size: 9px;
    font-weight: 600;
    color: var(--light);
    background-color: #ed5348;
    text-align: center;
    line-height: 15px;
    border-radius: 20px;
    box-shadow: -1px 1px 2px 0 rgba(0, 0, 0, 0.3);
  }

  .header-nav-features-toggle {
    position: relative;
  }

  .page-action-bar {
    padding: 10px 0;
    z-index: 111;
    filter: drop-shadow(2px 0px 3px rgba(0, 0, 0, 0.6));
  }

  .action-btn-icon svg {
    width: 23px;
    height: 23px;
  }

  .action-btn .cart-info .cart-qty {
    top: -6px;
    right: -11px;
    width: 15px;
    height: 15px;
    font-size: 9px;
    text-align: center;
    line-height: 16px;
    border-radius: 20px;
  }

  .action-btn:hover {
    color: #04878b;
  }

  .action-btn .action-btn-icon svg path {
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
  }

  .action-btn:hover .action-btn-icon svg path {
    fill: #04878b;
  }

  .action-btn:hover {
    text-decoration: none !important;
    color: #04878b;
  }
  .cart-bar .product-detail .product-thumb {
    margin-right: 10px;
    max-width: 59px;
  }
  .cart-bar .cart-edit .quantity-edit {
    padding: 3px 2px;
  }
  .cart-bar .cart-bottom-area .spend-shipping {
    padding: 10px 5px;
  }
  /*header cart*/

  /* header search */
  .close-search {
    right: 50px;
    top: 13px;
  }
  /* header search */

  #header .header-logo img {
    width: auto !important;
    height: auto !important;
    max-height: 38px !important;
    max-width: min(165px, 46vw) !important;
    object-fit: contain;
    object-position: left center;
  }

  /* pages header */
  .page-header.page-header-modern.page-header-lg {
    padding: 19px 0;
  }

  .page-header.page-header-modern.page-header-lg .container {
    padding: 15px 15px !important;
  }

  #header .header-nav-main nav.collapse.show {
    display: none !important;
    visibility: hidden !important;
  }

  .header-body {
    height: auto !important;
  }
  /* pages header */
}
@media (max-width: 767px) {
  /*tabs*/
  .featured-box .icon-featured {
    font-size: 17px !important;
    height: 40px !important;
    width: 40px !important;
  }
  .tabs.tabs-simple:not(.store-simple-icons-tabs) .nav-tabs > li .nav-link,
  .tabs.tabs-simple:not(.store-simple-icons-tabs) .nav-tabs > li .nav-link:hover,
  .tabs.tabs-simple:not(.store-simple-icons-tabs) .nav-tabs > li .nav-link:focus {
    padding: 9px 4px;
  }
  .tabs.tabs-simple:not(.store-simple-icons-tabs) .nav-tabs > li {
    margin-bottom: 20px;
    margin: 0 3px 20px 3px;
  }

  .tabs.tabs-simple:not(.store-simple-icons-tabs) .nav-tabs > li .nav-link p {
    font-size: 13px;
  }
  /*tabs*/

  #header .header-nav-features .header-nav-features-dropdown {
    padding: 14px 15px;
  }

  /* header search */
  .close-search {
    right: 50px;
    top: 13px;
  }
  #header .header-nav-features .header-nav-features-dropdown {
    padding: 40px 20px;
  }

  .header-nav-features-dropdown.show form {
    margin: 0 20px 0 0;
  }
  .header-nav-features-search .simple-search.input-group {
    font-size: 17px;
    line-height: 26px;

    margin: 10px 0 auto 0;
  }
  /* header search */
  .icon-featured svg {
    width: 20px !important;
  }
}

@media (max-width: 576px) {
  /*progress bar steps*/

  .card-body {
    padding: 0;
  }

  .step-label {
    display: flex;
    flex-direction: column;
    font-size: 11px;
  }

  .step-label > i {
    margin-right: 0;
  }

  .step-count {
    width: 22px;
    height: 22px;
  }
  /*progress bar steps*/

  .tabs.tabs-simple:not(.store-simple-icons-tabs) .nav-tabs > li {
    flex-basis: 23%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  /* page header */
  .page-header.page-header-modern.page-header-lg h1 {
    font-size: 26px !important;
  }
  .page-header.page-header-modern.page-header-lg .container {
    padding: 0px 15px !important;
  }

  .custom-page-header {
    border-bottom: 0px !important;
  }

  .page-header.page-header-modern.page-header-lg .breadcrumb > li a,
  .page-header.page-header-modern.page-header-lg .breadcrumb > li {
    color: #fff !important;
    transition: 0.4s !important;
    -webkit-transition: 0.4s !important;
    -moz-transition: 0.4s !important;
    -ms-transition: 0.4s !important;
    -o-transition: 0.4s !important;
    opacity: 0.8 !important;
  }

  .page-header.page-header-modern.page-header-lg .breadcrumb > li a:hover {
    color: #c39e09 !important;
    opacity: 1 !important;
  }

  .page-header.page-header-modern.page-header-lg h1 {
    color: #fff !important;
  }
  /* page header */

  #header .header-logo img {
    width: auto !important;
    height: auto !important;
    max-height: 32px !important;
    max-width: min(130px, 52vw) !important;
    object-fit: contain;
    object-position: left center;
  }
  .dropdown.dropdown-full-color.dropdown-primary .dropdown-toggle {
    padding: 20px 5px 20px 5px;
  }
  #header .header-logo {
    margin: 0px;
  }

  #header .header-nav-features {
    column-gap: 12px;
  }
  .dropdown-full-color.dropdown-primary .dropdown-menu li a span {
    font-size: 13px !important;
  }

  #header .header-column {
    align-self: stretch;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 400px) {
  .tabs.tabs-simple:not(.store-simple-icons-tabs) .nav-tabs > li {
    flex-basis: 30%;
  }
}

/* Industry carousel (store): hide other slides with fade + slide down on thumb hover */
.thumb-info-container-full-img.thumb-info-hover-focus-carousel .owl-item .thumb-info {
  transition: opacity 0.55s cubic-bezier(0.23, 1, 0.32, 1),
    transform 0.55s cubic-bezier(0.23, 1, 0.32, 1);
}

.thumb-info-container-full-img.thumb-info-hover-focus-carousel.focus-active .owl-item:not(.thumb-item-active) .thumb-info {
  opacity: 0;
  transform: translateY(36px);
  pointer-events: none;
}

.thumb-info-container-full-img.thumb-info-hover-focus-carousel.focus-active .owl-item.thumb-item-active {
  position: relative;
  z-index: 4;
}

/* Store process: smaller pulse rings on small screens (theme scales up to 2.3× — too wide for 3 columns) */
@keyframes store-dev-process-shapes-pulse-one {
  0% {
    opacity: 0.55;
    transform: translate3d(-50%, -50%, 0) scale(1.22);
  }

  25% {
    opacity: 0;
    transform: translate3d(-50%, -50%, 0) scale(1.42);
  }

  50% {
    opacity: 0;
    transform: translate3d(-50%, -50%, 0) scale(1);
  }

  100% {
    opacity: 0.55;
    transform: translate3d(-50%, -50%, 0) scale(1.22);
  }
}

@keyframes store-dev-process-shapes-pulse-two {
  0% {
    opacity: 0.28;
    transform: translate3d(-50%, -50%, 0) scale(1.38);
  }

  25% {
    opacity: 0;
    transform: translate3d(-50%, -50%, 0) scale(1.55);
  }

  50% {
    opacity: 0;
    transform: translate3d(-50%, -50%, 0) scale(1);
  }

  100% {
    opacity: 0.28;
    transform: translate3d(-50%, -50%, 0) scale(1.38);
  }
}

/*
 * demo-it-services.css + store dev services Owl carousel:
 * .custom-section-pull-top-1 uses strong negative margin-top for Porto’s hero overlap; inside Owl
 * (.owl-stage-outer { overflow: hidden }) the entire slide is clipped — images and headings vanish.
 * Porto overlapping-cards rules assume two direct children (47% / offset second card); we use one
 * .card-transform — reset width/transforms for this carousel only (other pages keep demo-it-services).
 */
.store-dev-services-carousel .owl-item .custom-section-pull-top-1 {
  margin-top: 0 !important;
}

.store-dev-services-carousel .custom-overlapping-cards > div:nth-child(1) {
  max-width: 100% !important;
}

.store-dev-services-carousel .custom-overlapping-cards > div:nth-child(1) img {
  transform: none !important;
  max-width: 100% !important;
}

/* Store: 6 steps = 2 rows × 3 columns below lg (col-4); single-row strip was too cramped */
@media (max-width: 991.98px) {
  /* Owl’s .owl-stage-outer is overflow:hidden — clips process pulse rings on small screens */
  .owl-carousel.store-dev-services-carousel .owl-stage-outer {
    overflow: visible;
  }

  .store-dev-process-responsive.row {
    flex-wrap: wrap;
    overflow-x: visible;
    justify-content: center;
    align-items: flex-start;
    row-gap: 1.05rem;
    padding-bottom: 0.65rem;
    --bs-gutter-x: 0.5rem;
    --bs-gutter-y: 0.5rem;
  }

  .store-dev-process-responsive.row > .process-step {
    min-width: 0;
    position: relative;
    overflow: visible;
    z-index: 0;
  }

  .store-dev-process-responsive.row > .process-step:focus-within,
  .store-dev-process-responsive.row > .process-step:hover {
    z-index: 1;
  }

  .store-dev-process-responsive .process-step-content {
    padding-top: 10px;
    max-width: 100%;
    width: 100%;
  }

  .store-dev-process-responsive .process-step-content h4 {
    font-size: clamp(0.8rem, 2.4vw + 0.42rem, 0.98rem) !important;
    line-height: 1.22 !important;
    margin-bottom: 0 !important;
    word-break: break-word;
    hyphens: auto;
    font-weight: 700 !important;
  }

  .store-dev-process-responsive.process.process-shapes .process-step-circle {
    margin-bottom: 0;
    overflow: visible;
  }

  .store-dev-process-responsive.process.process-shapes .process-step-circle .process-step-circle-content {
    width: 40px;
    height: 40px;
    font-size: 0.82em;
    letter-spacing: -0.03em;
  }

  /* Re-enable pulse rings on mobile (were display:none); use tighter keyframes so neighbors don’t clash */
  .store-dev-process-responsive.process.process-shapes.process-shapes-always-animate .process-step .process-step-circle:before {
    animation-name: store-dev-process-shapes-pulse-one !important;
    animation-delay: 300ms;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-duration: 3s;
    animation-timing-function: linear;
  }

  .store-dev-process-responsive.process.process-shapes.process-shapes-always-animate .process-step .process-step-circle:after {
    animation-name: store-dev-process-shapes-pulse-two !important;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-duration: 3s;
    animation-timing-function: linear;
  }

  .store-dev-process-responsive.process.process-shapes.process-shapes-always-animate
    .process-step
    .process-step-circle.process-shapes-always-animate-delay:before {
    animation-delay: 1000ms !important;
  }

  .store-dev-process-responsive.process.process-shapes.process-shapes-always-animate
    .process-step
    .process-step-circle.process-shapes-always-animate-delay:after {
    animation-delay: 700ms !important;
  }
}

@media (max-width: 400px) {
  .store-dev-process-responsive .process-step-content h4 {
    font-size: clamp(0.74rem, 3.2vw + 0.35rem, 0.88rem) !important;
    line-height: 1.18 !important;
  }

  .store-dev-process-responsive.process.process-shapes .process-step-circle .process-step-circle-content {
    width: 36px;
    height: 36px;
    font-size: 0.78em;
  }

  .store-dev-process-responsive.row {
    row-gap: 0.95rem;
    --bs-gutter-x: 0.35rem;
  }
}

/* AI tools grid: gray divider between each feature-box row */
.store-ai-tools-feature-list > li + li {
  border-top: 1px solid var(--grey-300, #d7d7d7);
  margin-top: 0.65rem;
  padding-top: 0.65rem;
}

/* AI tools: same square icon cell + uniform graphic size */
.store-ai-tools-feature-list .feature-box .feature-box-icon {
  width: 48px;
  height: 48px;
  min-width: 48px;
  min-height: 48px;
  max-width: 48px;
  max-height: 48px;
  padding: 0 !important;
  flex: 0 0 48px !important;
  top: 0 !important;
  box-sizing: border-box;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
}

.store-ai-tools-feature-list .feature-box .feature-box-icon img,
.store-ai-tools-feature-list .feature-box .feature-box-icon svg {
  width: 32px !important;
  height: 32px !important;
  max-width: 32px !important;
  max-height: 32px !important;
  object-fit: contain;
  object-position: center;
  display: block;
  margin: 0;
  flex-shrink: 0;
}

/* AI tools: circular progress at end of each feature row */
.store-ai-tools-feature-list .feature-box {
  width: 100%;
  align-items: center;
}

.store-ai-tools-feature-list .feature-box .feature-box-info {
  flex: 1 1 auto;
  min-width: 0;
  padding-right: 0.25rem;
}

.store-ai-circular-progress {
  --store-ai-pct: 0;
  position: relative;
  width: 50px;
  height: 50px;
  flex-shrink: 0;
}

.store-ai-circular-progress .store-ai-cp-svg {
  display: block;
  width: 50px;
  height: 50px;
}

.store-ai-cp-track {
  stroke: rgba(0, 0, 0, 0.12);
  stroke-width: 5;
}

.store-ai-cp-fill {
  stroke: var(--primary);
  stroke-width: 5;
  stroke-linecap: round;
  transform: rotate(-90deg);
  transform-origin: 26px 26px;
  stroke-dasharray: 138.23;
  stroke-dashoffset: calc(138.23 * (1 - var(--store-ai-pct) / 100));
}

.store-ai-cp-value {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.68rem;
  font-weight: 700;
  line-height: 1;
  color: var(--dark);
  pointer-events: none;
}

/* AI MVP section → Industry: wave meets .bg-gradientblue on mobile (subtle overlap) */
@media (max-width: 991.98px) {
  .store-shape-divider-ai-mvp.shape-divider {
    height: 76px !important;
    overflow: hidden;
    line-height: 0;
    margin-top: -6px;
    margin-bottom: -4px;
    position: relative;
    z-index: 0;
    display: flex;
    align-items: flex-end;
  }

  .store-shape-divider-ai-mvp.shape-divider svg {
    display: block;
    width: 100%;
    min-width: 100%;
    height: auto;
    flex-shrink: 0;
    align-self: flex-end;
    vertical-align: bottom;
  }

  .store-section-industry-intro.bg-gradientblue {
    position: relative;
    z-index: 1;
  }
}

/* Decade / counters block: theme section.section uses 50px padding — tighten on phones */
@media (max-width: 767.98px) {
  section.section.store-section-decade-mastery {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }
}

/* Industry intro: long H2 readable on phones (theme .text-12 = 3.5em) */
@media (max-width: 767.98px) {
  .store-section-industry-intro h2.text-12 {
    font-size: clamp(1.2rem, 4.5vw + 0.4rem, 1.55rem) !important;
    line-height: 1.28 !important;
    letter-spacing: 0.02em !important;
  }

  /* Our Services intro: partnership H2 (theme .text-13 = 4em) */
  h2.store-section-partnership-title.text-13 {
    font-size: clamp(1.3rem, 4.9vw + 0.45rem, 1.72rem) !important;
    line-height: 1.2 !important;
    letter-spacing: 0.03em !important;
  }
}

/* Cloud partners: edge-to-edge row on mobile (no heavy left inset from .container) */
@media (max-width: 767.98px) {
  .store-partners-logos-row {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding-left: max(0.5rem, env(safe-area-inset-left, 0px));
    padding-right: max(0.5rem, env(safe-area-inset-right, 0px));
    box-sizing: border-box;
    /* Slightly tighter even grid on phones (Bootstrap g-* still applies) */
    --bs-gutter-x: 0.45rem;
    --bs-gutter-y: 0.55rem;
  }

  .store-partners-logos-row > [class*="col"] {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .store-partners-logos-row .store-partners-logo-img {
    width: auto;
    height: auto;
    max-width: 88% !important;
    max-height: 26px !important;
    object-fit: contain;
    object-position: center;
  }
}

/* Cloud partner logos: tablet / desktop sizing (row-cols + no inline widths) */
@media (min-width: 768px) {
  .store-partners-logos-row .store-partners-logo-img {
    max-width: min(140px, 100%) !important;
    max-height: 52px !important;
  }
}

/*
 * Client portfolio grid: theme-elements.css forces .isotope-item { width: 100% } below 767px.
 * Scoped override so col-6 works — two columns on phones.
 */
@media (max-width: 767px) {
  .sort-destination.store-portfolio-clients-grid .isotope-item {
    width: 50% !important;
    max-width: 50% !important;
    flex: 0 0 50% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .sort-destination.store-portfolio-clients-grid .thumb-info-content-inner {
    padding: 0.65rem 0.5rem !important;
  }

  .sort-destination.store-portfolio-clients-grid .thumb-info-content-inner h4 {
    font-size: clamp(0.78rem, 2.8vw + 0.35rem, 0.95rem) !important;
    line-height: 1.2 !important;
    margin-bottom: 0.2rem !important;
    font-weight: 600 !important;
    overflow-wrap: break-word;
  }

  .sort-destination.store-portfolio-clients-grid .thumb-info-content-inner p {
    font-size: clamp(0.68rem, 2vw + 0.3rem, 0.8rem) !important;
    line-height: 1.3 !important;
  }
}

/* Portfolio filter pills: one row on phone/tablet, swipe to see all */
@media (max-width: 991.98px) {
  .store-portfolio-filter-tabs-wrap {
    justify-content: flex-start !important;
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    padding-bottom: 0.35rem;
    margin-left: -0.25rem;
    margin-right: -0.25rem;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .store-portfolio-filter-tabs-wrap::-webkit-scrollbar {
    height: 5px;
  }

  .store-portfolio-filter-tabs-wrap::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 999px;
  }

  ul.nav.store-portfolio-filter-pills {
    flex-wrap: nowrap !important;
    justify-content: flex-start !important;
    width: max-content;
    flex-shrink: 0;
  }

  .store-portfolio-filter-pills .nav-link {
    white-space: nowrap;
    padding: 0.35rem 0.65rem !important;
    font-size: 0.8rem !important;
    line-height: 1.25 !important;
  }
}

/* Security feature boxes: 3×2 grid on xs, compact “card” layout */
@media (max-width: 575.98px) {
  .store-security-features-grid {
    --bs-gutter-x: 0.35rem;
    --bs-gutter-y: 0.5rem;
  }

  .store-security-features-grid > [class*="col"] {
    margin-bottom: 0;
  }

  .store-security-features-grid .feature-box.feature-box-style-2 {
    flex-direction: column;
    align-items: center;
    text-align: center;
    height: 100%;
  }

  .store-security-features-grid .feature-box .feature-box-info {
    padding-left: 0;
    padding-top: 0.25rem;
  }

  .store-security-features-grid .feature-box.feature-box-style-2 .feature-box-icon {
    top: 0;
  }

  .store-security-features-grid .feature-box h4 {
    font-size: 0.8rem !important;
    line-height: 1.25 !important;
    margin-bottom: 0.25rem !important;
  }

  .store-security-features-grid .feature-box p {
    font-size: 0.7rem !important;
    line-height: 1.35 !important;
    margin-bottom: 0 !important;
  }
}

/* Our services thumb grid: title + icons left on tablet/iPad Pro/desktop; centered on phones */
@media (min-width: 768px) {
  .store-our-services-thumb-grid .thumb-info-title {
    text-align: left !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    max-width: 100% !important;
  }

  .store-our-services-thumb-grid .thumb-info-title > span.mb-5 {
    align-self: flex-start;
  }

  .store-our-services-thumb-grid .thumb-info-title .text-4,
  .store-our-services-thumb-grid .thumb-info-inner {
    text-align: left !important;
    width: 100%;
  }
}

@media (max-width: 767.98px) {
  .store-our-services-thumb-grid .thumb-info-title > span.mb-5 {
    align-self: center;
  }

  .store-our-services-thumb-grid .thumb-info-title .text-4,
  .store-our-services-thumb-grid .thumb-info-inner {
    text-align: center !important;
  }
}

/* Our services thumb grid: tighter vertical spacing between icon and text (lg+ / desktop) */
@media (min-width: 992px) {
  .store-our-services-thumb-grid .thumb-info-title {
    margin-top: 1.25rem !important;
  }

  .store-our-services-thumb-grid .thumb-info-title > span.mb-5 {
    margin-bottom: 0.5rem !important;
  }

  .store-our-services-thumb-grid .thumb-info-title .text-4 {
    margin-bottom: 0.35rem !important;
  }

  .store-our-services-thumb-grid .thumb-info-inner {
    padding-bottom: 0.5rem !important;
  }

  .store-our-services-thumb-grid .thumb-info-title .btn {
    margin-top: 0.35rem !important;
  }
}

/* Our services thumb grid: 2 cols × 4 rows below lg; balanced card proportions */
@media (max-width: 991.98px) {
  .store-our-services-thumb-grid .image-box {
    margin-bottom: 0.75rem !important;
  }

  .store-our-services-thumb-grid .thumb-info {
    display: block;
    height: 100%;
  }

  .store-our-services-thumb-grid .thumb-info-wrapper {
    position: relative;
    aspect-ratio: 3 / 4;
    overflow: hidden;
    border-radius: inherit;
  }

  .store-our-services-thumb-grid .thumb-info-wrapper > img.img-fluid {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 0;
  }

  .store-our-services-thumb-grid .thumb-info:hover .thumb-info-wrapper > img.img-fluid {
    transform: none !important;
  }

  .store-our-services-thumb-grid .thumb-info-title {
    margin-top: 0 !important;
    padding: 0.75rem 0.5rem 0.55rem !important;
  }

  .store-our-services-thumb-grid .thumb-info-title > span.mb-5 {
    margin-bottom: 0.4rem !important;
    display: block;
  }

  .store-our-services-thumb-grid .thumb-info-title img[width="50"] {
    width: 36px !important;
    height: 36px !important;
  }

  .store-our-services-thumb-grid .thumb-info-title .text-4 {
    font-size: 0.8rem !important;
    line-height: 1.25 !important;
    margin-bottom: 0.25rem !important;
    display: block;
  }

  .store-our-services-thumb-grid .thumb-info-inner {
    font-size: 0.65rem !important;
    padding-bottom: 0.4rem !important;
    letter-spacing: 0.02em;
  }

  .store-our-services-thumb-grid .thumb-info-title .btn {
    font-size: 0.65rem !important;
    padding-top: 0.4rem !important;
    padding-bottom: 0.4rem !important;
    line-height: 1.25 !important;
  }

  /* Phones: center title block in the card (theme uses left:0 + max-width:90% and slide-hover transform:none) */
  @media (max-width: 767.98px) {
    .store-our-services-thumb-grid .thumb-info.thumb-info-slide-info-hover .thumb-info-title,
    .store-our-services-thumb-grid .thumb-info.thumb-info-show-button-hover .thumb-info-title {
      text-align: center !important;
      display: flex !important;
      flex-direction: column !important;
      align-items: center !important;
      justify-content: center !important;
      left: 50% !important;
      right: auto !important;
      top: 50% !important;
      bottom: auto !important;
      transform: translate(-50%, -50%) !important;
      height: auto !important;
      max-width: 90% !important;
      width: 90%;
      box-sizing: border-box;
    }

    .store-our-services-thumb-grid .thumb-info.thumb-info-show-button-hover:hover .thumb-info-title {
      transform: translate(-50%, -50%) !important;
    }

    .store-our-services-thumb-grid .thumb-info-title .btn {
      align-self: stretch;
      text-align: center;
    }
  }
}

/* com_store contact hero: reset theme .page-header fixed height + default banner bg (so bg-primary / inline bg show). */
.main > .page-header.contact-page-header-hero {
  height: auto !important;
  min-height: 0;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-left: 0;
  margin-right: 0;
  width: auto;
  max-width: 100%;
  box-sizing: border-box;
  background-size: cover !important;
  background-position: center center !important;
}

.main > .page-header.contact-page-header-hero.contact-page-header-primary,
.main > .page-header.contact-page-header-hero.bg-primary {
  background-image: none !important;
}

/* Contact primary hero: ::before = primary bar; waves + content above; overflow visible so masked photo is not clipped */
.main > .page-header.contact-page-header-hero.contact-page-header-primary {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  overflow: visible !important;
  isolation: isolate;
  background-color: transparent !important;
  margin-bottom: 4.5rem !important;
  min-height: 220px;
}

@media (min-width: 768px) {
  .main > .page-header.contact-page-header-hero.contact-page-header-primary {
    min-height: 265px;
  }
}

@media (min-width: 992px) {
  .main > .page-header.contact-page-header-hero.contact-page-header-primary {
    min-height: 300px;
  }
}

.main > .page-header.contact-page-header-hero.contact-page-header-primary::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: inherit;
  background-color: var(--primary);
  background-image: linear-gradient(
      rgba(0, 0, 0, 0.38),
      rgba(0, 0, 0, 0.42)
    ),
    url("/templates/frontend-theme/img/contact/contact-header-bg.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  pointer-events: none;
}

/* About page: distinct hero background (shared .contact-page-header-* layout) */
.main > .page-header.contact-page-header-hero.contact-page-header-primary.about-page-header-bg::before {
  background-image: linear-gradient(
      rgba(0, 0, 0, 0.38),
      rgba(0, 0, 0, 0.42)
    ),
    url("/templates/frontend-theme/img/about/about-header-bg.jpg");
}

/* About: Mission / Vision cards — icon circle next to title */
.about-mv-card .about-mv-card-title-icon {
  width: 3.5rem;
  height: 3.5rem;
  flex-shrink: 0;
}

/* About: Core values — hover/click tabs on secondary band */
/* About: Core Values band — photo background + overlay (tabs stay readable) */
.about-core-values-band {
  background-color: var(--secondary);
  background-image: linear-gradient(
      rgba(0, 0, 0, 0.55),
      rgba(0, 0, 0, 0.52)
    ),
    url("/templates/frontend-theme/img/about/core-values-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.about-core-values-band .about-core-values-tab {
  font-weight: 600;
  font-size: 0.95rem;
  line-height: 1.35;
  padding: 0.65rem 1rem;
  border-radius: 0.35rem;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.about-core-values-band .about-core-values-tab:hover,
.about-core-values-band .about-core-values-tab:focus-visible {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.28) !important;
  outline: none;
}

.about-core-values-band .about-core-values-tab.active {
  background: rgba(255, 255, 255, 0.16);
  border-color: rgba(255, 255, 255, 0.4) !important;
}

.about-core-values-pane[hidden] {
  display: none !important;
}

.about-core-values-pane.active:not([hidden]) {
  display: block;
}

/* About: full-bleed 9/3 banner below hero (scoped; breaks out of .main horizontal padding) */
.main > section.section.about-digital-split-section {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  border-top: 0 !important;
  background: transparent !important;
  position: relative;
  width: 100vw;
  max-width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  box-sizing: border-box;
}

.about-digital-split-row {
  min-height: 280px;
}

@media (min-width: 992px) {
  .about-digital-split-row {
    min-height: 400px;
  }
}

.about-digital-split-image-wrap {
  overflow: hidden;
  background-color: var(--grey-200);
}

.about-digital-split-img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 280px;
  object-fit: cover;
  object-position: center;
}

@media (min-width: 992px) {
  .about-digital-split-img {
    min-height: 400px;
  }
}

/* About: “trusted advisors + video” — full-bleed section bg + video thumbnail in featured box */
.main > .about-accounting-video-section {
  position: relative;
  width: 100vw;
  max-width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  box-sizing: border-box;
  background-color: var(--primary);
  background-image: linear-gradient(
      rgba(0, 0, 0, 0.52),
      rgba(0, 0, 0, 0.58)
    ),
    url("/templates/frontend-theme/img/about/about-digital-banner.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.about-accounting-video-section .about-accounting-featured-video-bg {
  background-image: url("/templates/frontend-theme/img/about/video-about.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: none;
}

.about-accounting-video-section .featured-boxes-modern-style-1 .featured-box {
  min-height: 220px;
}

@media (min-width: 992px) {
  .main .about-accounting-video-section .custom-el-11 {
    margin: -110px 0;
  }

  .about-accounting-video-section .featured-boxes-modern-style-1 .featured-box {
    min-height: 280px;
  }
}

.main > .page-header.contact-page-header-hero.contact-page-header-primary > .contact-page-header-waves {
  z-index: 1;
  border-radius: inherit;
}

.main > .page-header.contact-page-header-hero.contact-page-header-primary > .contact-page-header-inner {
  position: relative;
  z-index: 10;
  width: 100%;
  flex: 0 0 auto;
}

.main > .page-header.contact-page-header-hero.contact-page-header-primary .contact-page-header-text {
  position: relative;
  z-index: 1;
}

.main > .page-header.contact-page-header-hero.contact-page-header-primary .contact-page-header-photo-deco {
  z-index: 1;
}

.main > .page-header.contact-page-header-hero.contact-page-header-primary .contact-page-header-mask {
  position: relative;
  z-index: 2;
  margin: 0;
}

.main > .page-header.contact-page-header-hero.contact-page-header-primary .custom-pos-5 {
  top: -38% !important;
}

@media (min-width: 768px) {
  .main > .page-header.contact-page-header-hero.contact-page-header-primary > .contact-page-header-photo-wrap {
    position: absolute;
    left: auto !important;
    right: clamp(3rem, 6.75vw, 6.75rem) !important;
    top: 50%;
    width: min(420px, 41.666%);
    max-width: 420px;
    margin: 0;
    padding: 0;
    transform: translate(calc(-3.75rem - 1.5vw), calc(-50% + 1.75rem));
    transform-origin: right center;
    z-index: 6;
    pointer-events: none;
  }
}

@media (max-width: 767.98px) {
  .main > .page-header.contact-page-header-hero.contact-page-header-primary {
    margin-bottom: 2.5rem !important;
  }

  .main > .page-header.contact-page-header-hero.contact-page-header-primary > .contact-page-header-photo-wrap {
    position: relative;
    left: auto !important;
    right: auto !important;
    width: 100%;
    max-width: 22rem;
    margin: 1rem auto 0;
    transform: translateX(-2rem);
    transform-origin: center center;
    z-index: 6;
  }
}

.main > .page-header.contact-page-header-hero h1 {
  color: var(--light) !important;
}

.main > .page-header.contact-page-header-hero .breadcrumb.breadcrumb-light > li a,
.main > .page-header.contact-page-header-hero .breadcrumb.breadcrumb-light > li {
  color: var(--light);
}

/* Contact page: gradient blue icon tiles (address / email / phone / hours) */
.contact-page-detail-col .feature-box .feature-box-icon {
  background-color: transparent !important;
  background-image: linear-gradient(
    145deg,
    #010b22 0%,
    #002147 28%,
    #0d47a1 55%,
    #1565c0 78%,
    #42a5f5 100%
  ) !important;
  box-shadow: 0 0.35rem 1rem rgba(13, 71, 161, 0.35) !important;
}
