:root {
  --wm-dark: #10141f;
  --wm-surface: #f5f7fb;
  --wm-border: rgba(16, 20, 31, 0.08);
}

body {
  background: var(--wm-surface);
}

.hidden {
  display: none !important;
}

.wm-skip-link {
  position: fixed;
  left: 16px;
  top: 16px;
  z-index: 9999;
  transform: translateY(-150%);
  padding: 12px 18px;
  border-radius: 999px;
  background: var(--color-primary);
  color: #fff;
}

.wm-skip-link:focus {
  transform: translateY(0);
}

/* ============================================================
   HEADER — SAME ORIGINAL DESIGN + LOGO FIXED IN NAV ROW
   ============================================================ */

/* Outer wrapper */
.wm-main-header.rts-header-area {
  display: flex !important;
  flex-direction: row !important;
  align-items: stretch !important;
  padding: 0 !important;
  background: #0d1525 !important;
  width: 100% !important;
  border-bottom: none !important;
}

/* LOGO hidden from original position */
.wm-main-header .logo-area {
  display: none !important;
}

/* header-right takes full width */
.wm-main-header .header-right {
  flex: 1 !important;
  display: flex !important;
  flex-direction: column !important;
  min-width: 0 !important;
}

/* ── TOP BAR — dark bg, white text ── */
.wm-main-header .top-header-area {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  padding: 9px 40px !important;
  border-bottom: 1px solid rgba(255,255,255,0.07) !important;
  background: #0d1525 !important;
  flex-wrap: nowrap !important;
  gap: 12px !important;
}

.wm-main-header .top-header-area .info-address {
  display: flex !important;
  align-items: center !important;
  gap: 24px !important;
  flex-wrap: nowrap !important;
}

.wm-main-header .top-header-area .info-address a {
  white-space: nowrap !important;
  font-size: 13px !important;
  color: rgba(255,255,255,0.72) !important;
  text-decoration: none !important;
  display: flex !important;
  align-items: center !important;
  gap: 6px !important;
}

.wm-main-header .top-header-area .info-address a:hover {
  color: #fff !important;
}

.wm-main-header .top-header-area .info-social {
  display: flex !important;
  align-items: center !important;
  gap: 20px !important;
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  flex-shrink: 0 !important;
}

.wm-main-header .top-header-area .info-social li a {
  font-size: 13px !important;
  color: rgba(255,255,255,0.72) !important;
  text-decoration: none !important;
  white-space: nowrap !important;
}

.wm-main-header .top-header-area .info-social li a:hover {
  color: #fff !important;
}

/* ── BOTTOM NAV BAR — WHITE BG ── */
.wm-main-header .bottom-header-area {
  display: flex !important;
  align-items: center !important;
  padding: 0 40px !important;
  min-height: 64px !important;
  gap: 0 !important;
  position: relative !important;
  background: #ffffff !important;
  border-bottom: 1px solid rgba(16,20,31,0.08) !important;
}

.wm-main-header {
  flex-wrap: wrap !important;
}

/* LOGO — re-show inside bottom nav row */
.wm-main-header .logo-area {
  display: flex !important;
  align-items: center !important;
  order: 0 !important;
  width: auto !important;
  min-width: unset !important;
  max-width: unset !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
  position: absolute !important;
  left: 40px !important;
  top: 44px !important;
  height: 64px !important;
  z-index: 10 !important;
}

.wm-main-header .logo-area .logo {
  display: flex !important;
  align-items: center !important;
  text-decoration: none !important;
}

.wm-main-header .logo-area .logo img {
  height: 48px !important;
  width: auto !important;
  max-width: 180px !important;
  display: block !important;
  object-fit: contain !important;
  mix-blend-mode: normal !important;
}

/* Push nav links right to make space for logo */
.wm-main-header .bottom-header-area .header-nav-area {
  padding-left: 168px !important;
  flex: 1 !important;
  min-width: 0 !important;
}

/* ── NAV LINKS — DARK TEXT ── */
.wm-main-header .main-nav-area ul {
  display: flex !important;
  align-items: center !important;
  flex-wrap: nowrap !important;
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  gap: 0 !important;
}

.wm-main-header .main-nav-area ul li a {
  display: block !important;
  white-space: nowrap !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  letter-spacing: 0.05em !important;
  padding: 0 14px !important;
  line-height: 64px !important;
  color: #10141f !important;
  text-decoration: none !important;
  transition: color 0.2s !important;
  text-transform: uppercase !important;
}

.wm-main-header .main-nav-area ul li a:hover {
  color: #3358d3 !important;
}

/* Active page indicator */
.wm-main-header .main-nav-area ul li.current-menu-item > a {
  color: #3358d3 !important;
  position: relative !important;
}

.wm-main-header .main-nav-area ul li.current-menu-item > a::after {
  content: '' !important;
  position: absolute !important;
  bottom: 0 !important;
  left: 14px !important;
  right: 14px !important;
  height: 2px !important;
  background: #3358d3 !important;
  border-radius: 2px 2px 0 0 !important;
}

/* ── CTA + ICON BUTTONS ── */
.wm-main-header .header-button-area {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  flex-shrink: 0 !important;
  margin-left: auto !important;
}

.wm-main-header .header-button-area .rts-btn {
  white-space: nowrap !important;
  font-size: 14px !important;
  padding: 10px 22px !important;
}

/* ── HAMBURGER — dark lines on white bg ── */
.wm-main-header .header-button-area .menu-toggle {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 5px !important;
  width: 42px !important;
  height: 42px !important;
  border-radius: 8px !important;
  border: 1px solid rgba(16,20,31,0.2) !important;
  cursor: pointer !important;
  background: transparent !important;
  transition: all 0.2s !important;
  padding: 0 !important;
  box-sizing: border-box !important;
}

.wm-main-header .header-button-area .menu-toggle span {
  display: block !important;
  width: 18px !important;
  height: 2px !important;
  background-color: #10141f !important;
  border-radius: 2px !important;
  transition: all 0.2s !important;
}

.wm-main-header .header-button-area .menu-toggle:hover {
  background: rgba(51,88,211,0.08) !important;
}

.wm-main-header .header-button-area .menu-toggle:hover span {
  background-color: #3358d3 !important;
}

/* ── STICKY ── */
.rts-sticky-header.sticky {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 999 !important;
  box-shadow: 0 4px 24px rgba(0,0,0,0.28) !important;
}

/* ── RESPONSIVE ── */
@media (max-width: 1399px) {
  .wm-main-header .main-nav-area ul li a {
    font-size: 12px !important;
    padding: 0 10px !important;
  }
  .wm-main-header .bottom-header-area {
    padding: 0 24px !important;
  }
  .wm-main-header .top-header-area {
    padding: 9px 24px !important;
  }
  .wm-main-header .logo-area {
    left: 24px !important;
  }
  .wm-main-header .bottom-header-area .header-nav-area {
    padding-left: 152px !important;
  }
}

@media (max-width: 1199px) {
  .wm-main-header .top-header-area .info-address {
    display: none !important;
  }
  .wm-main-header .main-nav-area {
    display: none !important;
  }
  .wm-main-header .bottom-header-area .header-nav-area {
    padding-left: 0 !important;
  }
}

@media (max-width: 991px) {
  .wm-main-header .top-header-area {
    display: none !important;
  }
  .wm-main-header .logo-area {
    top: 0 !important;
    height: 64px !important;
  }
}

/* ============================================================
   REST OF SITE — UNCHANGED
   ============================================================ */

.wm-main-header .logo img,
.rts-offcanvas-area .logo img {
  width: auto;
  max-height: 62px;
}

.wm-home-banner .swiper-slide { position: relative; }

.wm-home-banner .swiper-slide::before,
.wm-breadcrumb-area::before,
.wm-cta-area::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(10,17,32,0.82), rgba(10,17,32,0.32));
}

.wm-home-banner .banner-wrapper,
.wm-breadcrumb-area .rts-breadcrumb-content-wrapper,
.wm-cta-area .cta-content-wrapper {
  position: relative;
  z-index: 1;
}

.wm-home-banner .title { max-width: 11ch; }

.wm-banner-subtitle {
  display: block;
  margin-bottom: 14px;
  color: rgba(255,255,255,0.82);
  font-size: 18px;
}

.wm-feature-pills { display: flex; flex-wrap: wrap; gap: 12px; margin: 24px 0 0; }

.wm-feature-pills span {
  padding: 10px 16px;
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 999px;
  background: rgba(255,255,255,0.1);
  color: #fff;
  font-size: 14px;
  line-height: 1.2;
}

.wm-banner-stat-card {
  align-self: flex-end;
  min-width: 260px;
  margin-left: auto;
  padding: 24px;
  border-radius: 24px;
  background: rgba(255,255,255,0.12);
  color: #fff;
  backdrop-filter: blur(18px);
}

.wm-banner-stat-card .label { margin-bottom: 8px; color: rgba(255,255,255,0.72); font-size: 14px; text-transform: uppercase; letter-spacing: 0.08em; }
.wm-banner-stat-card h3 { color: #fff; font-size: 42px; }
.wm-banner-stat-card span { color: rgba(255,255,255,0.78); }

.wm-mini-service { min-height: 100%; }
.wm-mini-service .icon { display: flex; align-items: center; justify-content: center; }

.wm-mini-service-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 70px; height: 70px;
  border-radius: 18px;
  background: rgba(51,88,211,0.12);
  color: var(--color-primary);
}

.wm-usp-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }

.wm-about-collage .thumb, .wm-about-collage .thumb-two,
.wm-faq-images .image, .wm-product-card .thumb img,
.wm-service-list-card .service-image img, .wm-blog-card .blog-thumb img,
.wm-detail-content .thumbnail img, .wm-product-hero-image img,
.widget-item .thumb img, .gallery-item img {
  width: 100%; height: 100%; object-fit: cover;
}

.wm-counter-card {
  height: 100%; padding: 34px 28px;
  border: 1px solid var(--wm-border); border-radius: 24px;
  background: #fff; text-align: center;
  box-shadow: 0 18px 40px rgba(19,27,44,0.06);
}
.wm-counter-card img { margin-bottom: 20px; }
.wm-counter-card h4 { margin-bottom: 10px; color: var(--color-heading); font-size: 40px; }

.wm-brand-strip .wm-brand-item {
  display: flex; align-items: center; justify-content: center;
  min-height: 112px; padding: 20px; border-radius: 20px; background: #fff;
}
.wm-brand-strip .wm-brand-item img { max-height: 44px; width: auto; object-fit: contain; }
.wm-brand-strip .wm-brand-item span { color: var(--color-heading); font-weight: 700; }

.wm-product-card .body,
.wm-service-list-card .service-content-area,
.wm-blog-card .content { background: #fff; }

.wm-inline-feature-list, .wm-detail-sidebar .features-list { margin: 18px 0 0; padding: 0; list-style: none; }
.wm-inline-feature-list li, .wm-detail-sidebar .features-list li { position: relative; padding-left: 18px; color: var(--color-body); font-size: 15px; }
.wm-inline-feature-list li + li, .wm-detail-sidebar .features-list li + li { margin-top: 8px; }
.wm-inline-feature-list li::before { content: ""; position: absolute; left: 0; top: 10px; width: 6px; height: 6px; border-radius: 50%; background: var(--color-primary); }

.wm-detail-content, .wm-detail-sidebar .single-item,
.wm-contact-cards .single-item, .wm-form-panel,
.wm-review-static .testimonial-inner {
  border: 1px solid var(--wm-border); border-radius: 28px;
  background: #fff; box-shadow: 0 18px 40px rgba(19,27,44,0.06);
}

.wm-detail-content { padding: 42px; }
.wm-rich-copy, .wm-rich-copy p, .wm-rich-copy li { color: var(--color-body); font-size: 17px; line-height: 1.9; }
.wm-rich-copy h2, .wm-rich-copy h3, .wm-rich-copy h4 { margin: 26px 0 14px; color: var(--color-heading); }
.wm-rich-copy ul, .wm-rich-copy ol { padding-left: 24px; }
.wm-detail-sidebar { display: flex; flex-direction: column; gap: 24px; }
.wm-detail-sidebar .single-item, .wm-contact-cards .single-item { padding: 30px; }
.wm-sidebar-cta { background: linear-gradient(135deg, rgba(51,88,211,0.08), rgba(51,88,211,0.02)), #fff; }
.wm-review-static .testimonial-inner { min-height: 100%; }
.wm-breadcrumb-area { position: relative; overflow: hidden; }
.wm-breadcrumb-area .title { max-width: 14ch; }
.wm-breadcrumb-area .desc { max-width: 760px; }
.wm-faq-images .image { border-radius: 24px; }
.wm-faq-images .image.one { height: 420px; }
.wm-faq-images .image.two, .wm-faq-images .image.three { height: 220px; }
.wm-cta-copy { max-width: 760px; margin: 18px auto 0; color: rgba(255,255,255,0.85); font-size: 18px; line-height: 1.8; }
.wm-cta-actions, .wm-search-actions { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; margin-top: 28px; }
.wm-search-modal-copy { max-width: 560px; text-align: center; }
.wm-search-modal-copy h3 { margin: 14px 0 10px; color: #fff; }
.wm-search-modal-copy p { color: rgba(255,255,255,0.8); }
.wm-contact-shell, .wm-map-frame { overflow: hidden; border-radius: 28px; }
.wm-form-panel { padding: 36px; }

.wm-form-panel .single-input input, .wm-form-panel .single-input select,
.wm-quote-form .single-input input, .wm-quote-form .single-input select,
.wm-quote-form .single-input-textarea textarea,
.wm-form-panel .single-input-textarea textarea {
  width: 100%; min-height: 62px; padding: 0 22px;
  border: 1px solid var(--wm-border); border-radius: 18px;
  background: #fff; color: var(--color-heading);
}
.wm-form-panel .single-input select, .wm-quote-form .single-input select { appearance: none; }
.wm-form-panel .single-input-textarea textarea, .wm-quote-form .single-input-textarea textarea { min-height: 180px; padding-top: 18px; }
.wm-form-panel .single-input .icon { top: 50%; transform: translateY(-50%); }
.wm-form-message { margin-bottom: 16px; }
.flash-success, .flash-error { padding: 14px 18px; border-radius: 16px; font-size: 15px; }
.flash-success { background: rgba(38,207,75,0.12); color: #15803d; }
.flash-error, .wm-field-error { color: #b42318; }
.flash-error { background: rgba(255,0,3,0.1); }
.wm-field-error { margin-top: 8px; font-size: 13px; }
.wm-map-frame iframe { display: block; width: 100%; min-height: 460px; border: 0; }
.wm-tag-cloud { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
.wm-tag-cloud span { padding: 10px 14px; border-radius: 999px; background: rgba(51,88,211,0.08); color: var(--color-primary); font-size: 14px; font-weight: 600; }
.wm-footer-actions { margin: 22px 0 18px; }
.wm-contact-cards .single-item p, .wm-detail-sidebar .single-item p, .wm-form-panel p { color: var(--color-body); }
.wm-article-meta { margin: 0 0 20px; }

@media (max-width: 1199.98px) {
  .wm-banner-stat-card { display: none; }
  .wm-home-banner .title, .wm-breadcrumb-area .title { max-width: none; }
}
@media (max-width: 991.98px) {
  .wm-usp-grid { grid-template-columns: 1fr; }
  .wm-detail-content { padding: 30px; }
}
@media (max-width: 767.98px) {
  .wm-home-banner .banner-content .title { font-size: 46px; }
  .wm-feature-pills span { width: 100%; text-align: center; }
  .wm-form-panel, .wm-contact-cards .single-item,
  .wm-detail-sidebar .single-item, .wm-counter-card { padding: 24px; }
  .wm-map-frame iframe { min-height: 320px; }
}

/* ── FOOTER ── */
.rts-footer-area.footer-three {
  background: #0d1525 !important;
}

.footer-three .widget-item-wrapper .widget-item .thumb {
  flex: 0 0 72px !important;
  width: 72px !important;
  height: 72px !important;
  min-width: 72px !important;
  border-radius: 10px !important;
  overflow: hidden !important;
  display: block !important;
}

.footer-three .widget-item-wrapper .widget-item .thumb a {
  display: block !important;
  width: 72px !important;
  height: 72px !important;
}

.footer-three .widget-item-wrapper .widget-item .thumb img {
  width: 72px !important;
  height: 72px !important;
  min-width: 72px !important;
  object-fit: cover !important;
  border-radius: 10px !important;
  display: block !important;
}

/* ── SERVICES ── */
.rts-service-area.rts-section-gap {
  background: #eef1f8 !important;
  background-image: none !important;
  padding: 80px 0 !important;
  margin-top: 0 !important;
}
.rts-service-area .single-item.wm-mini-service {
  background: #C3D1EE !important;
  border: 1px solid rgba(51,88,211,0.08) !important;
  border-radius: 24px !important;
  padding: 40px 32px !important;
  text-align: center !important;
  transition: all 0.3s ease !important;
  box-shadow: 0 4px 6px rgba(0,0,0,0.04), 0 12px 32px rgba(51,88,211,0.10) !important;
}

.rts-service-area .single-item.wm-mini-service:hover {
  box-shadow: 0 8px 16px rgba(0,0,0,0.06), 0 24px 56px rgba(51,88,211,0.18) !important;
  border-color: rgba(51,88,211,0.25) !important;
  transform: translateY(-6px) !important;
}

.rts-service-area .wm-mini-service .icon {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  margin-bottom: 24px !important;
}

.rts-service-area .wm-mini-service-icon {
  width: 80px !important;
  height: 80px !important;
  border-radius: 50% !important;
  background: rgba(51,88,211,0.08) !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  margin: 0 auto !important;
  color: #3358d3 !important;
}

.rts-service-area .wm-mini-service .title a {
  color: #10141f !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  text-decoration: none !important;
}

.rts-service-area .wm-mini-service .title a:hover {
  color: #3358d3 !important;
}

.rts-service-area .wm-mini-service .desc {
  color: rgba(16,20,31,0.55) !important;
  font-size: 15px !important;
  line-height: 1.7 !important;
  margin-top: 14px !important;
}

/* ── USP GRID ── */
.wm-usp-grid {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important;
  gap: 20px !important;
}

.wm-usp-grid .single-item {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 12px !important;
}

.wm-usp-grid .single-item .icon {
  width: 54px !important;
  height: 54px !important;
  background: #3358d3 !important;
  border-radius: 14px !important;
  padding: 12px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-sizing: border-box !important;
  flex-shrink: 0 !important;
}

.wm-usp-grid .single-item .icon img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  display: block !important;
  filter: brightness(0) invert(1) !important;
}

.wm-usp-grid .single-item .title {
  font-size: 15px !important;
  font-weight: 600 !important;
  color: var(--color-heading) !important;
  line-height: 1.4 !important;
  margin: 0 !important;
}

@media (max-width: 575px) {
  .wm-usp-grid { grid-template-columns: 1fr !important; }
}

/* ── COUNTER CARDS ── */
.rts-counter-area {
  padding: 80px 0 !important;
  background: #f5f7fb !important;
}

.wm-counter-card {
  padding: 36px 28px !important;
  border-radius: 24px !important;
  background: #fff !important;
  border: 1px solid rgba(51,88,211,0.08) !important;
  box-shadow: 0 4px 6px rgba(0,0,0,0.04), 0 12px 32px rgba(51,88,211,0.08) !important;
  text-align: center !important;
}

.wm-counter-card img {
  width: 64px !important;
  height: 64px !important;
  object-fit: contain !important;
  margin: 0 auto 20px !important;
  display: block !important;
  filter: none !important;
}

.wm-counter-card h4 {
  font-size: 42px !important;
  font-weight: 800 !important;
  color: #10141f !important;
  margin-bottom: 6px !important;
}

.wm-counter-card p {
  color: rgba(16,20,31,0.55) !important;
  font-size: 14px !important;
  margin: 0 !important;
}

/* ── BRAND STRIP ── */
.wm-brand-strip {
  background: #3358d3 !important;
  padding: 48px 0 !important;
}

.wm-brand-strip .desc {
  color: rgba(255,255,255,0.85) !important;
  text-align: center !important;
  margin-bottom: 32px !important;
  font-size: 15px !important;
}

.wm-brand-strip .wm-brand-item {
  background: rgba(255,255,255,0.95) !important;
  border: none !important;
  border-radius: 16px !important;
  min-height: 90px !important;
  padding: 16px 24px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  transition: all 0.3s !important;
}

.wm-brand-strip .wm-brand-item:hover {
  background: #ffffff !important;
  transform: translateY(-3px) !important;
}

.wm-brand-strip .wm-brand-item img {
  max-height: 60px !important;
  max-width: 140px !important;
  width: auto !important;
  object-fit: contain !important;
  filter: none !important;
}

.wm-brand-strip .wm-brand-item span {
  color: #10141f !important;
  font-weight: 700 !important;
  font-size: 20px !important;
}

.rts-brand-area.wm-brand-strip {
  margin-bottom: 80px !important;
}

/* ── CTA ── */
.wm-cta-area {
  position: relative !important;
  z-index: 1 !important;
  overflow: hidden !important;
}

.wm-cta-area .rts-section-title {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  width: 100% !important;
}

.wm-cta-area .rts-section-title .title {
  font-size: 42px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  color: #ffffff !important;
  text-align: center !important;
  max-width: 800px !important;
  margin: 0 auto 20px !important;
  position: relative !important;
  z-index: 2 !important;
}

.wm-cta-area .subtitle {
  text-align: center !important;
  display: block !important;
}

.rts-cta-area-two.wm-cta-area {
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  min-height: 520px !important;
  display: flex !important;
  align-items: center !important;
  padding: 0 !important;
}

.rts-cta-area-two.wm-cta-area > .container {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.wm-cta-area .cta-content-wrapper {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  height: 100% !important;
}

.rts-blog-area-three.rts-section-gap {
  position: relative !important;
  z-index: 2 !important;
  background: #f5f7fb !important;
}

@media (max-width: 767px) {
  .wm-cta-area .rts-section-title .title {
    font-size: 30px !important;
  }
}
/* ============================================================
   REST OF SITE — UNCHANGED
   ============================================================ */

.wm-main-header .logo img,
.rts-offcanvas-area .logo img {
  width: auto;
  max-height: 62px;
}

.wm-home-banner .swiper-slide { position: relative; }

.wm-home-banner .swiper-slide::before,
.wm-breadcrumb-area::before,
.wm-cta-area::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(10,17,32,0.82), rgba(10,17,32,0.32));
}

.wm-home-banner .banner-wrapper,
.wm-breadcrumb-area .rts-breadcrumb-content-wrapper,
.wm-cta-area .cta-content-wrapper {
  position: relative;
  z-index: 1;
}

.wm-home-banner .title { max-width: 11ch; }

.wm-banner-subtitle {
  display: block;
  margin-bottom: 14px;
  color: rgba(255,255,255,0.82);
  font-size: 18px;
}

.wm-feature-pills { display: flex; flex-wrap: wrap; gap: 12px; margin: 24px 0 0; }

.wm-feature-pills span {
  padding: 10px 16px;
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 999px;
  background: rgba(255,255,255,0.1);
  color: #fff;
  font-size: 14px;
  line-height: 1.2;
}

.wm-banner-stat-card {
  align-self: flex-end;
  min-width: 260px;
  margin-left: auto;
  padding: 24px;
  border-radius: 24px;
  background: rgba(255,255,255,0.12);
  color: #fff;
  backdrop-filter: blur(18px);
}

.wm-banner-stat-card .label { margin-bottom: 8px; color: rgba(255,255,255,0.72); font-size: 14px; text-transform: uppercase; letter-spacing: 0.08em; }
.wm-banner-stat-card h3 { color: #fff; font-size: 42px; }
.wm-banner-stat-card span { color: rgba(255,255,255,0.78); }

.wm-mini-service { min-height: 100%; }
.wm-mini-service .icon { display: flex; align-items: center; justify-content: center; }

.wm-mini-service-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 70px; height: 70px;
  border-radius: 18px;
  background: rgba(51,88,211,0.12);
  color: var(--color-primary);
}

.wm-usp-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }

.wm-about-collage .thumb, .wm-about-collage .thumb-two,
.wm-faq-images .image, .wm-product-card .thumb img,
.wm-service-list-card .service-image img, .wm-blog-card .blog-thumb img,
.wm-detail-content .thumbnail img, .wm-product-hero-image img,
.widget-item .thumb img, .gallery-item img {
  width: 100%; height: 100%; object-fit: cover;
}

.wm-counter-card {
  height: 100%; padding: 34px 28px;
  border: 1px solid var(--wm-border); border-radius: 24px;
  background: #fff; text-align: center;
  box-shadow: 0 18px 40px rgba(19,27,44,0.06);
}
.wm-counter-card img { margin-bottom: 20px; }
.wm-counter-card h4 { margin-bottom: 10px; color: var(--color-heading); font-size: 40px; }

.wm-brand-strip .wm-brand-item {
  display: flex; align-items: center; justify-content: center;
  min-height: 112px; padding: 20px; border-radius: 20px; background: #fff;
}
.wm-brand-strip .wm-brand-item img { max-height: 44px; width: auto; object-fit: contain; }
.wm-brand-strip .wm-brand-item span { color: var(--color-heading); font-weight: 700; }

.wm-product-card .body,
.wm-service-list-card .service-content-area,
.wm-blog-card .content { background: #fff; }

.wm-inline-feature-list, .wm-detail-sidebar .features-list { margin: 18px 0 0; padding: 0; list-style: none; }
.wm-inline-feature-list li, .wm-detail-sidebar .features-list li { position: relative; padding-left: 18px; color: var(--color-body); font-size: 15px; }
.wm-inline-feature-list li + li, .wm-detail-sidebar .features-list li + li { margin-top: 8px; }
.wm-inline-feature-list li::before { content: ""; position: absolute; left: 0; top: 10px; width: 6px; height: 6px; border-radius: 50%; background: var(--color-primary); }

.wm-detail-content, .wm-detail-sidebar .single-item,
.wm-contact-cards .single-item, .wm-form-panel,
.wm-review-static .testimonial-inner {
  border: 1px solid var(--wm-border); border-radius: 28px;
  background: #fff; box-shadow: 0 18px 40px rgba(19,27,44,0.06);
}

.wm-detail-content { padding: 42px; }
.wm-rich-copy, .wm-rich-copy p, .wm-rich-copy li { color: var(--color-body); font-size: 17px; line-height: 1.9; }
.wm-rich-copy h2, .wm-rich-copy h3, .wm-rich-copy h4 { margin: 26px 0 14px; color: var(--color-heading); }
.wm-rich-copy ul, .wm-rich-copy ol { padding-left: 24px; }
.wm-detail-sidebar { display: flex; flex-direction: column; gap: 24px; }
.wm-detail-sidebar .single-item, .wm-contact-cards .single-item { padding: 30px; }
.wm-sidebar-cta { background: linear-gradient(135deg, rgba(51,88,211,0.08), rgba(51,88,211,0.02)), #fff; }
.wm-review-static .testimonial-inner { min-height: 100%; }
.wm-breadcrumb-area { position: relative; overflow: hidden; }
.wm-breadcrumb-area .title { max-width: 14ch; }
.wm-breadcrumb-area .desc { max-width: 760px; }
.wm-faq-images .image { border-radius: 24px; }
.wm-faq-images .image.one { height: 420px; }
.wm-faq-images .image.two, .wm-faq-images .image.three { height: 220px; }
.wm-cta-copy { max-width: 760px; margin: 18px auto 0; color: rgba(255,255,255,0.85); font-size: 18px; line-height: 1.8; }
.wm-cta-actions, .wm-search-actions { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; margin-top: 28px; }
.wm-search-modal-copy { max-width: 560px; text-align: center; }
.wm-search-modal-copy h3 { margin: 14px 0 10px; color: #fff; }
.wm-search-modal-copy p { color: rgba(255,255,255,0.8); }
.wm-contact-shell, .wm-map-frame { overflow: hidden; border-radius: 28px; }
.wm-form-panel { padding: 36px; }

.wm-form-panel .single-input input, .wm-form-panel .single-input select,
.wm-quote-form .single-input input, .wm-quote-form .single-input select,
.wm-quote-form .single-input-textarea textarea,
.wm-form-panel .single-input-textarea textarea {
  width: 100%; min-height: 62px; padding: 0 22px;
  border: 1px solid var(--wm-border); border-radius: 18px;
  background: #fff; color: var(--color-heading);
}
.wm-form-panel .single-input select, .wm-quote-form .single-input select { appearance: none; }
.wm-form-panel .single-input-textarea textarea, .wm-quote-form .single-input-textarea textarea { min-height: 180px; padding-top: 18px; }
.wm-form-panel .single-input .icon { top: 50%; transform: translateY(-50%); }
.wm-form-message { margin-bottom: 16px; }
.flash-success, .flash-error { padding: 14px 18px; border-radius: 16px; font-size: 15px; }
.flash-success { background: rgba(38,207,75,0.12); color: #15803d; }
.flash-error, .wm-field-error { color: #b42318; }
.flash-error { background: rgba(255,0,3,0.1); }
.wm-field-error { margin-top: 8px; font-size: 13px; }
.wm-map-frame iframe { display: block; width: 100%; min-height: 460px; border: 0; }
.wm-tag-cloud { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
.wm-tag-cloud span { padding: 10px 14px; border-radius: 999px; background: rgba(51,88,211,0.08); color: var(--color-primary); font-size: 14px; font-weight: 600; }
.wm-footer-actions { margin: 22px 0 18px; }
.wm-contact-cards .single-item p, .wm-detail-sidebar .single-item p, .wm-form-panel p { color: var(--color-body); }
.wm-article-meta { margin: 0 0 20px; }

@media (max-width: 1199.98px) {
  .wm-banner-stat-card { display: none; }
  .wm-home-banner .title, .wm-breadcrumb-area .title { max-width: none; }
}
@media (max-width: 991.98px) {
  .wm-usp-grid { grid-template-columns: 1fr; }
  .wm-detail-content { padding: 30px; }
}
@media (max-width: 767.98px) {
  .wm-home-banner .banner-content .title { font-size: 46px; }
  .wm-feature-pills span { width: 100%; text-align: center; }
  .wm-form-panel, .wm-contact-cards .single-item,
  .wm-detail-sidebar .single-item, .wm-counter-card { padding: 24px; }
  .wm-map-frame iframe { min-height: 320px; }
}

/* ── FOOTER BG — navbar jaisa dark ── */
.rts-footer-area.footer-three {
  background: #0d1525 !important;
}

/* ── RECENT POSTS IMAGE FIX ── */
.footer-three .widget-item-wrapper .widget-item .thumb {
  flex: 0 0 72px !important;
  width: 72px !important;
  height: 72px !important;
  min-width: 72px !important;
  border-radius: 10px !important;
  overflow: hidden !important;
  display: block !important;
}

.footer-three .widget-item-wrapper .widget-item .thumb a {
  display: block !important;
  width: 72px !important;
  height: 72px !important;
}

.footer-three .widget-item-wrapper .widget-item .thumb img {
  width: 72px !important;
  height: 72px !important;
  min-width: 72px !important;
  object-fit: cover !important;
  border-radius: 10px !important;
  display: block !important;
}

/* ── SERVICES SECTION — white bg, premium cards ── */
.rts-service-area.rts-section-gap {
  background: #f5f7fb !important;
  background-image: none !important;
  padding: 80px 0 !important;
  margin-top: 0 !important;
}

/* Cards */
.rts-service-area .single-item.wm-mini-service {
  background: #C3D1EE !important;
  border: 1px solid rgba(16,20,31,0.08) !important;
  border-radius: 24px !important;
  padding: 40px 32px !important;
  text-align: center !important;
  transition: all 0.3s ease !important;
  box-shadow: 0 8px 32px rgba(19,27,44,0.07) !important;
}

.rts-service-area .single-item.wm-mini-service:hover {
  box-shadow: 0 16px 48px rgba(51,88,211,0.14) !important;
  border-color: rgba(51,88,211,0.2) !important;
  transform: translateY(-6px) !important;
}

/* Icon */
.rts-service-area .wm-mini-service-icon {
  width: 80px !important;
  height: 80px !important;
  border-radius: 50% !important;
  background: rgba(51,88,211,0.08) !important;
  border: none !important;
  margin: 0 auto 28px !important;
  color: #3358d3 !important;
}

/* Title */
.rts-service-area .wm-mini-service .title a {
  color: #10141f !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  text-decoration: none !important;
}

.rts-service-area .wm-mini-service .title a:hover {
  color: #3358d3 !important;
}

/* Description */
.rts-service-area .wm-mini-service .desc {
  color: rgba(16,20,31,0.55) !important;
  font-size: 15px !important;
  line-height: 1.7 !important;
  margin-top: 14px !important;
}
/* Section bg thoda alag — cards se differentiate ho */
.rts-service-area.rts-section-gap {
  background: #eef1f8 !important;
  background-image: none !important;
  padding: 80px 0 !important;
  margin-top: 0 !important;
}

/* Cards — white with proper shadow */
.rts-service-area .single-item.wm-mini-service {
  background: #C3D1EE !important;
  border: 1px solid rgba(51,88,211,0.08) !important;
  border-radius: 24px !important;
  padding: 40px 32px !important;
  text-align: center !important;
  transition: all 0.3s ease !important;
  box-shadow: 0 4px 6px rgba(0,0,0,0.04),
              0 12px 32px rgba(51,88,211,0.10) !important;
}

.rts-service-area .single-item.wm-mini-service:hover {
  box-shadow: 0 8px 16px rgba(0,0,0,0.06),
              0 24px 56px rgba(51,88,211,0.18) !important;
  border-color: rgba(51,88,211,0.25) !important;
  transform: translateY(-6px) !important;
}
/* Icon properly center */
.rts-service-area .wm-mini-service .icon {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  margin-bottom: 24px !important;
}

.rts-service-area .wm-mini-service-icon {
  width: 80px !important;
  height: 80px !important;
  border-radius: 50% !important;
  background: rgba(51,88,211,0.08) !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  margin: 0 auto !important;
  color: #3358d3 !important;
}
/* Section bg thoda alag — cards se differentiate ho */
.rts-service-area.rts-section-gap {
  background: #eef1f8 !important;
  background-image: none !important;
  padding: 80px 0 !important;
  margin-top: 0 !important;
}

/* Cards — white with proper shadow */
.rts-service-area .single-item.wm-mini-service {
  background: #ffffff !important;
  border: 1px solid rgba(51,88,211,0.08) !important;
  border-radius: 24px !important;
  padding: 40px 32px !important;
  text-align: center !important;
  transition: all 0.3s ease !important;
  box-shadow: 0 4px 6px rgba(0,0,0,0.04),
              0 12px 32px rgba(51,88,211,0.10) !important;
}

.rts-service-area .single-item.wm-mini-service:hover {
  box-shadow: 0 8px 16px rgba(0,0,0,0.06),
              0 24px 56px rgba(51,88,211,0.18) !important;
  border-color: rgba(51,88,211,0.25) !important;
  transform: translateY(-6px) !important;
}
/* ── USP GRID — icon size fix ── */
.wm-usp-grid .single-item .icon {
  width: 52px !important;
  height: 52px !important;
  flex-shrink: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: rgba(51,88,211,0.08) !important;
  border-radius: 14px !important;
  padding: 10px !important;
  box-sizing: border-box !important;
}

.wm-usp-grid .single-item .icon img {
  width: 28px !important;
  height: 28px !important;
  object-fit: contain !important;
  display: block !important;
}

.wm-usp-grid .single-item .title {
  font-size: 14px !important;
  font-weight: 600 !important;
  color: #10141f !important;
  line-height: 1.4 !important;
  margin: 8px 0 0 !important;
}

/* Responsive */
@media (max-width: 575px) {
  .wm-usp-grid {
    grid-template-columns: 1fr !important;
  }
}

/* ── USP GRID FIX — icon upar, text neeche ── */
.wm-usp-grid {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important;
  gap: 20px !important;
}

.wm-usp-grid .single-item {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 12px !important;
}

.wm-usp-grid .single-item .icon {
  flex-shrink: 0 !important;
  width: 48px !important;
  height: 48px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.wm-usp-grid .single-item .icon img {
  width: 48px !important;
  height: 48px !important;
  object-fit: contain !important;
}

.wm-usp-grid .single-item .title {
  font-size: 15px !important;
  font-weight: 600 !important;
  color: var(--color-heading) !important;
  line-height: 1.4 !important;
  margin: 0 !important;
  word-break: normal !important;
  overflow-wrap: normal !important;
  white-space: normal !important;
}
  /* ── USP GRID — icon properly visible ── */
.wm-usp-grid .single-item .icon {
  width: auto !important;
  height: auto !important;
  background: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
}

.wm-usp-grid .single-item .icon img {
  width: 52px !important;
  height: 52px !important;
  object-fit: contain !important;
  display: block !important;
  opacity: 1 !important;
  filter: none !important;
}
.wm-usp-grid .single-item .icon {
  width: 54px !important;
  height: 54px !important;
  background: #3358d3 !important;
  border-radius: 14px !important;
  padding: 12px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-sizing: border-box !important;
}

.wm-usp-grid .single-item .icon img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  display: block !important;
  filter: brightness(0) invert(1) !important;
} 

/* ── COUNTER CARDS — clean fix ── */
.rts-counter-area {
  padding: 80px 0 !important;
  background: #f5f7fb !important;
}

.wm-counter-card {
  padding: 36px 28px !important;
  border-radius: 24px !important;
  background: #fff !important;
  border: 1px solid rgba(51,88,211,0.08) !important;
  box-shadow: 0 4px 6px rgba(0,0,0,0.04),
              0 12px 32px rgba(51,88,211,0.08) !important;
  text-align: center !important;
}

/* Counter image — chota aur tinted ── */
.wm-counter-card img {
  width: 64px !important;
  height: 64px !important;
  object-fit: contain !important;
  margin: 0 auto 20px !important;
  display: block !important;
  filter: invert(30%) sepia(80%) saturate(500%)
          hue-rotate(200deg) brightness(90%) !important;
}

.wm-counter-card h4 {
  font-size: 42px !important;
  font-weight: 800 !important;
  color: #10141f !important;
  margin-bottom: 6px !important;
}

.wm-counter-card p {
  color: rgba(16,20,31,0.55) !important;
  font-size: 14px !important;
  margin: 0 !important;
}

/* ── BRAND STRIP — logos properly visible ── */
.wm-brand-strip {
  background: #3358d3 !important;
  padding: 48px 0 !important;
}

.wm-brand-strip .desc {
  color: rgba(255,255,255,0.85) !important;
  text-align: center !important;
  margin-bottom: 32px !important;
  font-size: 15px !important;
}

.wm-brand-strip .wm-brand-item {
  background: rgba(255,255,255,0.12) !important;
  border: 1px solid rgba(255,255,255,0.15) !important;
  border-radius: 16px !important;
  min-height: 90px !important;
  padding: 16px 20px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  transition: all 0.3s !important;
}

.wm-brand-strip .wm-brand-item:hover {
  background: rgba(255,255,255,0.22) !important;
}

/* Brand SVG images — white karo ── */
.wm-brand-strip .wm-brand-item img {
  max-height: 40px !important;
  width: auto !important;
  object-fit: contain !important;
  filter: brightness(0) invert(1) !important;
}

/* Brand text fallback — white ── */
.wm-brand-strip .wm-brand-item span {
  color: #ffffff !important;
  font-weight: 700 !important;
  font-size: 16px !important;
  letter-spacing: 0.03em !important;
}
/* Counter card image — filter HATAO ── */
.wm-counter-card img {
  width: 64px !important;
  height: 64px !important;
  object-fit: contain !important;
  margin: 0 auto 20px !important;
  display: block !important;
  filter: none !important;
}

/* Brand logos — filter HATAO, original colors rakho ── */
.wm-brand-strip .wm-brand-item img {
  max-height: 44px !important;
  width: auto !important;
  object-fit: contain !important;
  filter: none !important;
}

/* Brand item box — thoda lighter background ── */
.wm-brand-strip .wm-brand-item {
  background: rgba(255,255,255,0.95) !important;
  border: none !important;
  border-radius: 16px !important;
  min-height: 90px !important;
  padding: 16px 24px !important;
}

.wm-brand-strip .wm-brand-item:hover {
  background: #ffffff !important;
  transform: translateY(-3px) !important;
  transition: all 0.3s !important;
}
/* Brand logos — size badha ── */
.wm-brand-strip .wm-brand-item img {
  max-height: 60px !important;
  max-width: 140px !important;
  width: auto !important;
  object-fit: contain !important;
  filter: none !important;
}


.wm-brand-strip .wm-brand-item span {
  font-size: 20px !important;
  font-weight: 700 !important;
}

.rts-brand-area.wm-brand-strip {
  margin-bottom: 80px !important;
}
/* ── CTA SECTION — title fix ── */
.wm-cta-area .rts-section-title {
  text-align: center !important;
}

.wm-cta-area .rts-section-title .title {
  font-size: 52px !important;
  font-weight: 800 !important;
  line-height: 1.15 !important;
  color: #ffffff !important;
  text-align: center !important;
  max-width: 800px !important;
  margin: 0 auto 20px !important;
}

.wm-cta-area .subtitle {
  text-align: center !important;
  display: block !important;
}

/* Responsive */
@media (max-width: 767px) {
  .wm-cta-area .rts-section-title .title {
    font-size: 34px !important;
  }
}

/* ── CTA SECTION — overflow fix ── */
.wm-cta-area {
  position: relative !important;
  z-index: 1 !important;
  overflow: hidden !important;
}

.wm-cta-area .rts-section-title .title {
  font-size: 42px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  color: #ffffff !important;
  text-align: center !important;
  max-width: 800px !important;
  margin: 0 auto 20px !important;
  position: relative !important;
  z-index: 2 !important;
}

/* Blog section — CTA ke neeche properly rakho ── */
.rts-blog-area-three.rts-section-gap {
  position: relative !important;
  z-index: 2 !important;
  background: #f5f7fb !important;
}

/* CTA min height fix ── */
.rts-cta-area-two.wm-cta-area {
  min-height: 400px !important;
  display: flex !important;
  align-items: center !important;
}

@media (max-width: 767px) {
  .wm-cta-area .rts-section-title .title {
    font-size: 30px !important;
  }
}
/* ── CTA — content bilkul center mein ── */
.rts-cta-area-two.wm-cta-area {
  min-height: 500px !important;
  padding: 100px 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.wm-cta-area .cta-content-wrapper {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  height: 100% !important;
}

.wm-cta-area .rts-section-title {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  width: 100% !important;
}
/* CTA Band - text vertically centered in background image */
.rts-cta-area,
.wm-cta-band,
[class*="cta"] section,
section.rts-cta {
    min-height: 500px;
    display: flex;
    align-items: center;
}

.rts-cta-area .container,
section[class*="cta"] .container {
    width: 100%;
}

/* ── CTA BAND FINAL FIX ── */
.rts-cta-area-two.wm-cta-area {
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  min-height: 520px !important;
  display: flex !important;
  align-items: center !important;
  padding: 0 !important;
}

.rts-cta-area-two.wm-cta-area > .container {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}
/* SPECIFICITY FIX — white text problem solved */
header.wm-main-header .main-nav-area ul li a,
header.wm-main-header .main-nav-area ul > li > a,
.wm-main-header.rts-header-area .main-nav-area ul li a {
  color: #10141f !important;
}

header.wm-main-header .main-nav-area ul li a:hover,
header.wm-main-header .main-nav-area ul > li > a:hover,
.wm-main-header.rts-header-area .main-nav-area ul li a:hover {
  color: #3358d3 !important;
}
/* HOME active link fix */
header.wm-main-header .main-nav-area ul li.current-menu-item > a {
  color: #3358d3 !important;
}

/* Hamburger dark lines fix */
header.wm-main-header .header-button-area .menu-toggle span {
  border-bottom-color: #10141f !important;
  background-color: #10141f !important;
}
header.wm-main-header .header-button-area .menu-toggle {
  border-color: rgba(16,20,31,0.2) !important;
}