/* AS BPO color overlay — Xeolit layout stays intact */
:root {
  --asbpo-red: #d7282f;
  --asbpo-blue: #31599d;
  --asbpo-black: #000000;
}

.container-fluid {
  max-width: 1920px;
  width: 100%;
  padding-left: 24px;
  padding-right: 24px;
}
@media (min-width: 768px) {
  .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 1200px) {
  .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}

/* Logo — use full PNG, do not shrink it into a 58px box */
.dope-navbar {
  height: auto !important;
  min-height: 96px;
  padding: 8px 0 !important;
}
.nav-brand,
.dope-navbar .nav-brand {
  max-width: none !important;
  margin-right: 16px !important;
  display: flex !important;
  align-items: center;
}
.nav-brand img,
.dope-navbar .nav-brand img {
  height: 82px !important;
  max-height: none !important;
  width: auto !important;
  max-width: 250px !important;
  background: transparent !important;
  padding: 0 !important;
  border-radius: 0 !important;
  display: block;
}
.header-area { min-height: 96px; }

.footer-logo {
  display: block;
  height: 110px !important;
  width: auto !important;
  max-width: 250px !important;
  background: transparent !important;
  padding: 0 !important;
  margin-bottom: 18px;
}

/* Replace template yellow (#fed100 / #ffc000) with brand red/blue */
a:hover,
a:focus,
a:not([href]):not([tabindex]):hover {
  color: var(--asbpo-red) !important;
  text-decoration: none;
}

.dopenav ul li:hover > a,
.dopenav ul li:hover > a:after,
.dopenav ul li.megamenu-item > a:hover::after,
.dopenav ul li.menu-item-has-children > a:hover::after,
.page-header .pagination li {
  color: var(--asbpo-red) !important;
}

.dopenav ul li .sub-menu li a:hover {
  color: var(--asbpo-red) !important;
}

.dope-btn,
.menu-btn,
.btn-style,
.red-btn,
.form-btn-style,
.analize-section form .form-btn-style,
.cta-subscribe-wrap .subscribe-form-wrap .form-btn-style,
.blog-section .single-blog .details .btn-wrap,
.service-list-section .btns-style,
.quote-section .play-btn {
  background: var(--asbpo-red) !important;
  color: #fff !important;
}
.btn-style.blue-btn { background: var(--asbpo-blue) !important; }
.menu-btn:hover,
.btn-style:hover,
.btn-style.blue-btn:hover,
.dope-btn:hover {
  background: var(--asbpo-blue) !important;
  color: #fff !important;
}

.team-section .details.yellow,
.quote-section .play-btn,
.scroll-top {
  background: var(--asbpo-red) !important;
}
.about-section .yellow,
.team-section .details.yellow h4 {
  color: var(--asbpo-blue) !important;
}

.header-section { overflow: visible; }

/* Header uses the same dark overlay + palette as the footer */
.header-section.home-one,
.header-section.page-header {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.82) 0%, rgba(11, 16, 32, 0.9) 100%),
    url(../img/footer-bg.jpg) !important;
  background-size: cover !important;
  background-position: center top !important;
  background-repeat: no-repeat !important;
}

.header-section.home-one .asbpo-hero {
  align-items: center;
  padding: 72px 0 80px;
}
.asbpo-hero-copy h1,
.asbpo-hero-copy p {
  color: #fff;
}
.asbpo-hero-copy h1 {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.15;
  margin: 0 0 16px;
  max-width: 620px;
}
.asbpo-hero-copy p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7;
  max-width: 540px;
  margin: 0 0 28px;
  color: rgba(255, 255, 255, 0.92);
}
.asbpo-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.asbpo-hero-actions .btn-style {
  margin: 0;
}
.asbpo-hero-visual {
  display: flex;
  justify-content: center;
}
.asbpo-hero-stage {
  position: relative;
  width: 100%;
  max-width: 560px;
  min-height: 460px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: visible;
}
.asbpo-hero-stage .hero-agent {
  position: relative;
  z-index: 2;
  width: 72%;
  max-width: 340px;
  height: auto;
  mix-blend-mode: lighten;
  animation: asbpoHeroIn 0.7s ease both;
  pointer-events: none;
}
.hero-orb {
  position: absolute;
  z-index: 3;
  width: 92px;
  height: 92px;
  border-radius: 50%;
  overflow: visible;
  background: transparent;
  cursor: pointer;
  animation: heroBob 3.6s ease-in-out infinite;
}
.hero-orb::before {
  content: "";
  position: absolute;
  inset: 8px;
  border-radius: 50%;
  background: radial-gradient(circle at 32% 28%, rgba(255, 255, 255, 0.16), rgba(10, 16, 32, 0.82) 68%);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.35);
  pointer-events: none;
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}
.hero-orb img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  padding: 6%;
  object-fit: contain;
  display: block;
  pointer-events: none;
  filter: drop-shadow(0 8px 12px rgba(0, 0, 0, 0.4));
  transition: transform 0.35s ease, filter 0.35s ease;
}
.hero-orb:hover {
  animation-play-state: paused;
  z-index: 8;
}
.hero-orb:hover::before {
  transform: scale(1.16);
  border-color: rgba(215, 40, 47, 0.9);
  box-shadow:
    0 0 0 3px rgba(215, 40, 47, 0.45),
    0 0 26px rgba(49, 89, 157, 0.5),
    0 14px 28px rgba(0, 0, 0, 0.4);
}
.hero-orb:hover img {
  transform: scale(1.14);
  filter: brightness(1.08) drop-shadow(0 10px 16px rgba(215, 40, 47, 0.35));
}
.hero-orb.o1 { left: 2%; top: 12%; animation-delay: 0s; }
.hero-orb.o2 { right: 4%; top: 8%; width: 84px; height: 84px; animation-delay: 0.4s; }
.hero-orb.o3 { left: 6%; bottom: 18%; width: 78px; height: 78px; animation-delay: 0.9s; }
.hero-orb.o4 { right: 2%; bottom: 22%; width: 86px; height: 86px; animation-delay: 1.3s; }
@keyframes asbpoHeroIn {
  from { opacity: 0; transform: translateY(16px); }
  to { opacity: 1; transform: none; }
}
@keyframes heroBob {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-12px); }
}
@media (max-width: 991px) {
  .header-section.home-one .asbpo-hero {
    padding: 36px 0 48px;
  }
  .asbpo-hero-copy {
    margin-bottom: 12px;
  }
  .asbpo-hero-copy h1 {
    font-size: 34px;
  }
  .asbpo-hero-stage {
    min-height: 360px;
    max-width: 420px;
    margin: 0 auto;
  }
  .hero-orb {
    width: 70px;
    height: 70px;
  }
  .hero-orb.o2,
  .hero-orb.o4 { width: 64px; height: 64px; }
  .hero-orb.o3 { width: 60px; height: 60px; }
}
@media (prefers-reduced-motion: reduce) {
  .hero-orb { animation: none; }
}
.dope-nav-container,
.dope-nav-container.dope-sticky {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.92) 0%, rgba(11, 16, 32, 0.95) 100%) !important;
}
.dope-nav-container.dope-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1010;
  width: 100%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
}
.dope-nav-container a,
.dope-nav-container.dope-sticky a {
  color: #fff !important;
}
.dopenav ul li:hover > a,
.dopenav ul li:hover > a:after,
.dope-nav-container.dope-sticky .dopenav ul li:hover > a,
.dope-nav-container.dope-sticky .dopenav ul li:hover > a:after {
  color: var(--asbpo-red) !important;
}
.dopenav ul li .sub-menu {
  background: #0b1020 !important;
  border-top: 3px solid var(--asbpo-red);
}
.dopenav ul li .sub-menu li a {
  color: rgba(255, 255, 255, 0.9) !important;
  border-bottom-color: rgba(255, 255, 255, 0.12) !important;
}
.dopenav ul li .sub-menu li a:hover {
  color: var(--asbpo-red) !important;
}
.dope-navbar-toggler .navbarToggler span {
  background-color: #fff !important;
}
.breakpoint-on .dope-navbar .dope-menu {
  background: #0b1020 !important;
}

.pre-loader { --path: #d7282f; }

.asbpo-social-bar {
  position: fixed;
  left: 0;
  top: 40%;
  z-index: 999;
  display: flex;
  flex-direction: column;
}
.asbpo-social-bar a {
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  color: #fff !important;
  background: var(--asbpo-red);
  margin-bottom: 2px;
}
.asbpo-social-bar a:hover { background: var(--asbpo-blue) !important; color: #fff !important; }

#subheader { display: none !important; }

#content.detail-info-section,
.detail-info-section {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #fff;
  color: #333;
}
.detail-info-section h1,
.detail-info-section h2,
.detail-info-section h3,
.asbpo-inner-body h1,
.asbpo-inner-body h2,
.asbpo-inner-body h3 {
  font-family: "Source Sans Pro", sans-serif;
  color: #111;
  line-height: 1.25;
  font-weight: 700;
}
.detail-info-section h1 { font-size: 36px; margin-bottom: 20px; }
.detail-info-section h2 { font-size: 28px; margin: 28px 0 16px; }
.detail-info-section h3,
.detail-info-section h4 { font-size: 22px; margin: 20px 0 12px; }
.detail-info-section p { font-size: 14px; line-height: 24px; margin-bottom: 12px; }
.detail-info-section ul,
.detail-info-section ol {
  list-style: disc;
  padding-left: 20px;
  margin-bottom: 16px;
}
.detail-info-section ol { list-style: decimal; }
.detail-info-section img { max-width: 100%; height: auto; }
.detail-info-section .card {
  border: 1px solid #f4f4f4;
  background: #f7fbfe;
  margin-bottom: 24px;
  border-radius: 6px;
}
.detail-info-section .card-header {
  background: transparent;
  border: 0;
  padding: 24px 24px 0;
}
.detail-info-section .card-body { padding: 16px 24px 24px; }
.detail-info-section .btn,
.detail-info-section .btn-custom,
.detail-info-section .btn-line,
.detail-info-section .btn-more,
.detail-info-section .btn-primary,
.detail-info-section .btn-danger,
.detail-info-section .btn-line-white {
  display: inline-block;
  background: var(--asbpo-red) !important;
  color: #fff !important;
  border: 0;
  border-radius: 26px;
  padding: 10px 28px;
  font-weight: 600;
  margin-top: 8px;
}
.detail-info-section .form-control,
.contact-form-wrap .form-control,
.career-form-wrap .form-control {
  color: #333 !important;
  background: #fff !important;
  border: 1px solid #d9dee7 !important;
}
.career-form-wrap label,
.career-form-wrap .col-form-label,
.career-form-wrap span {
  color: #333 !important;
}
.stat-section {
  background:
    linear-gradient(90deg, rgba(33, 68, 128, 0.94) 0%, rgba(49, 89, 157, 0.92) 50%, rgba(58, 130, 196, 0.92) 100%),
    url(../img/testimonial-bg.jpg);
  background-size: cover;
  background-position: center center;
  background-attachment: scroll;
}
.stat-section .single-stat {
  position: relative;
  padding: 8px 12px;
  height: 100%;
}
@media (min-width: 992px) {
  .stat-section .col-lg-3:not(:last-child) .single-stat:after {
    content: "";
    position: absolute;
    right: 0;
    top: 18%;
    height: 64%;
    width: 1px;
    background: rgba(255, 255, 255, 0.28);
  }
}
.stat-section .single-stat h1,
.stat-section .single-stat h2 {
  flex-direction: row;
  align-items: center;
  justify-content: center;
  text-align: left;
  gap: 16px;
}
.stat-section .single-stat .odometer,
.stat-section .single-stat .odometer-inside {
  font-size: 52px !important;
  line-height: 1;
  color: #fff;
}
.stat-section .stat-number {
  display: flex;
  align-items: baseline;
  justify-content: center;
}
.stat-section .stat-suffix {
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  margin-left: 2px;
  line-height: 1;
}
.stat-section .single-stat .sub-text {
  margin-left: 0 !important;
  margin-top: 0;
  font-size: 16px !important;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.95);
  line-height: 1.35;
}
.asbpo-expertise .owl-item:nth-child(odd) {
  margin-top: 0 !important;
}
.asbpo-expertise .single-portfolio {
  display: block;
  height: 380px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(11, 16, 32, 0.12);
}
.asbpo-expertise .single-portfolio .thumb,
.asbpo-expertise .single-portfolio .thumb img {
  height: 380px;
  width: 100%;
  object-fit: cover;
  display: block;
}
.asbpo-expertise .single-portfolio .thumb:after {
  opacity: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.05) 25%, rgba(11, 16, 32, 0.88) 100%);
}
.asbpo-expertise .single-portfolio:hover .thumb:after {
  opacity: 1;
  background: linear-gradient(180deg, rgba(215, 40, 47, 0.28) 0%, rgba(11, 16, 32, 0.92) 100%);
}
.asbpo-expertise .single-portfolio .details {
  opacity: 1;
  top: auto;
  bottom: 0;
  left: 0;
  transform: none;
  padding: 28px 24px;
  width: 100%;
  text-align: left;
}
.asbpo-expertise .single-portfolio .details h4 {
  padding: 0 0 8px;
  font-size: 22px;
}
.asbpo-expertise .single-portfolio .details p {
  color: rgba(255, 255, 255, 0.9);
}
.asbpo-solutions .section-title {
  margin-bottom: 40px;
}
.asbpo-solutions-grid {
  align-items: stretch;
}
.asbpo-solutions-grid > [class*="col-"] {
  display: flex;
  margin-bottom: 24px;
}
.asbpo-solutions .solution-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  background: #fff;
  border: 1px solid #e2eaf6;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(11, 16, 32, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.asbpo-solutions .solution-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(11, 16, 32, 0.14);
  text-decoration: none;
}
.asbpo-solutions .solution-card .thumb {
  height: 220px;
  overflow: hidden;
}
.asbpo-solutions .solution-card .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.asbpo-solutions .solution-card .details {
  padding: 22px 22px 24px;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}
.asbpo-solutions .solution-card h4 {
  margin: 0 0 8px;
  padding: 0;
  font-size: 20px;
  color: #1a1a1a;
}
.asbpo-solutions .solution-card p {
  margin: 0;
  width: auto;
  max-width: none;
  line-height: 1.65;
  color: #5b6472;
}
.asbpo-partner-row {
  align-items: stretch;
}
.partner-stage {
  position: relative;
  min-height: 480px;
  height: 100%;
  border-radius: 18px;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 42%, rgba(49, 89, 157, 0.55) 0%, rgba(11, 16, 32, 0.96) 62%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.partner-rings {
  position: absolute;
  left: 50%;
  top: 46%;
  width: 280px;
  height: 280px;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.partner-rings span {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 50%;
  opacity: 0;
}
.partner-stage.is-live .partner-rings span {
  animation: partnerRing 3.2s ease-out infinite;
}
.partner-stage.is-live .partner-rings span:nth-child(2) { animation-delay: 1.05s; }
.partner-stage.is-live .partner-rings span:nth-child(3) { animation-delay: 2.1s; }
@keyframes partnerRing {
  0% { transform: scale(1); opacity: 0.55; }
  100% { transform: scale(1.7); opacity: 0; }
}
.partner-avatar {
  position: relative;
  z-index: 2;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid rgba(255, 255, 255, 0.88);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
}
.partner-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 18%;
  display: block;
}
.partner-live {
  position: absolute;
  left: 50%;
  bottom: 16px;
  transform: translateX(-50%);
  background: var(--asbpo-red);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.partner-live i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fff;
  display: block;
}
.partner-stage.is-live .partner-live i {
  animation: partnerBlink 1s ease-in-out infinite;
}
@keyframes partnerBlink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.25; }
}
.partner-float {
  position: absolute;
  z-index: 3;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #fff;
  color: var(--asbpo-blue);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.22);
  opacity: 0;
  transform: translateY(10px);
}
.partner-stage.is-live .partner-float {
  opacity: 1;
  animation: partnerFloat 3.4s ease-in-out infinite;
}
.partner-float.f1 { left: 8%; top: 18%; animation-delay: 0.1s; }
.partner-float.f2 { right: 10%; top: 22%; animation-delay: 0.45s; color: var(--asbpo-red); }
.partner-float.f3 { left: 12%; bottom: 22%; animation-delay: 0.8s; }
.partner-float.f4 { right: 12%; bottom: 26%; animation-delay: 1.15s; color: var(--asbpo-red); }
@keyframes partnerFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}
.partner-eq {
  position: absolute;
  z-index: 3;
  left: 50%;
  bottom: 22px;
  transform: translateX(-50%);
  display: flex;
  align-items: flex-end;
  gap: 4px;
  height: 28px;
}
.partner-eq span {
  width: 4px;
  height: 8px;
  border-radius: 2px;
  background: #fff;
  opacity: 0.85;
  transition: height 0.12s linear;
}
.asbpo-partner-copy {
  padding: 8px 0 8px 36px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.asbpo-partner-copy h1,
.asbpo-partner-copy h2 {
  max-width: none !important;
  margin: 0 0 14px;
}
.partner-channels {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 18px;
}
.partner-channels span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 12px;
  border-radius: 999px;
  border: 1px solid #dbe3ef;
  background: #f6f8fb;
  color: #5b6472;
  font-size: 13px;
  font-weight: 600;
  transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}
.partner-channels span i { font-size: 15px; }
.partner-channels span.is-on {
  background: var(--asbpo-blue);
  border-color: var(--asbpo-blue);
  color: #fff;
}
.asbpo-partner-copy ul {
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
}
.asbpo-partner .asbpo-partner-copy ul li {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin: 16px 0 0;
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.45s ease, transform 0.45s ease;
}
.asbpo-partner .asbpo-partner-copy ul li.is-in {
  opacity: 1;
  transform: none;
}
.asbpo-partner .asbpo-partner-copy ul li p {
  margin: 0;
  max-width: none !important;
  line-height: 1.7;
}
.asbpo-partner .partner-num {
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--asbpo-red);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
}
.asbpo-partner-copy .btn-style {
  margin-top: auto;
  align-self: flex-start;
}
@media (max-width: 991px) {
  .asbpo-partner-copy {
    padding: 28px 0 0;
  }
  .asbpo-partner-copy h1,
  .asbpo-partner-copy h2,
  .asbpo-partner .asbpo-partner-copy ul li {
    margin-left: 0;
    justify-content: flex-start !important;
    text-align: left;
  }
  .partner-stage {
    min-height: 400px;
  }
  .partner-avatar,
  .partner-rings {
    width: 220px;
    height: 220px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .partner-stage.is-live .partner-rings span,
  .partner-stage.is-live .partner-float,
  .partner-stage.is-live .partner-live i {
    animation: none;
  }
  .asbpo-partner .asbpo-partner-copy ul li {
    opacity: 1;
    transform: none;
  }
}
.asbpo-process .pattern-right {
  display: none;
}
.asbpo-process-row {
  align-items: stretch;
}
.asbpo-process .why-left-wrap {
  max-width: none !important;
  float: none !important;
  padding: 0 0 0 36px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.asbpo-process .why-left-wrap h1,
.asbpo-process .why-left-wrap h2 {
  margin: 0 0 10px;
}
.asbpo-process .why-left-wrap h5 {
  padding: 0;
  margin: 0 0 10px;
  font-size: 18px;
  line-height: 1.45;
}
.asbpo-process .why-left-wrap > p {
  margin: 0 0 20px;
  line-height: 1.7;
}
.asbpo-process .asbpo-process-photo {
  height: 100%;
  min-height: 420px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(11, 16, 32, 0.12);
}
.asbpo-process .asbpo-process-photo img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  display: block;
}
.asbpo-process .asbpo-process-steps {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin: 0 0 24px;
}
.asbpo-process .process-step {
  background: #fff;
  border: 1px solid #e2eaf6;
  border-radius: 8px;
  padding: 16px 18px;
  margin: 0;
  height: auto;
  width: auto;
  display: flex;
  flex-direction: column;
}
.asbpo-process .process-step span {
  display: block;
  color: var(--asbpo-red);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
  margin-bottom: 8px;
}
.asbpo-process .process-step h4 {
  margin: 0;
  font-size: 16px;
  line-height: 1.3;
}
.asbpo-process .process-step p {
  margin: 6px 0 0;
  font-size: 14px;
  line-height: 1.5;
  color: #5b6472;
}
.asbpo-process .why-left-wrap .btn-style {
  margin-top: auto;
  align-self: flex-start;
}
@media (max-width: 991px) {
  .asbpo-process .why-left-wrap {
    padding: 28px 0 0;
  }
  .asbpo-process .asbpo-process-photo,
  .asbpo-process .asbpo-process-photo img {
    min-height: 280px;
    height: 280px;
  }
}
@media (max-width: 575px) {
  .asbpo-process .asbpo-process-steps {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.info-two-section .pattern { display: none; }
.info-two-section .info-left .sub-text,
.info-two-section .info-left p {
  width: auto !important;
  max-width: none !important;
}
.info-two-section.home-one .info-left-wrap {
  max-width: none !important;
  float: none !important;
  padding: 20px 40px 20px 0;
}
.info-two-section.home-one .info-right {
  padding: 20px 0 20px 20px;
}
.info-two-section.home-one .info-right img {
  float: none !important;
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
  object-fit: cover;
}
.info-two-section .bottom-txt-wrap {
  margin: 28px 0 10px;
}
.info-two-section .single-bottom-wrap {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 8px 24px rgba(34, 34, 34, 0.08);
  padding: 24px 22px;
  height: 100%;
  margin-bottom: 20px;
}
.info-two-section .single-bottom-wrap p {
  width: auto !important;
  margin-bottom: 0;
  color: #5b6472;
}
.info-two-section .single-bottom-wrap h4 {
  margin: 12px 0 10px;
}
.info-two-section .info-left-wrap .btn-style {
  margin-top: 10px;
}
.blog-section .single-blog {
  background: #fff;
  height: 100%;
  margin-bottom: 30px;
}
.blog-section .single-blog .feature-thumb {
  display: block;
  height: 230px;
  overflow: hidden;
  background: #f4f6fb;
}
.blog-section .single-blog .feature-thumb img {
  width: 100% !important;
  height: 230px !important;
  object-fit: cover;
  display: block;
}
.blog-section .single-blog .details p {
  margin: 12px 0 0;
  color: #5b6472;
  min-height: 48px;
}
.blog-section .single-blog .author-thumb {
  width: 42px;
  height: 42px;
  margin-right: 12px;
  border-radius: 50%;
  overflow: hidden;
  background: #000;
  flex-shrink: 0;
}
.blog-section .single-blog .author-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.blog-post-section .feature-img,
.blog-post-section .single-post > img {
  display: block;
  margin-bottom: 24px;
  overflow: hidden;
  border-radius: 6px;
}
.blog-post-section .feature-img img,
.blog-post-section .single-post > img.img-fluid {
  width: 100%;
  max-height: 420px;
  object-fit: cover;
}

.scroll-top { display: none !important; }

.brand-logo-section.home-one {
  padding: 80px 0;
  background: #f7fbfe;
}
.brand-logo-section .section-title {
  margin-bottom: 10px;
}
.brand-logo-section .brand-logo-carousel {
  position: relative;
  padding: 0;
  width: 100%;
}
.brand-logo-section .owl-nav,
.brand-logo-section .owl-dots {
  display: none !important;
}
.brand-logo-section .brand-logo-carousel .single-brand-logo {
  width: 100% !important;
  height: 170px !important;
  margin: 8px 0;
  padding: 24px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 8px 24px rgba(34, 34, 34, 0.08);
  display: flex !important;
  align-items: center;
  justify-content: center;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.brand-logo-section .brand-logo-carousel .single-brand-logo:hover {
  transform: translateY(-8px) scale(1.03);
  box-shadow: 0 16px 36px rgba(215, 40, 47, 0.16);
}
.brand-logo-section .brand-logo-carousel .single-brand-logo img {
  max-height: 96px !important;
  max-width: 180px !important;
  width: auto !important;
  height: auto !important;
  object-fit: contain;
  margin: 0 auto;
  display: block;
}

/* Footer */
.footer-section.home-one {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.82) 0%, rgba(11, 16, 32, 0.9) 100%),
    url(../img/footer-bg.jpg);
  background-size: cover;
  background-position: center top;
}
.footer-section .footer-top .wiget-title {
  color: #fff;
  font-size: 20px;
  margin-bottom: 18px;
  position: relative;
  padding-bottom: 10px;
}
.footer-section .footer-top .wiget-title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 36px;
  height: 3px;
  background: var(--asbpo-red);
}
.footer-section .footer-top ul li {
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.85);
}
.footer-section .footer-top ul li a {
  color: rgba(255, 255, 255, 0.85) !important;
}
.footer-section .footer-top ul li a:hover {
  color: var(--asbpo-red) !important;
}
.footer-section .footer-top .social-lists li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.45);
  color: #fff !important;
}
.footer-section .footer-top .social-lists li a:hover {
  background: var(--asbpo-red);
  border-color: var(--asbpo-red);
  color: #fff !important;
}
.footer-contact-list li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 12px !important;
  line-height: 1.5;
}
.footer-contact-list li i {
  color: var(--asbpo-red);
  margin-top: 3px;
  flex-shrink: 0;
}
.footer-section .footer-bottom {
  padding: 30px 0 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  margin-top: 20px;
}
.footer-section .footer-bottom h1,
.footer-section .footer-bottom .footer-cta-title {
  color: #fff;
  font-size: 28px;
  line-height: 1.3;
  margin: 0;
}
.footer-section .footer-bottom .btn-style {
  display: inline-block;
  padding: 12px 28px !important;
  margin: 0 !important;
  border-radius: 26px !important;
  background: var(--asbpo-red) !important;
  color: #fff !important;
}
.footer-section .copyright-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
.footer-section .copyright-bottom a:hover {
  color: var(--asbpo-red) !important;
}

.testimonial-section .testimonial-carousel.owl-carousel .owl-stage-outer {
  display: flex;
}
.testimonial-section .testimonial-carousel.owl-carousel .owl-stage {
  display: flex !important;
  align-items: stretch;
}
.testimonial-section .testimonial-carousel.owl-carousel .owl-item {
  display: flex !important;
  float: none !important;
  height: auto !important;
}
.testimonial-section .single-testimonial {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  max-width: none;
  height: 100%;
  min-height: 320px;
  margin: 0;
  box-sizing: border-box;
}
.testimonial-section .single-testimonial p {
  flex: 1 1 auto;
}
.testimonial-section .single-testimonial > .d-flex {
  margin-top: auto;
  flex-shrink: 0;
}
.testimonial-section .single-testimonial .details {
  margin-left: 0;
}

@media (max-width: 991px) {
  .asbpo-social-bar { display: none; }
  .nav-brand img,
  .dope-navbar .nav-brand img {
    height: 64px !important;
    max-width: 200px !important;
  }
  .dope-navbar { min-height: 80px; }
  .footer-logo { height: 90px !important; }
  .footer-section .footer-bottom h1,
  .footer-section .footer-bottom .footer-cta-title { font-size: 22px; margin-bottom: 16px; }
  .footer-section .copyright-bottom ul { text-align: left; margin-top: 10px; }
}

/* Inner pages — match homepage spacing, cards, and photo splits */
.header-section.page-header .asbpo-page-banner {
  padding: 48px 0 56px;
}
.header-section.page-header h1 {
  color: #fff;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 10px;
}
.header-section.page-header .pagination {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0;
}
.header-section.page-header .pagination li,
.header-section.page-header .pagination li a {
  color: rgba(255, 255, 255, 0.9) !important;
}
.header-section.page-header .pagination li a:hover {
  color: var(--asbpo-red) !important;
}
.header-section.page-header .pagination li:after {
  content: "/";
  padding: 0 8px;
  color: rgba(255, 255, 255, 0.55) !important;
  font-size: 14px;
}
.header-section.page-header .pagination li:last-child {
  color: rgba(255, 255, 255, 0.7) !important;
}

.asbpo-subnav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 18px;
}
.asbpo-subnav-center {
  justify-content: center;
  margin-bottom: 18px;
}
.asbpo-subnav a {
  display: inline-flex;
  align-items: center;
  padding: 7px 14px;
  border-radius: 999px;
  border: 1px solid #dbe3ef;
  background: #f6f8fb;
  color: #5b6472 !important;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}
.asbpo-subnav a:hover,
.asbpo-subnav a.is-on {
  background: var(--asbpo-blue);
  border-color: var(--asbpo-blue);
  color: #fff !important;
}

.asbpo-promise-list {
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
}
.asbpo-promise-list li {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin: 16px 0 0;
}
.asbpo-promise-list li:first-child { margin-top: 0; }
.asbpo-promise-list span {
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--asbpo-red);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
}
.asbpo-promise-list p {
  margin: 0;
  line-height: 1.7;
  max-width: none !important;
}
.asbpo-promise .asbpo-story-copy,
.asbpo-promise .info-left-wrap {
  max-width: none !important;
  float: none !important;
  padding: 8px 36px 8px 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.asbpo-promise .asbpo-story-copy h1,
.asbpo-promise .asbpo-story-copy h2 {
  margin: 0 0 14px;
}
.asbpo-promise .asbpo-story-copy > p {
  margin: 0 0 8px;
  line-height: 1.7;
}

.asbpo-story-row {
  align-items: stretch;
  margin-bottom: 48px;
}
.asbpo-story-row:last-child { margin-bottom: 0; }
.asbpo-story-photo {
  height: 100%;
  min-height: 360px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(11, 16, 32, 0.12);
}
.asbpo-story-photo img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
  display: block;
}
.asbpo-story-copy {
  padding: 8px 0 8px 40px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.asbpo-story-row.is-rev .asbpo-story-copy {
  padding: 8px 40px 8px 0;
}
.asbpo-story-kicker {
  color: var(--asbpo-red);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.asbpo-story-copy h1,
.asbpo-story-copy h2 {
  margin: 0 0 14px;
  max-width: none !important;
}
.asbpo-story-copy p {
  margin: 0;
  line-height: 1.7;
  max-width: none !important;
}
.asbpo-story-copy .btn-style {
  margin-top: 22px;
  align-self: flex-start;
}

.asbpo-team {
  background: #f7fbfe !important;
}
.asbpo-team .section-title {
  margin-bottom: 40px;
  text-align: center;
}
.asbpo-team .section-title h1,
.asbpo-team .section-title h2 {
  color: #111;
  margin-bottom: 10px;
}
.asbpo-team .section-title p {
  color: #5b6472;
  margin: 0;
}
.asbpo-team-grid > [class*="col-"] {
  display: flex;
  margin-bottom: 24px;
}
.asbpo-team-card {
  background: #fff;
  border: 1px solid #e2eaf6;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(11, 16, 32, 0.08);
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.asbpo-team-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(11, 16, 32, 0.14);
}
.asbpo-team-card .thumb {
  height: 260px;
  overflow: hidden;
}
.asbpo-team-card .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 18%;
  display: block;
}
.asbpo-team-card .details {
  padding: 20px 22px 22px;
  background: #fff !important;
  text-align: left;
}
.asbpo-team-card .details h4 {
  margin: 0 0 4px;
  color: #1a1a1a !important;
  font-size: 20px;
}
.asbpo-team-card .details .role {
  color: var(--asbpo-blue) !important;
  font-weight: 600;
  font-size: 13px;
  margin: 0 0 10px;
}
.asbpo-team-card .details p {
  color: #5b6472 !important;
  font-size: 14px;
  line-height: 1.55;
  margin: 0;
}
.asbpo-team-card .details ul {
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
}
.asbpo-team-card .details ul li {
  display: inline-block;
}
.asbpo-team-card .details ul li a {
  color: var(--asbpo-blue) !important;
  font-size: 18px;
  padding: 4px 6px 4px 0;
}
.asbpo-team-card .details ul li a:hover {
  color: var(--asbpo-red) !important;
}

.asbpo-mv .section-title {
  margin-bottom: 40px;
}
.asbpo-mv-card .thumb {
  height: 260px;
}
.asbpo-mv-card .details p + p {
  margin-top: 12px;
}

.asbpo-inner .subscribe-form-section {
  padding: 0;
}
.asbpo-page-cta,
.asbpo-inner .subscribe-form-section {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.82) 0%, rgba(11, 16, 32, 0.92) 100%),
    url(../img/footer-bg.jpg);
  background-size: cover;
  background-position: center;
  padding: 56px 0;
}
.asbpo-inner .cta-subscribe-wrap,
.asbpo-inner .cta-subscribe-wrap.other-page {
  transform: none;
  background: transparent;
  border-radius: 0;
  padding: 0;
  margin: 0;
  box-shadow: none;
}
.asbpo-page-cta h4,
.asbpo-inner .cta-subscribe-wrap h4 {
  color: #fff;
  margin: 0;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
}
.asbpo-page-cta-action,
.asbpo-inner .cta-subscribe-wrap .text-right {
  text-align: right;
}
.asbpo-page-cta .btn-style,
.asbpo-inner .cta-subscribe-wrap .btn-style {
  display: inline-block;
  padding: 14px 32px !important;
  margin: 0 !important;
  border-radius: 26px !important;
  background: var(--asbpo-red) !important;
  color: #fff !important;
  line-height: 1.2;
  font-size: 15px;
  font-weight: 700;
  white-space: nowrap;
}
.asbpo-page-cta .btn-style:hover,
.asbpo-inner .cta-subscribe-wrap .btn-style:hover {
  background: #fff !important;
  color: var(--asbpo-blue) !important;
}

@media (max-width: 991px) {
  .header-section.page-header h1 { font-size: 32px; }
  .header-section.page-header .asbpo-page-banner { padding: 32px 0 40px; }
  .asbpo-story-copy,
  .asbpo-story-row.is-rev .asbpo-story-copy,
  .asbpo-promise .asbpo-story-copy,
  .asbpo-promise .info-left-wrap {
    padding: 28px 0 0;
  }
  .asbpo-story-photo,
  .asbpo-story-photo img {
    min-height: 260px;
    height: 280px;
  }
  .asbpo-inner .cta-subscribe-wrap.other-page,
  .asbpo-page-cta {
    padding: 40px 0;
    text-align: left;
  }
  .asbpo-page-cta-action,
  .asbpo-inner .cta-subscribe-wrap .text-right {
    text-align: left !important;
    margin-top: 18px;
  }
}

/* Service pages */
.asbpo-svc-grid > [class*="col-"] {
  display: flex;
  margin-bottom: 24px;
}
.asbpo-svc-card {
  background: #fff;
  border: 1px solid #e2eaf6;
  border-radius: 12px;
  padding: 24px 22px;
  box-shadow: 0 8px 24px rgba(11, 16, 32, 0.08);
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.asbpo-svc-card .icon {
  width: 48px;
  height: 48px;
  object-fit: contain;
  margin: 0 0 14px;
}
.asbpo-svc-card h3,
.asbpo-svc-card h4 {
  margin: 0 0 8px;
  font-size: 18px;
  line-height: 1.3;
  color: #1a1a1a;
}
.asbpo-svc-card p {
  margin: 0;
  color: #5b6472;
  font-size: 14px;
  line-height: 1.65;
}
.asbpo-svc-card ul {
  margin: 10px 0 0;
  padding-left: 18px;
}
.asbpo-svc-card li {
  color: #5b6472;
  font-size: 14px;
  line-height: 1.55;
  margin-bottom: 6px;
}
.asbpo-svc-card .price {
  font-size: 26px;
  font-weight: 700;
  color: var(--asbpo-red);
  margin: 10px 0 14px;
  line-height: 1.2;
}
.asbpo-svc-card .price span {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: #5b6472;
}
.asbpo-svc-card .btn-style {
  margin-top: auto;
  align-self: flex-start;
  padding: 10px 22px !important;
  border-radius: 26px !important;
}
.asbpo-tech-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
}
.asbpo-tech-item {
  background: #fff;
  border: 1px solid #e2eaf6;
  border-radius: 10px;
  padding: 18px 10px 14px;
  text-align: center;
}
.asbpo-tech-item img {
  height: 40px;
  width: auto;
  max-width: 100%;
  margin: 0 auto 8px;
  display: block;
  object-fit: contain;
}
.asbpo-tech-item span {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: #1a1a1a;
}
.asbpo-why-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.asbpo-why-list li {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  margin: 0 0 16px;
}
.asbpo-why-list li span {
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--asbpo-red);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
}
.asbpo-why-list p {
  margin: 0;
  line-height: 1.7;
}
.asbpo-why-list strong {
  color: #1a1a1a;
}
@media (max-width: 1199px) {
  .asbpo-tech-grid { grid-template-columns: repeat(4, 1fr); }
}
@media (max-width: 767px) {
  .asbpo-tech-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 575px) {
  .asbpo-tech-grid { grid-template-columns: repeat(2, 1fr); }
}

/* Blog listing — homepage cards, sidebar filters, pagination */
.blog-post-section.blog-section .blog-listing-toolbar {
  margin-bottom: 28px;
  padding-bottom: 18px;
  border-bottom: 1px solid #e2f0fc;
  gap: 16px;
}
.blog-post-section.blog-section .blog-listing-count {
  color: #5b6472;
  font-weight: 600;
}
.blog-post-section.blog-section .blog-sort-form {
  display: flex;
  align-items: center;
  gap: 10px;
}
.blog-post-section.blog-section .blog-sort-form label {
  margin: 0;
  font-weight: 600;
  color: #1a1a1a;
}
.blog-post-section.blog-section .blog-sort-form select {
  min-width: 150px;
  height: 42px;
  border: 1px solid #e2f0fc;
  background: #f9fcff;
  border-radius: 3px;
  padding: 0 12px;
  color: #1a1a1a;
}
.blog-post-section.blog-section .single-blog h4 {
  font-size: 18px;
  line-height: 1.4;
  min-height: 50px;
}
.blog-post-section.blog-section .blog-empty-state {
  text-align: center;
  padding: 48px 20px;
  background: #f9fcff;
  border: 1px solid #e2f0fc;
  border-radius: 6px;
}
.blog-post-section.blog-section .blog-empty-state h3 {
  margin-bottom: 8px;
}
.blog-post-section .sidebar .widget:first-child {
  margin-top: 0;
}
.blog-post-section .sidebar .category_widget ul li.active,
.blog-post-section .sidebar .category_widget ul li.active a {
  background: #d7282f;
  color: #fff !important;
  border-color: #d7282f;
}
.blog-post-section .sidebar .widget_recent_entries ul li {
  margin-bottom: 16px;
}
.blog-post-section .sidebar .widget_recent_entries ul li:last-child {
  margin-bottom: 0;
}
.blog-post-section .sidebar .widget_recent_entries ul li .thumb img {
  width: 70px;
  height: 70px;
  object-fit: cover;
  border-radius: 3px;
}
.blog-post-section .sidebar .widget_tag_cloud ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.blog-post-section .sidebar .widget_tag_cloud ul li a {
  display: inline-block;
  padding: 6px 12px;
  background: #f9fcff;
  border: 1px solid #e2f0fc;
  border-radius: 3px;
  color: #6a7c92;
  font-size: 13px;
  font-weight: 600;
}
.blog-post-section .sidebar .widget_tag_cloud ul li.active a,
.blog-post-section .sidebar .widget_tag_cloud ul li a:hover {
  background: #d7282f;
  border-color: #d7282f;
  color: #fff !important;
}
.blog-post-section .blog-posts .pagination .active .page-link,
.blog-post-section .blog-posts .pagination .page-link:hover {
  background: #d7282f !important;
  border-color: #d7282f !important;
  color: #fff !important;
}
.blog-post-section .blog-posts .pagination .page-link {
  color: #31599d;
}
