:root {
  --rudra-navy: #2a3171;
  --rudra-blue: #1a62ac;
  --rudra-blue-hover: #163a6e;
  --rudra-primary: #1a62ac;
  --rudra-primary-hover: #163a6e;
  --rudra-gold: #efb936;
  --rudra-surface: #f4f6fb;
  --rudra-text: #4a5068;
  --rudra-dark: #1e2454;
  --ease-out: cubic-bezier(0.23, 1, 0.32, 1);
  --dms-brand: var(--rudra-primary);
  --dms-brand-dark: var(--rudra-primary-hover);
  --rudra-site-header: 88px;
}

body {
  color: var(--rudra-text);
}

/* Kill leftover orange from legacy template */
.orange-text-marker-dark,
.orange-text-marker-light,
.text-gradient,
.title-tag.text-gradient {
  color: var(--rudra-primary) !important;
  background: none !important;
  -webkit-text-fill-color: var(--rudra-primary) !important;
}

.header-top {
  background: var(--rudra-primary) !important;
}

.header-top-right .text {
  color: var(--rudra-gold) !important;
}

.header-bottom {
  background: #ffffff !important;
  box-shadow: 0 2px 12px rgba(42, 49, 113, 0.12);
}

.header-bottom .header-nav > li > a {
  color: var(--rudra-navy) !important;
}

.header-bottom .header-nav > li > a:hover {
  color: var(--rudra-primary) !important;
}

.header-bottom .header-nav .submenu {
  background: var(--rudra-primary-hover) !important;
}

/* Mobile header — match desktop white navbar */
.mobile-header {
  position: sticky;
  top: 0;
  z-index: 999;
  background: #ffffff !important;
  box-shadow: 0 2px 12px rgba(42, 49, 113, 0.12);
  padding: 14px 0 !important;
}

.mobile-action-link a {
  color: var(--rudra-navy) !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 8px;
  transition: color 160ms var(--ease-out), background-color 160ms var(--ease-out);
}

.mobile-action-link a:hover,
.mobile-action-link a:focus-visible {
  color: var(--rudra-primary) !important;
  background: rgba(26, 98, 172, 0.08);
}

/* Mobile slide-out menu — white panel, navy links (desktop parity) */
#mobile-menu-offcanvas.offcanvas-mobile-menu-section {
  position: fixed !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: auto !important;
  width: min(400px, 88vw) !important;
  height: 100vh !important;
  max-height: 100vh !important;
  padding: 20px !important;
  overflow-y: auto;
  overflow-x: hidden;
  visibility: hidden;
  transform: translateX(100%) !important;
  z-index: 100010 !important;
  background: #ffffff !important;
  box-shadow: -8px 0 32px rgba(42, 49, 113, 0.14) !important;
  transition: transform 0.35s var(--ease-out), visibility 0s linear 0.35s;
}

#mobile-menu-offcanvas.offcanvas-mobile-menu-section.offcanvas-open {
  visibility: visible !important;
  transform: translateX(0) !important;
  transition: transform 0.35s var(--ease-out), visibility 0s linear 0s;
}

body.offcanvas-open {
  overflow: hidden;
}

.offcanvas-overlay {
  z-index: 100005 !important;
}

.offcanvas-close {
  color: var(--rudra-navy) !important;
  background: rgba(42, 49, 113, 0.06);
  border: none;
  cursor: pointer;
}

.offcanvas-close:hover,
.offcanvas-close:focus-visible {
  color: var(--rudra-primary) !important;
  background: rgba(26, 98, 172, 0.1);
}

.offcanvas-menu > ul > li {
  border-bottom: 1px solid rgba(42, 49, 113, 0.1) !important;
}

.offcanvas-menu li a {
  color: var(--rudra-navy) !important;
  font-weight: 600;
  letter-spacing: 0.02em;
  padding: 4px 0;
}

.offcanvas-menu li a:hover,
.offcanvas-menu li a:focus-visible {
  color: var(--rudra-primary) !important;
}

.offcanvas-menu-expand::after,
.offcanvas-menu .active > .offcanvas-menu-expand::after,
.sub-menu > .active .offcanvas-menu-expand::after {
  color: var(--rudra-navy) !important;
}

.offcanvas-menu li .mobile-sub-menu li a {
  color: var(--rudra-text) !important;
  font-weight: 500;
  font-size: 14px;
}

.offcanvas-menu li .mobile-sub-menu li a:hover {
  color: var(--rudra-primary) !important;
}

.btn-primary,
.hero-slider-active .swiper-pagination-bullet-active,
.default-arrow .swiper-button-next,
.default-arrow .swiper-button-prev,
.promo-single-item .box::after {
  background: var(--rudra-primary) !important;
  background-color: var(--rudra-primary) !important;
  border-color: var(--rudra-primary) !important;
}

.btn-primary,
.btn-primary:visited {
  color: #fefefe !important;
  -webkit-text-fill-color: #fefefe !important;
  background-clip: border-box !important;
  -webkit-background-clip: border-box !important;
}

.btn-primary:hover,
.btn-primary:focus-visible,
.btn-primary:active {
  background: var(--rudra-primary-hover) !important;
  border-color: var(--rudra-primary-hover) !important;
  color: #fefefe !important;
  -webkit-text-fill-color: #fefefe !important;
}

.btn-primary::after {
  display: none !important;
}

.btn-primary i,
.btn-primary:hover i,
.btn-primary:focus-visible i {
  color: inherit !important;
  -webkit-text-fill-color: inherit !important;
}

.btn-outline-primary {
  color: var(--rudra-primary) !important;
  border-color: var(--rudra-primary) !important;
}

.btn-outline-primary:hover {
  background: var(--rudra-primary) !important;
  border-color: var(--rudra-primary) !important;
  color: #ffffff !important;
}

.btn-outline-primary:hover span,
.btn-outline-primary:hover i {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  background: none !important;
  background-clip: border-box !important;
  -webkit-background-clip: border-box !important;
}

.service-single-item .content .btn-outline-primary:hover {
  background: var(--rudra-primary) !important;
  border-color: var(--rudra-primary) !important;
}

.service-single-item .content .btn-outline-primary:hover span,
.service-single-item .content .btn-outline-primary:hover span i {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  background: none !important;
  background-clip: border-box !important;
  -webkit-background-clip: border-box !important;
}

.btn-whatsapp {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: #25d366 !important;
  border-color: #25d366 !important;
  color: #fefefe !important;
  -webkit-text-fill-color: #fefefe !important;
  text-align: center;
  white-space: nowrap;
  line-height: 1.2;
}

.btn-whatsapp i {
  flex-shrink: 0;
  line-height: 1;
}

.btn-whatsapp:hover,
.btn-whatsapp:focus-visible,
.btn-whatsapp:active {
  background: #1da851 !important;
  border-color: #1da851 !important;
  color: #fefefe !important;
  -webkit-text-fill-color: #fefefe !important;
}

.btn-whatsapp:focus-visible {
  outline: 2px solid var(--rudra-navy);
  outline-offset: 2px;
}

.btn-primary:focus-visible {
  outline: 2px solid var(--rudra-gold);
  outline-offset: 2px;
}

.promo-single-item .box {
  border-top: 3px solid var(--rudra-gold);
}

.section-inner-bg {
  background: var(--rudra-surface);
}

.logo img {
  max-height: 72px;
  max-width: min(220px, 42vw);
  width: auto;
  height: auto;
  object-fit: contain;
}

.mobile-logo img {
  max-height: 56px;
  max-width: min(180px, 52vw);
  width: auto;
  height: auto;
  object-fit: contain;
}

@media (min-width: 992px) {
  :root {
    --rudra-site-header: 142px;
  }
}

/* Homepage hero — full-bleed image with primary overlay */
.rudra-hero {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  align-items: center;
  padding-top: calc(var(--rudra-site-header) + env(safe-area-inset-top, 0px));
  padding-bottom: 48px;
}

.rudra-hero__backdrop {
  position: absolute;
  inset: 0;
  z-index: 0;
  min-height: 100%;
}

.rudra-hero__backdrop img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.rudra-hero__backdrop::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    105deg,
    rgba(26, 98, 172, 0.92) 0%,
    rgba(22, 58, 110, 0.82) 55%,
    rgba(26, 98, 172, 0.68) 100%
  );
}

.rudra-hero__container {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 0;
}

.rudra-hero__content {
  color: #fefefe;
  text-align: left;
  max-width: min(720px, 100%);
  margin: 0;
}

.rudra-hero__eyebrow {
  margin: 0 0 14px;
  font-size: 11px;
  line-height: 1.45;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 600;
  color: rgba(254, 254, 254, 0.88);
}

.rudra-hero__title {
  margin: 0 0 20px;
  font-size: clamp(2rem, 5.2vw, 3.5rem);
  line-height: 1.12;
  font-weight: 700;
  letter-spacing: -0.02em;
  text-transform: none;
  color: #fefefe;
}

.rudra-hero__lead {
  margin: 0 0 28px;
  max-width: 42rem;
  font-size: clamp(1.0625rem, 2.4vw, 1.3125rem);
  line-height: 1.65;
  font-weight: 400;
  text-transform: none;
  color: rgba(254, 254, 254, 0.92);
}

.rudra-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: flex-start;
  align-items: center;
}

@media (min-width: 768px) {
  .rudra-hero {
    padding-bottom: 56px;
  }

  .rudra-hero__content {
    max-width: min(680px, 54vw);
  }

  .rudra-hero__eyebrow {
    font-size: 13px;
    margin-bottom: 18px;
  }

  .rudra-hero__title {
    margin-bottom: 24px;
    font-size: clamp(2.5rem, 4.8vw, 3.75rem);
  }

  .rudra-hero__lead {
    margin-bottom: 36px;
    font-size: 1.3125rem;
    max-width: 36rem;
  }

  .rudra-hero__actions .btn-lg {
    padding: 14px 28px;
    font-size: 15px;
  }
}

@media (max-width: 575px) {
  .rudra-hero__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .rudra-hero__actions .btn {
    width: 100%;
    justify-content: center;
  }
}

.project-display-single-item .content {
  background: rgba(26, 98, 172, 0.92);
}

/* Featured product cards (homepage slider) */
.rudra-featured-slider {
  padding-bottom: 20px;
}

.rudra-featured-slider .swiper-slide {
  height: auto;
}

.rudra-featured-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(42, 49, 113, 0.1);
  box-shadow: 0 8px 28px rgba(42, 49, 113, 0.08);
  transition: box-shadow 180ms var(--ease-out), transform 180ms var(--ease-out);
}

.rudra-featured-card:hover {
  box-shadow: 0 14px 36px rgba(42, 49, 113, 0.14);
  transform: translateY(-4px);
}

.rudra-featured-card__image {
  display: block;
  aspect-ratio: 4 / 3;
  background: var(--rudra-surface);
  overflow: hidden;
}

.rudra-featured-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.rudra-featured-card__image--contain {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
  background: var(--rudra-surface);
}

.rudra-featured-card__image--contain img {
  object-fit: contain;
  max-height: 100%;
}

.rudra-featured-card__body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 20px 22px 24px;
}

.rudra-featured-card__category {
  display: inline-block;
  align-self: flex-start;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--rudra-primary);
  background: rgba(26, 98, 172, 0.1);
  padding: 5px 10px;
  border-radius: 4px;
  margin-bottom: 10px;
}

.rudra-featured-card__title {
  font-size: 18px;
  line-height: 1.35;
  margin: 0 0 10px;
}

.rudra-featured-card__title a {
  color: var(--rudra-navy);
  text-decoration: none;
}

.rudra-featured-card__title a:hover {
  color: var(--rudra-primary);
}

.rudra-featured-card__summary {
  font-size: 14px;
  line-height: 1.55;
  color: var(--rudra-text);
  margin: 0 0 14px;
  flex: 1;
}

.rudra-featured-card__specs {
  list-style: none;
  margin: 0 0 18px;
  padding: 12px 14px;
  background: var(--rudra-surface);
  border-radius: 8px;
  font-size: 12px;
  line-height: 1.5;
  color: var(--rudra-text);
}

.rudra-featured-card__specs li + li {
  margin-top: 6px;
}

.rudra-featured-card__specs .label {
  font-weight: 600;
  color: var(--rudra-navy);
}

.rudra-featured-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: auto;
}

.rudra-featured-card__actions .btn {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  flex: 1 1 auto;
  min-width: 120px;
  gap: 6px;
  text-align: center;
  white-space: nowrap;
  line-height: 1.2;
}

.rudra-featured-card__actions .btn i {
  flex-shrink: 0;
  line-height: 1;
}

.project-display-section .rudra-featured-slider .swiper-container {
  padding-bottom: 8px;
}

@media (min-width: 992px) {
  .rudra-featured-card__title {
    font-size: 19px;
  }
}

.footer {
  background: var(--rudra-primary) !important;
  background-color: var(--rudra-primary) !important;
  overflow-x: clip;
  padding-bottom: 0 !important;
}

.footer .container,
.footer .pre-footer,
.footer .widgets {
  background: transparent !important;
}

.footer .widget-title,
.footer .pre-footer-title {
  color: #ffffff !important;
}

.footer .pre-footer-title {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

.footer .widget-title {
  font-family: "Teko", sans-serif;
}

.footer .contact-details p,
.footer .widget p,
.footer .widget ul li a {
  color: rgba(255, 255, 255, 0.88);
}

.footer .about-txt.widget p:first-child strong {
  color: #ffffff;
  font-size: 1.05em;
}

.footer .our-services.widget p {
  color: rgba(255, 255, 255, 0.88) !important;
}

.footer .our-services.widget p strong {
  color: #ffffff !important;
}

.footer a:hover {
  color: var(--rudra-gold) !important;
  opacity: 1;
}

.footer .widgets {
  padding-bottom: 0 !important;
}

.footer .footer-bottom {
  background: var(--rudra-primary-hover) !important;
  border-top: 1px solid rgba(255, 255, 255, 0.12) !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 18px !important;
  padding-bottom: max(18px, env(safe-area-inset-bottom, 0px)) !important;
}

.footer .footer-bottom p,
.footer .footer-bottom-links a {
  color: rgba(255, 255, 255, 0.88) !important;
}

.footer .footer-bottom-links a:hover {
  color: var(--rudra-gold) !important;
}

.footer .our-services.widget .btn-whatsapp {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: auto !important;
  max-width: 100%;
  min-height: 40px;
  padding: 10px 20px !important;
  margin-top: 14px !important;
}

/* Footer — mobile & tablet layout + hierarchy */
@media (max-width: 991px) {
  .footer {
    padding-top: 36px !important;
  }

  .footer .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer .pre-footer {
    margin-bottom: 24px;
    padding-bottom: 4px;
  }

  .footer .pre-footer > [class*="col-"] {
    margin-bottom: 0;
  }

  .footer .contact-box {
    padding: 18px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    gap: 16px;
  }

  .footer .pre-footer > [class*="col-"]:last-child .contact-box {
    border-bottom: none;
    padding-bottom: 8px;
  }

  .footer .widgets {
    padding-bottom: 0;
  }

  .footer .widgets > [class*="col-"] {
    margin-bottom: 28px;
  }

  .footer .widgets > [class*="col-"]:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .footer .pre-footer-title {
    font-size: 11px !important;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 8px !important;
    line-height: 1.3;
  }

  .footer .contact-details p {
    font-size: 14px;
    line-height: 1.55;
    max-width: 28ch;
  }

  .footer .contact-box > i.fa {
    width: 38px;
    height: 38px;
    min-width: 38px;
    font-size: 16px;
    margin-top: 2px;
  }

  .footer .widget-title {
    font-size: 20px !important;
    margin-bottom: 12px !important;
    padding-bottom: 8px !important;
  }

  .footer .widget p,
  .footer .widget ul li {
    font-size: 14px;
    line-height: 1.55;
  }

  .footer .widget ul li {
    margin-bottom: 8px;
  }

  .footer .about-txt.widget > p:first-of-type {
    margin-bottom: 12px;
  }

  .footer .widgets-social {
    margin-top: 16px;
  }

  .footer .footer-bottom {
    padding-top: 18px !important;
    padding-bottom: max(20px, env(safe-area-inset-bottom, 0px)) !important;
    margin-top: 0 !important;
  }

  .footer .footer-bottom .row {
    text-align: center;
    row-gap: 12px;
  }

  .footer .footer-bottom p {
    font-size: 12px;
    line-height: 1.55;
    max-width: 34ch;
    margin-left: auto;
    margin-right: auto;
  }

  .footer .footer-bottom-links {
    justify-content: center !important;
    gap: 8px 20px;
  }

  .footer .footer-bottom-links a {
    font-size: 12px;
    white-space: nowrap;
  }

  /* Floating FAB covers mobile contact — avoid duplicate full-width bar */
  .footer .our-services.widget .btn-whatsapp {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .footer .pre-footer > [class*="col-"] {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .footer .pre-footer > [class*="col-"]:nth-child(3) {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .footer .pre-footer > [class*="col-"]:nth-child(3) .contact-box {
    border-bottom: none;
  }

  .footer .widgets > [class*="col-"] {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/* About page — breadcrumb hero (match template height, not full image) */
.rudra-page-hero .breadcrumb-wrapper .image {
  position: relative;
  width: 100%;
  height: 350px;
  overflow: hidden;
}

@media (min-width: 992px) {
  .rudra-page-hero .breadcrumb-wrapper .image {
    height: 400px;
  }
}

@media (min-width: 1200px) {
  .rudra-page-hero .breadcrumb-wrapper .image {
    height: 458px;
  }
}

.rudra-page-hero .breadcrumb-wrapper .image::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(26, 98, 172, 0.78);
  pointer-events: none;
}

.rudra-page-hero .breadcrumb-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.rudra-page-hero .breadcrumb-wrapper {
  position: relative;
}

.rudra-page-hero .breadcrumb-wrapper .content {
  z-index: 2;
}

.rudra-page-hero.breadcrumb-section .content .title,
.rudra-page-hero .breadcrumb-link,
.rudra-page-hero .breadcrumb-link a,
.rudra-page-hero .breadcrumb-link li {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  background: none !important;
  -webkit-background-clip: border-box !important;
  background-clip: border-box !important;
}

.rudra-about-page__title {
  font-size: clamp(1.75rem, 4vw, 2.75rem);
  line-height: 1.15;
  color: var(--rudra-navy);
  margin-bottom: 16px;
}

.rudra-about-page__lead {
  font-size: 1.125rem;
  line-height: 1.6;
  color: var(--rudra-navy);
  font-weight: 500;
  margin-bottom: 16px;
  max-width: 52ch;
}

.rudra-about-page__heading {
  font-size: 1.35rem;
  font-family: "Teko", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--rudra-navy);
  margin-bottom: 10px;
}

.rudra-about-page__figure {
  margin: 0;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 12px 40px rgba(42, 49, 113, 0.12);
}

.rudra-about-page__figure img {
  width: 100%;
  height: auto;
  display: block;
}

.rudra-about-pillars p {
  max-width: 38ch;
  margin-bottom: 0;
  line-height: 1.6;
  color: var(--rudra-text);
}

@media (max-width: 767px) {
  .rudra-about-intro {
    text-align: center;
  }

  .rudra-about-page__lead,
  .rudra-about-pillars p {
    max-width: none;
  }

  .rudra-about-cta .d-flex {
    flex-direction: column;
  }

  .rudra-about-cta .btn {
    width: 100%;
    justify-content: center;
  }
}

/* Product catalog */
.rudra-products-section {
  background: #ffffff;
}

.rudra-products-section .projects-gallery-filter-nav {
  margin-bottom: 40px;
  gap: 10px;
}

.rudra-products-grid .filtr-item {
  min-width: 0;
}

.rudra-products-grid .rudra-featured-card__image {
  aspect-ratio: 5 / 4;
  min-height: 240px;
}

@media (min-width: 992px) {
  .rudra-products-grid .rudra-featured-card__image {
    min-height: 260px;
  }
}

/* Product detail */
.rudra-product-detail {
  background: #ffffff;
}

.rudra-product-detail__figure {
  margin: 0;
  background: var(--rudra-surface);
  border-radius: 12px;
  border: 1px solid rgba(42, 49, 113, 0.1);
  padding: 24px;
  min-height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rudra-product-detail__figure img {
  width: 100%;
  max-height: 420px;
  object-fit: contain;
  object-position: center;
}

.rudra-product-detail__meta {
  max-width: 52ch;
}

.rudra-product-detail__specs {
  background: var(--rudra-surface);
  border-radius: 12px;
  padding: 24px 24px 28px;
}

.data-nav-arrow.is-disabled {
  opacity: 0.35;
  pointer-events: none;
}

.rudra-product-detail .data-nav-arrow-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
}

/* Breadcrumb hero text on image backgrounds */
.breadcrumb-section .breadcrumb-wrapper .content .title,
.breadcrumb-section .breadcrumb-wrapper .content p,
.breadcrumb-section .breadcrumb-link,
.breadcrumb-section .breadcrumb-link a,
.breadcrumb-section .breadcrumb-link li {
  color: #fefefe !important;
  -webkit-text-fill-color: #fefefe !important;
  background: none !important;
  -webkit-background-clip: border-box !important;
  background-clip: border-box !important;
}

.product-spec-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}

.product-spec-table th,
.product-spec-table td {
  padding: 12px 16px;
  border-bottom: 1px solid rgba(42, 49, 113, 0.12);
  vertical-align: top;
}

.product-spec-table th {
  width: 38%;
  color: var(--rudra-navy);
  font-weight: 600;
  background: var(--rudra-surface);
}

.projects-gallery-filter-nav .btn.active,
.projects-gallery-filter-nav .btn:hover {
  background: var(--rudra-primary) !important;
  border-color: var(--rudra-primary) !important;
  color: #fefefe !important;
}

.rudra-floating-wa {
  position: fixed;
  right: 20px;
  bottom: 24px;
  z-index: 999;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #25d366;
  color: #fefefe;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  box-shadow: 0 8px 24px rgba(37, 211, 102, 0.35);
  transition: transform 160ms var(--ease-out);
}

@media (max-width: 991px) {
  .rudra-floating-wa {
    bottom: 20px;
    right: 16px;
  }
}

.rudra-floating-wa:hover {
  color: #fefefe;
  transform: scale(1.05);
}

.rudra-floating-wa:active {
  transform: scale(0.97);
}

.industry-chip {
  display: inline-block;
  padding: 8px 14px;
  margin: 4px;
  border-radius: 4px;
  background: #fefefe;
  border: 1px solid rgba(42, 49, 113, 0.12);
  font-size: 13px;
  color: var(--rudra-navy);
}

a:hover {
  color: var(--rudra-primary);
}

.pagination .page-link:hover,
.blog-feed-slider-single-item .meta-box a:hover i {
  color: var(--rudra-primary) !important;
  border-color: var(--rudra-primary) !important;
}

/* Scroll-to-top — brand primary (same as buttons & footer) */
.material-scrolltop {
  background: var(--rudra-primary) !important;
  background-color: var(--rudra-primary) !important;
  box-shadow: 0 4px 16px rgba(26, 98, 172, 0.35) !important;
}

.material-scrolltop.reveal {
  bottom: 92px !important;
  right: 20px !important;
  z-index: 998 !important;
  border-radius: 50% !important;
  background-color: var(--rudra-primary) !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 19V5M5 12l7-7 7 7'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: 22px !important;
}

@media (max-width: 991px) {
  .material-scrolltop.reveal {
    bottom: 88px !important;
    right: 16px !important;
  }
}

.material-scrolltop::before {
  background-image: none !important;
  background: var(--rudra-primary-hover) !important;
}

.material-scrolltop:hover {
  background-color: var(--rudra-primary-hover) !important;
}

/* Service & counter icofont icons */
.service-single-item .icon .rudra-icon,
.counter-single-item .icon .rudra-icon,
.promo-single-item .icon .rudra-icon {
  font-size: 48px;
  color: var(--rudra-primary);
  line-height: 1;
}

.promo-single-item .icon {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  line-height: 1 !important;
}

.promo-single-item .icon .rudra-icon {
  padding: 0;
}

.counter-single-item .icon {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  line-height: 1 !important;
}

.counter-single-item .icon .rudra-icon {
  font-size: 32px;
  line-height: 1;
}

/* Working process section background + overlay */
.working-process-display-section {
  background: url("../images/home page about section/home page Client Satisfaction Background.webp") center / cover no-repeat !important;
}

.working-process-display-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 0;
}

.working-process-display-section > .container,
.working-process-display-section > .working-process-shape {
  position: relative;
  z-index: 1;
}

.working-process-display-section > .container .section-content .title-tag,
.working-process-display-section > .container .section-content .title {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

.working-process-single-item .icon::after {
  display: none !important;
}

.working-process-single-item .icon {
  border: none !important;
  box-shadow: none !important;
  background: var(--rudra-primary) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  line-height: 1 !important;
}

.working-process-single-item .icon .rudra-icon {
  font-size: 50px;
  color: #ffffff;
  line-height: 1;
}

.working-process-single-item .box::after {
  display: none !important;
}

.working-process-single-item:hover .box::after {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}

.working-process-single-item:hover .box .title {
  color: var(--rudra-navy) !important;
  -webkit-text-fill-color: var(--rudra-navy) !important;
}

.working-process-display-arrow {
  z-index: 2;
}

.working-process-display-arrow img {
  filter: brightness(0) invert(1);
  opacity: 0.95;
}

.working-process-single-item .box .title {
  color: var(--rudra-navy) !important;
  -webkit-text-fill-color: var(--rudra-navy) !important;
  transition: none !important;
}

.working-process-single-item .box {
  transition: none !important;
}

.header-bottom.sticky-header.sticky {
  background: #ffffff !important;
}

/* Blog cards */
.blog-feed-display-section {
  padding-bottom: clamp(80px, 10vw, 140px);
}

.blog-feed-display-section .blog-feed-slider {
  margin-bottom: 0;
}

.blog-feed-slider .swiper-wrapper {
  align-items: stretch;
}

.blog-feed-slider .swiper-slide.rudra-blog-card {
  display: flex;
  flex-direction: column;
  height: auto;
}

.rudra-blog-card__inner {
  display: flex;
  flex-direction: column;
  flex: 1;
  height: 100%;
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(42, 49, 113, 0.1);
  transition: border-color 180ms var(--ease-out), transform 180ms var(--ease-out);
}

.rudra-blog-card:hover .rudra-blog-card__inner {
  border-color: rgba(26, 98, 172, 0.28);
  transform: translateY(-3px);
}

.rudra-blog-card__image,
.rudra-blog-card .image {
  display: block;
  overflow: hidden;
  flex-shrink: 0;
  margin: 0;
  border-radius: 0;
}

.rudra-blog-card__image img,
.rudra-blog-card .image img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  transition: transform 0.4s var(--ease-out);
}

.rudra-blog-card:hover .rudra-blog-card__image img,
.rudra-blog-card:hover .image img {
  transform: scale(1.03);
}

.rudra-blog-card__body,
.rudra-blog-card .content {
  display: flex !important;
  flex-direction: column;
  flex: 1;
  margin-top: 0 !important;
  padding: 22px 24px 26px !important;
  border-radius: 0 !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

.rudra-blog-card__tag {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--rudra-primary);
  background: rgba(26, 98, 172, 0.1);
  padding: 5px 10px;
  border-radius: 4px;
  margin-bottom: 12px;
}

.rudra-blog-card .content .title {
  margin-top: 0 !important;
  margin-bottom: 12px !important;
  font-size: 22px !important;
  line-height: 1.35;
}

.rudra-blog-card .content .title a {
  color: var(--rudra-navy) !important;
}

.rudra-blog-card .content .title a:hover {
  color: var(--rudra-primary) !important;
}

.rudra-blog-card__excerpt {
  flex: 1;
  font-size: 14px;
  line-height: 1.6;
  color: var(--rudra-text);
  margin-bottom: 20px;
}

.rudra-blog-card .content .btn {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  margin-top: auto;
  white-space: nowrap;
}

@media (prefers-reduced-motion: reduce) {
  .rudra-blog-card__inner,
  .rudra-blog-card__image img,
  .rudra-blog-card .image img {
    transition: none;
  }

  .rudra-blog-card:hover .rudra-blog-card__inner {
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .btn-primary,
  .rudra-floating-wa {
    transition: none;
  }
}

/* Hallmark · contact page · tone: utilitarian · anchor hue: cool-blue
 * pre-emit critique: P5 H4 E5 S4 R5 V4
 */
.rudra-page-hero--compact .breadcrumb-wrapper {
  min-height: clamp(180px, 28vw, 260px);
  background: linear-gradient(135deg, var(--rudra-primary-hover) 0%, var(--rudra-primary) 55%, var(--rudra-navy) 100%);
}

.rudra-page-hero--compact .breadcrumb-wrapper .content {
  padding-top: clamp(48px, 8vw, 72px);
  padding-bottom: clamp(48px, 8vw, 72px);
}

.rudra-contact-aside {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.rudra-contact-aside .title-tag {
  margin-bottom: 8px;
}

.rudra-contact-page {
  background: var(--rudra-surface);
}

.rudra-contact-page__title {
  font-size: clamp(2rem, 4vw, 2.75rem);
  line-height: 1.1;
  color: var(--rudra-navy);
  text-transform: uppercase;
  overflow-wrap: anywhere;
  min-width: 0;
}

.rudra-contact-page__lead {
  max-width: 42ch;
  margin-bottom: 0;
}

.rudra-contact-channels {
  list-style: none;
  margin: 28px 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.rudra-contact-channels__item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  min-width: 0;
}

.rudra-contact-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  min-width: 52px;
  border-radius: 12px;
  background: var(--rudra-primary);
  color: #fefefe;
  font-size: 1.35rem;
  line-height: 1;
  flex-shrink: 0;
}

.rudra-contact-channels__label {
  display: block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--rudra-primary);
  margin-bottom: 4px;
}

.rudra-contact-channels__value {
  display: block;
  font-size: 1.05rem;
  font-weight: 500;
  color: var(--rudra-navy);
  line-height: 1.45;
  overflow-wrap: anywhere;
  min-width: 0;
}

.rudra-contact-channels__value a {
  color: inherit;
  text-decoration: none;
}

.rudra-contact-channels__value a:hover,
.rudra-contact-channels__value a:focus-visible {
  color: var(--rudra-primary);
}

.rudra-contact-channels__value a:focus-visible {
  outline: 2px solid var(--rudra-gold);
  outline-offset: 2px;
  border-radius: 2px;
}

.rudra-contact-form-panel {
  background: #fefefe;
  border: 1px solid rgba(42, 49, 113, 0.1);
  border-radius: 16px;
  padding: clamp(24px, 4vw, 40px);
  box-shadow: 0 12px 40px rgba(42, 49, 113, 0.08);
}

.rudra-contact-form-panel .form-group-single-item input,
.rudra-contact-form-panel .form-group-single-item textarea {
  border-color: rgba(42, 49, 113, 0.14);
}

.rudra-contact-form-panel .form-group-single-item input:focus-visible,
.rudra-contact-form-panel .form-group-single-item textarea:focus-visible {
  outline: 2px solid var(--rudra-primary);
  outline-offset: 0;
  border-color: var(--rudra-primary);
}

.rudra-contact-map {
  padding-bottom: clamp(64px, 8vw, 100px);
}

.rudra-contact-map__title {
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  color: var(--rudra-navy);
  text-transform: uppercase;
  margin-bottom: 10px;
  overflow-wrap: anywhere;
  min-width: 0;
}

.rudra-contact-map__address {
  max-width: 52ch;
  margin-bottom: 0;
  color: var(--rudra-text);
}

.rudra-contact-map__frame {
  position: relative;
  width: 100%;
  height: clamp(280px, 52vw, 480px);
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(42, 49, 113, 0.12);
  background: var(--rudra-surface);
}

.rudra-contact-map__frame iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.rudra-contact-map__attribution {
  margin: 10px 0 0;
  font-size: 13px;
  color: var(--rudra-text);
}

.rudra-contact-map__attribution a {
  color: var(--rudra-primary);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.rudra-contact-map__attribution a:focus-visible {
  outline: 2px solid var(--rudra-gold);
  outline-offset: 2px;
}

.rudra-contact-map__actions {
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.rudra-contact-map__actions .btn {
  white-space: nowrap;
}

.header-nav li a[aria-current="page"],
.offcanvas-menu li a[aria-current="page"] {
  color: var(--rudra-primary) !important;
}

@media (max-width: 991.98px) {
  .rudra-contact-form-panel {
    margin-top: 8px;
  }

  .rudra-contact-map__actions {
    justify-content: flex-start;
  }
}
