@charset "UTF-8";
:root {
  --color-primary: #ba0000;
  --color-primary-hover: hsl(358, 74%, 32%);
  --color-secondary: #004b87;
  --color-secondary-hover: #003a6d;
  --color-accent: #ffba08;
  --color-text: #323031;
  --color-white: #fbfcff;
  --color-black: #000000;
  --color-light-gray: #f5f5f5;
}

.section--services .section--description, .section--contact .section--description, .section--cta .section--description, .section--why-choose-us .section--description, .section--partners-vendors .section--description, .section--industry .section--description, .section--industries .section--description {
  margin-bottom: 1.5rem;
  color: #323031;
}

h1 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 0.5em;
  letter-spacing: -0.02em;
  font-size: clamp(1.75rem, 1.75rem + (3rem - 1.75rem) * (100vw - 320px) / (1240px - 320px), 3rem);
}

h2 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.15;
  margin-bottom: 0.5em;
  letter-spacing: -0.02em;
  font-size: clamp(1.5rem, 1.5rem + (2.5rem - 1.5rem) * (100vw - 320px) / (1240px - 320px), 2.5rem);
}

h3 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 0.5em;
  letter-spacing: -0.02em;
  font-size: clamp(1.25rem, 1.25rem + (2rem - 1.25rem) * (100vw - 320px) / (1240px - 320px), 2rem);
}

h4 {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.25;
  margin-bottom: 0.5em;
  letter-spacing: -0.02em;
  font-size: clamp(1.05rem, 1.05rem + (1.5rem - 1.05rem) * (100vw - 320px) / (1240px - 320px), 1.5rem);
}

h5 {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 0.5em;
  letter-spacing: -0.02em;
  font-size: clamp(0.95rem, 0.95rem + (1.125rem - 0.95rem) * (100vw - 320px) / (1240px - 320px), 1.125rem);
}

h6 {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.35;
  margin-bottom: 0.5em;
  letter-spacing: -0.02em;
  font-size: clamp(0.85rem, 0.85rem + (1rem - 0.85rem) * (100vw - 320px) / (1240px - 320px), 1rem);
}

.title {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.15;
  margin-bottom: 0.5em;
  letter-spacing: -0.02em;
  font-size: clamp(1.5rem, 1.5rem + (2.5rem - 1.5rem) * (100vw - 320px) / (1240px - 320px), 2.5rem);
}

.bg--primary {
  background-color: #ba0000;
}
.bg--primary-dark {
  background-color: hsl(358, 74%, 32%);
}
.bg--secondary {
  background-color: #004b87;
}
.bg--secondary p, .bg--secondary a, .bg--secondary li {
  color: #fbfcff;
}
.bg--secondary h1, .bg--secondary h2, .bg--secondary h3, .bg--secondary h4, .bg--secondary h5, .bg--secondary h6 {
  color: #fbfcff;
}
.bg--accent {
  background-color: #ffba08;
}
.bg--light-gray {
  background-color: #f5f5f5;
}

body {
  font-family: var(--font-sans, Space Grotesk, Inter, Helvetica Neue, sans-serif);
}

h1,
h2,
h3,
h4,
h5,
h6,
.title {
  font-family: var(--font-sans, Space Grotesk, Inter, Helvetica Neue, sans-serif);
}

h2,
h3,
.title {
  color: var(--color-primary, #ba0000);
}

h1 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 0.5em;
  letter-spacing: -0.02em;
  font-size: clamp(1.75rem, 1.75rem + (3rem - 1.75rem) * (100vw - 320px) / (1240px - 320px), 3rem);
}

h2 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.15;
  margin-bottom: 0.5em;
  letter-spacing: -0.02em;
  font-size: clamp(1.5rem, 1.5rem + (2.5rem - 1.5rem) * (100vw - 320px) / (1240px - 320px), 2.5rem);
}

h3 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 0.5em;
  letter-spacing: -0.02em;
  font-size: clamp(1.25rem, 1.25rem + (2rem - 1.25rem) * (100vw - 320px) / (1240px - 320px), 2rem);
}

h4 {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.25;
  margin-bottom: 0.5em;
  letter-spacing: -0.02em;
  font-size: clamp(1.05rem, 1.05rem + (1.5rem - 1.05rem) * (100vw - 320px) / (1240px - 320px), 1.5rem);
}

h5 {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 0.5em;
  letter-spacing: -0.02em;
  font-size: clamp(0.95rem, 0.95rem + (1.125rem - 0.95rem) * (100vw - 320px) / (1240px - 320px), 1.125rem);
}

h6 {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.35;
  margin-bottom: 0.5em;
  letter-spacing: -0.02em;
  font-size: clamp(0.85rem, 0.85rem + (1rem - 0.85rem) * (100vw - 320px) / (1240px - 320px), 1rem);
}

.title {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.15;
  margin-bottom: 0.5em;
  letter-spacing: -0.02em;
  font-size: clamp(1.5rem, 1.5rem + (2.5rem - 1.5rem) * (100vw - 320px) / (1240px - 320px), 2.5rem);
}

p,
li,
ol {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #323031;
}

.lead {
  font-size: 1.25rem;
  font-weight: 1.8;
  line-height: 1.5;
  font-size: clamp(1rem, 1rem + (1.25rem - 1rem) * (100vw - 320px) / (1240px - 320px), 1.25rem);
}

.lead-banner {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 0.5em;
  letter-spacing: -0.02em;
  font-size: clamp(1.25rem, 1.25rem + (1.5rem - 1.25rem) * (100vw - 320px) / (1240px - 320px), 1.5rem);
}

ul {
  list-style-type: disc;
  margin-left: 1.5rem;
  margin-bottom: 1.5rem !important;
}

a {
  color: #ba0000;
  text-decoration: none;
}
a:hover, a:focus, a:active {
  color: #ffba08;
  text-decoration: underline;
}

b,
strong {
  font-weight: 700;
}

.display-1 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0.5em;
  letter-spacing: -0.02em;
  font-size: clamp(2.5rem, 2.5rem + (4rem - 2.5rem) * (100vw - 320px) / (1240px - 320px), 4rem);
}

.display-2 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0.5em;
  letter-spacing: -0.02em;
  font-size: clamp(1.75rem, 1.75rem + (2.5rem - 1.75rem) * (100vw - 320px) / (1240px - 320px), 2.5rem);
}

.display-3 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0.5em;
  letter-spacing: -0.02em;
  font-size: clamp(1.25rem, 1.25rem + (2rem - 1.25rem) * (100vw - 320px) / (1240px - 320px), 2rem);
}

.btn {
  font-family: var(--font-sans, Space Grotesk, Inter, Helvetica Neue, sans-serif);
  color: #fbfcff;
  background-color: #ba0000;
  border: none;
  padding: 0.75em 1.5em;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.btn:hover {
  background-color: hsl(358, 74%, 32%) !important;
  color: #000000;
  text-decoration: none;
}

.btn-primary {
  font-family: var(--font-sans, Space Grotesk, Inter, Helvetica Neue, sans-serif);
  color: #fbfcff;
  background-color: #ba0000;
  border: none;
  padding: 0.75em 1.5em;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.btn-primary:hover {
  background-color: hsl(358, 74%, 32%);
  color: #000000;
  text-decoration: none;
}

.btn-secondary {
  font-family: var(--font-sans, Space Grotesk, Inter, Helvetica Neue, sans-serif);
  color: #fbfcff;
  background-color: #004b87;
  border: none;
  padding: 0.75em 1.5em;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.btn-secondary:hover {
  background-color: #003a6d;
  color: #000000;
  text-decoration: none;
}

footer ul li {
  display: block;
}
footer a {
  color: #fbfcff !important;
  text-decoration: none;
  transition: color 0.3s ease;
}
footer a:hover {
  color: #ba0000;
}

.footer--logo {
  font-size: 1rem;
  color: #fbfcff;
}
.footer--logo img {
  max-width: 240px;
  margin-bottom: 1em;
}
.footer--google-map {
  border: 0;
  width: 100%;
  height: 200px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.footer--contact-info, .footer--quick-links a {
  color: #fbfcff !important;
  transition: color 0.3s ease;
  list-style: none;
  margin: 0;
  padding: 0;
  text-decoration: none;
}
.footer--contact-info:hover, .footer--quick-links a:hover {
  color: #ba0000;
}
.footer--contact-info li, .footer--quick-links a li {
  margin-bottom: 1rem;
}

/* Top-level container: control overall height responsively */
.footer--google-map {
  /* Choose one of these height strategies */
  /* 1) Fixed+responsive mix using clamp (recommended) */
  min-height: clamp(280px, 40vh, 460px);
  /* 2) If you want it always visible and tall */
  /* min-height: 50vh; */
  /* 3) For a compact footer map */
  /* min-height: 320px; */
  position: relative;
  overflow: hidden; /* prevents scrollbars if any */
}

/* Wrapper to let the iframe fill 100% of the parent */
.map-wrapper {
  position: absolute;
  inset: 0; /* top:0 right:0 bottom:0 left:0 */
}

/* Iframe fills its wrapper entirely */
.map-iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block; /* removes inline gap issues */
}

.c-form .form-control {
  border: 1px solid hsla(10, 90%, 10%, 0.2);
  transition: border-color 0.3s ease;
}
.c-form .form-control:focus {
  border-color: #ba0000;
  outline: none;
}
.c-form .dnnForm {
  max-width: clamp(320px, 90%, 480px);
  margin: 0 1.25rem 0 0;
}
.c-form .dnnForm label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 600;
  color: #323031;
}
.c-form .dnnForm .dnnCheckbox {
  float: left;
}

/* ===== Sidebar Carousel Section ===== */
.sidebar-carousel-section {
  background-color: #fbfcff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  padding: 1.5rem;
  margin: 2rem 0; /* space below the first sidebar section */
}

/* Heading style (reuse sidebar-title but slightly smaller if needed) */
.sidebar-carousel-section .sidebar-title {
  margin-bottom: 1rem;
  font-size: 1.1rem;
  font-weight: 700;
  color: #323031;
}
.sidebar-carousel-section .sidebar-title::after {
  content: "";
  display: block;
  width: 28px;
  height: 3px;
  margin-top: 0.75rem;
  background-color: #ba0000;
  border-radius: 4px;
}

/* Owl Carousel container */
.sidebar-carousel .carousel-item {
  text-align: center;
}
.sidebar-carousel .carousel-item img {
  border: 4px solid #fbfcff;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  margin: 0 auto;
  display: block;
}

/* Navigation arrows (like your screenshot) */
.owl-nav {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-top: 1rem;
}
.owl-nav button.owl-prev,
.owl-nav button.owl-next {
  width: 40px;
  height: 40px;
  background-color: #004b87;
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  color: #004b87;
  cursor: pointer;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}
.owl-nav button.owl-prev:hover,
.owl-nav button.owl-next:hover {
  background-color: #f5f5f5;
  color: #ba0000;
}

/* Dots styling */
.owl-dots {
  display: flex;
  justify-content: center;
  margin-top: 1rem;
}
.owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  background-color: rgba(0, 0, 0, 0.15) !important;
  border-radius: 50%;
  margin: 0 0.75rem;
  transition: background-color 0.2s ease-in-out;
}
.owl-dots .owl-dot.active {
  background-color: #ba0000 !important;
}

.partner-vendors-logos.grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr)); /* 3 cols on desktop */
  gap: 1rem;
  align-items: center;
  justify-items: center;
  margin-bottom: 1.5rem;
}

@media (max-width: 992px) {
  .partner-vendors-logos.grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)); /* 2 cols on tablet */
  }
}
@media (max-width: 576px) {
  .partner-vendors-logos.grid {
    grid-template-columns: 1fr 1fr; /* 2 columns on mobile */
    gap: 0.75rem;
  }
}
.partner-vendors-logo img {
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  filter: grayscale(0); /* change to 1 for desaturated style */
  transition: transform 0.2s ease, filter 0.2s ease, opacity 0.2s ease;
}

.partner-vendors-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem;
  background: #fff; /* or transparent if your bg is light */
  border-radius: 0.5rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.partner-vendors-logos.grid.is-visible .partner-vendors-logo {
  opacity: 1;
  transform: translateY(0);
}

.partner-vendors-logos.grid:not(.is-visible) .partner-vendors-logo {
  opacity: 0;
  transform: translateY(6px);
}

/* Optional hover */
.partner-vendors-logo:hover img {
  transform: scale(1.03);
}

/* Optional: lazy loading hints */
.partner-vendors-logo img {
  /* Add loading="lazy" in HTML for better performance */
}

.page--dc-power-systems .eds_headerBg {
  background-color: #000000;
  background-image: linear-gradient(135deg, #ba0000 0%, #ba0000 66.66%, transparent 66.66%), url(/Portals/1/Images/bg-new-venture-dc-power-systems.jpg);
  background-size: auto;
  background-position: right;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .page--dc-power-systems .eds_headerBg {
    background-image: linear-gradient(rgba(186, 0, 0, 0.55), rgba(186, 0, 0, 0.55)), url(/Portals/1/Images/bg-new-venture-dc-power-systems.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }
}

.page--fiber-optic-installation .eds_headerBg {
  background-color: #000000;
  background-image: linear-gradient(135deg, #ba0000 0%, #ba0000 66.66%, transparent 66.66%), url(/Portals/1/Images/nvt-service--fiber.jpg);
  background-size: auto;
  background-position: right;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .page--fiber-optic-installation .eds_headerBg {
    background-image: linear-gradient(rgba(186, 0, 0, 0.55), rgba(186, 0, 0, 0.55)), url(/Portals/1/Images/nvt-service--fiber.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }
}

.page--battery-solutions .eds_headerBg {
  background-color: #000000;
  background-image: linear-gradient(135deg, #ba0000 0%, #ba0000 66.66%, transparent 66.66%), url(/Portals/1/Images/nvt-service--battery-solutions.jpg);
  background-size: auto;
  background-position: right;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .page--battery-solutions .eds_headerBg {
    background-image: linear-gradient(rgba(186, 0, 0, 0.55), rgba(186, 0, 0, 0.55)), url(/Portals/1/Images/nvt-service--battery-solutions.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }
}

.page--network-infra-structure .eds_headerBg {
  background-color: #000000;
  background-image: linear-gradient(135deg, #ba0000 0%, #ba0000 66.66%, transparent 66.66%), url(/Portals/1/Images/nvt-service--network-solutions.jpg);
  background-size: auto;
  background-position: right;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .page--network-infra-structure .eds_headerBg {
    background-image: linear-gradient(rgba(186, 0, 0, 0.55), rgba(186, 0, 0, 0.55)), url(/Portals/1/Images/nvt-service--network-solutions.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }
}

.page--ef-i-services .eds_headerBg {
  background-color: #000000;
  background-image: linear-gradient(135deg, #ba0000 0%, #ba0000 66.66%, transparent 66.66%), url(/Portals/1/Images/bg-new-venture-dc-power-systems.jpg);
  background-size: auto;
  background-position: right;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .page--ef-i-services .eds_headerBg {
    background-image: linear-gradient(rgba(186, 0, 0, 0.55), rgba(186, 0, 0, 0.55)), url(/Portals/1/Images/bg-new-venture-dc-power-systems.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }
}

.page--emergency-backup-power .eds_headerBg {
  background-color: #000000;
  background-image: linear-gradient(135deg, #ba0000 0%, #ba0000 66.66%, transparent 66.66%), url(/Portals/1/Images/bg-new-venture-dc-power-systems.jpg);
  background-size: auto;
  background-position: right;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .page--emergency-backup-power .eds_headerBg {
    background-image: linear-gradient(rgba(186, 0, 0, 0.55), rgba(186, 0, 0, 0.55)), url(/Portals/1/Images/bg-new-venture-dc-power-systems.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }
}

.page--emergency-power-systems .eds_headerBg {
  background-color: #000000;
  background-image: linear-gradient(135deg, #ba0000 0%, #ba0000 66.66%, transparent 66.66%), url(/Portals/1/Images/bg-new-venture-dc-power-systems.jpg);
  background-size: auto;
  background-position: right;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .page--emergency-power-systems .eds_headerBg {
    background-image: linear-gradient(rgba(186, 0, 0, 0.55), rgba(186, 0, 0, 0.55)), url(/Portals/1/Images/bg-new-venture-dc-power-systems.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }
}

.page--login-page .eds_headerBg,
.page--login .eds_headerBg {
  background-color: #000000;
  background-image: linear-gradient(135deg, #ba0000 0%, #ba0000 66.66%, transparent 66.66%), url(/Portals/1/Images/bg-new-venture-home-page.jpg);
  background-size: auto;
  background-position: right;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .page--login-page .eds_headerBg,
  .page--login .eds_headerBg {
    background-image: linear-gradient(rgba(186, 0, 0, 0.55), rgba(186, 0, 0, 0.55)), url(/Portals/1/Images/bg-new-venture-home-page.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }
}

.page--industries .eds_headerBg,
.page--about-us .eds_headerBg {
  background-color: #000000;
  background-image: linear-gradient(135deg, #ba0000 0%, #ba0000 66.66%, transparent 66.66%), url(/Portals/1/Images/bg-new-venture-home-page.jpg);
  background-size: auto;
  background-position: right;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .page--industries .eds_headerBg,
  .page--about-us .eds_headerBg {
    background-image: linear-gradient(rgba(186, 0, 0, 0.55), rgba(186, 0, 0, 0.55)), url(/Portals/1/Images/bg-new-venture-home-page.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }
}

/* =========================================================
   TABS — Consolidated SCSS for desktop/tablet + mobile dropdown
   Works for:
   - Services: .section--services .tabs/.tab-content
   - Partners/Vendors: .section--partners-vendors .section--tabs/.section--tab-pane
   ========================================================= */
/* Utility: darken shim (if not using SCSS functions or a design system) */
/* ===== Base containers ===== */
.tab-section,
.section--services,
.section--partners-vendors {
  width: 100%;
  /* max-width: 1200px;  // Optional: re-enable if you want a fixed width */
  margin: auto;
}

/* Ensure hidden panels actually hide (JS sets [hidden]) */
[hidden] {
  display: none !important;
}

/* ---------------------------
   DESKTOP/TABLET TAB LISTS
   --------------------------- */
.tabs,
.section--tabs .section--tab-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 1rem;
  list-style: none;
  padding: 0;
}

/* Tab trigger items (both systems) */
.tab,
.section--tabs .section--tab-list .section--tab {
  padding: 0.75rem 1.25rem;
  cursor: pointer;
  font-weight: 600;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
  background: #f5f5f5;
  color: #323031;
  border: 2px solid #ba0000;
  border-radius: 4px;
  font-size: 0.8rem;
  /* Remove max-height/overflow constraints—content should not clip */
  max-height: none;
  overflow: visible;
}
.tab:hover,
.section--tabs .section--tab-list .section--tab:hover {
  background: hsl(358, 74%, 32%);
  color: #fbfcff;
  border-color: hsl(358, 74%, 32%);
}

/* Active tab styles (support both conventions) */
.tab.active,
.section--tabs .section--tab-list .section--tab--active {
  background: #ba0000;
  color: #fbfcff;
  border-color: #ba0000;
}

/* ---------------------------
   SERVICES PANELS (.tab-content)
   With nice fade/slide animation
   --------------------------- */
.tab-content-wrapper {
  position: relative;
}

.tab-content {
  /* Inactive visual state; visibility controlled by [hidden] */
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.4s ease, transform 0.4s ease;
  visibility: hidden;
  height: 0;
  overflow: hidden;
}

/* Active services panel (JS adds .active) */
.tab-content.active {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
  height: auto;
  overflow: visible;
  padding: 2rem 0;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}

.content-left {
  flex: 1 1 300px;
}

.content-right {
  flex: 1 1 300px;
  /* Typical responsive image rule */
}
.content-right img,
.content-right .img-fluid {
  max-width: 100%;
  height: auto;
  display: block;
}

/* ---------------------------
   PARTNERS/VENDORS PANES
   (.section--tab-pane)
   --------------------------- */
.section--tabs .section--tab-content .section--tab-pane {
  /* Let [hidden] control display; style visible state here */
  padding: 0; /* base */
}

.section--tabs .section--tab-content .section--tab-pane.section--tab-pane--active {
  padding: 1rem 0;
}

.section--tabs .section--tab-content .section--tab-pane ul {
  padding-left: 1rem;
  margin: 0;
}

.section--tabs .section--tab-content .section--tab-pane ul li {
  margin-bottom: 0.5rem;
  color: #323031;
}

/* --------------------------------------------
   MOBILE (<= $breakpoint-sm)
   Two behaviors:
   1) Dropdown (mobile-only) replaces tablist
   2) Services pane stacks vertically
   -------------------------------------------- */
@media (max-width: 727px) {
  /* If you still show a basic stacked tab list somewhere, stack triggers */
  .tabs,
  .section--tabs .section--tab-list {
    flex-direction: column;
  }
  /* Services panel layout stacked */
  .tab-content.active {
    flex-direction: column;
  }
  .content-left,
  .content-right {
    flex: 1 1 100%;
  }
}
/* =========================================================
   MOBILE DROPDOWN MODE
   JS adds data-hidden-mobile to original tablist & panel container
   and renders a .tab-mobile wrapper with header + options + content
   ========================================================= */
/* Hide original containers when mobile dropdown is active */
[data-hidden-mobile=true] {
  display: none !important;
}

/* Dropdown wrapper */
.tab-mobile {
  width: 100%;
}

/* Header (like a <select>) */
.tab-select {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.75rem 1rem;
  background: #ba0000;
  color: #fbfcff;
  border: 2px solid #f5f5f5;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease;
  margin-bottom: 0.5rem;
}
.tab-select:hover {
  background: hsl(358, 74%, 32%);
  color: #fbfcff;
  border-color: hsl(358, 74%, 32%);
}
.tab-select[aria-expanded=true] .tab-select__chevron {
  transform: rotate(180deg);
}

.tab-select__text {
  font-weight: 600;
}

/* Chevron ▼ */
.tab-select__chevron {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid currentColor; /* down caret */
  transition: transform 0.2s ease;
}

/* Options list (dropdown) */
.tab-options {
  display: none;
  margin-top: 0.5rem;
  background: #fbfcff;
  border: 1px solid #d9d9d9;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  overflow: hidden;
}
.tab-options.open {
  display: block;
}

.tab-option {
  padding: 0.5rem 0.75rem;
  cursor: pointer;
}
.tab-option:hover {
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.12);
  background-color: hsl(358, 74%, 32%);
  color: #fbfcff;
}

.section {
  padding: 3rem 0;
}
.section-title {
  margin-bottom: 1rem;
}
.section-subtitle {
  margin-bottom: 1.5rem;
}
.section--primary h2 {
  color: #fbfcff !important;
}
.section--primary p {
  color: #fbfcff !important;
}
.section--primary {
  background-color: #ba0000;
}

.section--industries {
  color: #323031;
  padding: 3rem 0;
}
.section--industries .section--label {
  color: #323031;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
  display: block;
}
.section--industries .section--title {
  font-weight: 700;
  font-size: 2rem;
  color: #323031;
  margin-bottom: 1rem;
}
.section--industries .section--label {
  color: #ba0000;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
  display: block;
}
.section--industries h5 {
  font-weight: 600;
  color: #004b87;
  margin-bottom: 1rem;
}
.section--industries .section--nav {
  display: flex;
  gap: 0.75rem;
}
.section--industries .section--nav i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #f5f5f5;
  background: #fbfcff;
  color: #323031;
  cursor: pointer;
  transition: background 0.3s color 0.3s ease;
}
.section--industries .section--nav i:hover {
  background: #ba0000;
  color: #fbfcff;
}
.section--industries .section--carousel .owl-stage {
  display: flex;
}
.section--industries .section--carousel .owl-item {
  display: flex;
  flex: 1 0 auto;
  height: auto;
}
.section--industries .section--carousel .industries-card {
  background: #fbfcff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  flex: 1;
  height: 100%;
}
.section--industries .section--carousel .industries-card--image-wrapper {
  flex-shrink: 0;
  width: 100%;
  height: 180px;
  overflow: hidden;
}
.section--industries .section--carousel .industries-card--image-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.section--industries .section--carousel .industries-card--title, .section--industries .section--carousel .industries-card--text {
  margin: 1rem;
  color: #323031;
}
.section--industries .section--carousel .industries-card--title {
  font-size: 1.1rem;
  font-weight: 600;
}
.section--industries .section--carousel .industries-card--text {
  font-size: 0.9rem;
}
.section--industries .section--carousel .industries-card--link {
  color: #ba0000;
  font-weight: 600;
  text-decoration: none;
  margin: auto 1rem 1rem;
  display: inline-block;
  transition: color 0.3s ease;
}
.section--industries .section--carousel .industries-card--link:hover {
  color: hsl(358, 74%, 32%);
}

.section--industry {
  color: #323031;
  padding: 3rem 0;
}
.section--industry .section--label {
  color: #323031;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
  display: block;
}
.section--industry .section--title {
  font-weight: 700;
  font-size: 2rem;
  color: #323031;
  margin-bottom: 1rem;
}
.section--industry .section--label {
  color: #ba0000;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
  display: block;
}
.section--industry .row {
  display: flex;
  align-items: center;
}
.section--industry .section--title {
  margin-bottom: 1rem;
  color: #ba0000;
}
.section--industry .industry-image {
  margin-bottom: 1.5rem;
  border: solid 1px #ba0000;
  padding: 5px;
}

.section--partners-vendors {
  color: #323031;
  padding: 3rem 0;
}
.section--partners-vendors .section--label {
  color: #323031;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
  display: block;
}
.section--partners-vendors .section--title {
  font-weight: 700;
  font-size: 2rem;
  color: #323031;
  margin-bottom: 1rem;
}
.section--partners-vendors .section--label {
  color: #ba0000;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
  display: block;
}

.section--why-choose-us {
  color: #fbfcff;
  padding: 3rem 0;
}
.section--why-choose-us .section--label {
  color: #fbfcff;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
  display: block;
}
.section--why-choose-us .section--title {
  font-weight: 700;
  font-size: 2rem;
  color: #fbfcff;
  margin-bottom: 2rem;
}
.section--why-choose-us .metric {
  font-size: 2.5rem;
  font-weight: 700;
  color: #ffba08;
  margin-bottom: 0.5rem;
}
.section--why-choose-us .section--description {
  max-width: 700px;
  margin: 0 auto 2rem;
  font-size: 1rem;
  color: #fbfcff;
}

.section--cta {
  color: #323031;
  padding: 3rem 0;
}
.section--cta .section--label {
  color: #323031;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
  display: block;
}
.section--cta .section--title {
  font-weight: 700;
  font-size: 2rem;
  color: #323031;
  margin-bottom: 1rem;
}
.section--cta .section--label {
  color: #ba0000;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
  display: block;
}
.section--cta .section--title {
  font-weight: 700;
  font-size: 2rem;
  color: #323031;
  margin-bottom: 1rem;
}
.section--cta .section--description {
  margin-bottom: 1.5rem;
}

.section--contact {
  color: #323031;
  padding: 3rem 0;
}
.section--contact .section--label {
  color: #323031;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
  display: block;
}
.section--contact .section--title {
  font-weight: 700;
  font-size: 1rem;
  color: #323031;
  margin-bottom: 1rem;
}
.section--contact .section--label {
  color: #ba0000;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
  display: block;
}
.section--contact .section--description {
  margin-bottom: 1.5rem;
  color: #323031;
}

.section--services {
  color: #323031;
  padding: 3rem 0;
}
.section--services .section--label {
  color: #323031;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
  display: block;
}
.section--services .section--title {
  font-weight: 700;
  font-size: 2rem;
  color: #323031;
  margin-bottom: 1rem;
}
.section--services .section--label {
  color: #ba0000;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
  display: block;
}
.section--services .section--description {
  margin-bottom: 1.5rem;
  color: #323031;
}

/* ===== Services Sidebar ===== */
.c-sidebar-section {
  border-radius: 4px;
  padding: 3rem 1.5rem;
}

/* Responsive: slightly tighter on small screens */
@media (max-width: 768px) {
  .c-sidebar-section {
    padding: 3rem 1rem;
  }
  .c-sidebar-title {
    font-size: 1rem;
  }
  .c-sidebar-tabs-item a {
    padding: 3rem 1rem;
  }
}
/* Optional nav wrapper if used */
.c-sidebar-nav {
  /* no layout changes; just a hook if you add <nav> */
}

/* Heading (h3) style — clean, strong, and aligned with the cards) */
.c-sidebar-title {
  margin: 0 0 1rem 0;
  color: #323031;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.2;
  /* subtle underline accent using primary color */
  position: relative;
}
.c-sidebar-title::after {
  content: "";
  display: block;
  width: 28px;
  height: 3px;
  margin-top: 0.75rem;
  background-color: #ba0000;
  border-radius: 4px;
}

/* Reset list spacing */
.c-sidebar-tabs {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Each item is a card-like button */
.c-sidebar-tabs-item {
  margin: 0;
  /* space between buttons */
}
.c-sidebar-tabs-item + .c-sidebar-tabs-item {
  margin-top: 0.75rem;
}
.c-sidebar-tabs-item a {
  display: flex;
  align-items: center;
  justify-content: space-between; /* text left, arrow right */
  text-decoration: none;
  color: #323031;
  background-color: #fbfcff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  padding: 1rem 1.5rem;
  line-height: 1.35;
  font-size: 1rem; /* respects your font settings */
  font-weight: 700;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, transform 0.2s ease-in-out;
  /* Right arrow glyph (keeps your font) */
}
.c-sidebar-tabs-item a::after {
  content: "→";
  color: #323031;
  margin-left: 1rem;
  transition: color 0.2s ease-in-out, transform 0.2s ease-in-out;
}
.c-sidebar-tabs-item a {
  /* Hover: text + arrow turn primary (as requested) */
}
.c-sidebar-tabs-item a:hover {
  background-color: #f5f5f5;
  border-color: rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
  transform: translateY(-1px);
  text-decoration: none !important;
  color: #ba0000;
}
.c-sidebar-tabs-item a:hover::after {
  color: #ba0000;
  transform: translateX(2px);
}
.c-sidebar-tabs-item a {
  /* Focus visible for accessibility */
}
.c-sidebar-tabs-item a:focus-visible {
  outline: 2px solid #ffba08;
  outline-offset: 2px;
  box-shadow: 0 0 0 4px rgba(255, 186, 8, 0.25);
}
.c-sidebar-tabs-item {
  /* Active/current item — solid red with white text + arrow */
}
.c-sidebar-tabs-item.is-active a, .c-sidebar-tabs-item.current-menu-item a,
.c-sidebar-tabs-item a[aria-current=page] {
  background-color: #ba0000;
  border-color: #ba0000;
  color: #fbfcff;
  font-weight: 600;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.c-sidebar-tabs-item.is-active a::after, .c-sidebar-tabs-item.current-menu-item a::after,
.c-sidebar-tabs-item a[aria-current=page]::after {
  color: #fbfcff;
}
.c-sidebar-tabs-item.is-active a:hover, .c-sidebar-tabs-item.current-menu-item a:hover,
.c-sidebar-tabs-item a[aria-current=page]:hover {
  background-color: hsl(358, 74%, 32%);
  border-color: hsl(358, 74%, 32%);
}
.c-sidebar-tabs-item.is-active a:hover::after, .c-sidebar-tabs-item.current-menu-item a:hover::after,
.c-sidebar-tabs-item a[aria-current=page]:hover::after {
  transform: translateX(2px);
}

/* Respect reduced motion */
@media (prefers-reduced-motion: reduce) {
  .c-sidebar-tabs-item a {
    transition: none;
  }
}
.c-sidebar__cta {
  background-color: #fbfcff;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 2rem;
  padding: 1.5rem 2rem;
  color: #fbfcff;
  font-weight: 600;
  font-size: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.c-sidebar__cta-body {
  text-align: center;
}
.c-sidebar__cta-title {
  margin: 0 0 1rem 0;
  color: #ba0000 !important;
  font-size: 1.1rem !important;
  font-weight: 700;
  line-height: 1.2;
  /* subtle underline accent using primary color */
  position: relative;
}
.c-sidebar__cta-description {
  margin: 0 0 1.5rem 0;
  color: #323031;
  font-size: 0.9rem;
  line-height: 1.5;
}
.c-sidebar__cta.is-pinned {
  margin: 0 1.5rem;
  width: auto;
}
.c-sidebar__cta .btn.btn-primary {
  margin-top: 1.5rem;
  background-color: #ba0000;
  border-radius: 4px;
  padding: 1rem 1.5rem;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  color: #fbfcff;
  transition: background-color 0.2s ease-in-out;
}
.c-sidebar__cta .btn.btn-primary:hover {
  background-color: hsl(358, 74%, 32%);
}

@media (min-width: 769px) {
  .c-sidebar-section {
    position: relative;
  }
  .c-sidebar__cta {
    position: sticky;
    top: var(--sticky-top, 1rem);
    z-index: 50;
    width: auto;
  }
}
/* Base vertical list (no rounded corners by default) */
.list {
  list-style: none;
  padding: 0;
  margin-bottom: 1.5rem !important;
}

.list--checkmarks {
  margin: 0;
  padding-left: 1.5rem;
}
.list--checkmarks > li::marker {
  content: "✔  ";
  color: #ba0000;
  font-weight: 700;
}

/* Inline variant: centered, text-like (no button look) */
.list--inline {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  margin-bottom: 28px;
}

.list--inline .list-item {
  /* Reset the vertical/card styles for inline mode */
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
  margin: 0;
  font-weight: 500;
  box-shadow: none;
  transform: none;
}

/* Grid variant */
.list--grid {
  display: grid;
  gap: 0.75rem;
  list-style: none;
  padding: 0;
}

.list--grid .list-item {
  background: rgba(251, 252, 255, 0.1);
  padding: 0.75rem;
  border-radius: 4px;
  font-size: 0.95rem;
  color: #fbfcff;
  margin: 0;
  border-left: 0;
  transform: none;
}

/* Column modifiers for grid */
@media (min-width: 1200px) {
  .list--cols-3-lg {
    grid-template-columns: repeat(3, 1fr);
  }
  .list--cols-2-lg {
    grid-template-columns: repeat(2, 1fr);
  }
  .list--cols-1-lg {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 768px) {
  .list--cols-3,
  .list--cols-2,
  .list--cols-1 {
    grid-template-columns: 1fr;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .list--cols-3,
  .list--cols-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .list--cols-1 {
    grid-template-columns: 1fr;
  }
}
.list--cols-3 {
  grid-template-columns: repeat(3, 1fr);
}

.list--cols-2 {
  grid-template-columns: repeat(2, 1fr);
}

.list--cols-1 {
  grid-template-columns: 1fr;
}

/* Tablet: 2 columns */
@media (max-width: 1024px) {
  .list--cols-3,
  .list--cols-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
/* Mobile: 1 column */
@media (max-width: 768px) {
  .list--cols-3,
  .list--cols-2,
  .list--cols-1 {
    grid-template-columns: 1fr;
  }
}
.list--spaced .list-item {
  margin: 0.5rem;
}

.frame-type-rg_carousel .keyvisual .item .container .frame-container {
  margin-left: 0;
  max-width: 50vw;
}

footer .eds_footer {
  background-color: #ba0000;
  color: #fff;
  text-align: center;
  padding: 1em 0;
}
footer .eds_footer p {
  margin: 0;
}

/* Fallback: translucent white without blur */
.navbar-color-on-scroll,
.navbar.navbar-transparent {
  background-color: rgba(255, 255, 255, 0.5) !important; /* Increase opacity for more white */
  backdrop-filter: blur(14px);
  box-shadow: none;
  padding-top: 25px;
  color: #111; /* Dark text for contrast */
  border-bottom: 1px solid rgba(255, 255, 255, 0.75); /* Optional subtle border */
}

/* Enable blur where supported */
@supports (backdrop-filter: blur(12px)) {
  .navbar.navbar-transparent {
    backdrop-filter: blur(12px);
    /* Optional: slightly reduce opacity when blur is on */
    background-color: rgba(255, 255, 255, 0.45);
  }
}
.owl-carousel .owl-item {
  display: flex;
  height: 100%;
}

.owl-carousel .industries-card {
  flex: 1;
}

::-webkit-scrollbar {
  width: 12px;
}

::-webkit-scrollbar-track {
  background: white;
  border-radius: 6px;
}

::-webkit-scrollbar-thumb {
  background: #f5f5f5;
  border-radius: 6px;
}

::-webkit-scrollbar-thumb:hover {
  background: #f5f5f5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.5rem;
}

p,
ul,
ol {
  margin-bottom: 1rem;
}

a:hover {
  text-decoration: underline;
}

.btn,
.btn-primary,
.btn-secondary {
  box-shadow: none;
}

/* Force buttons to use site font and prevent undesired active/focus color changes */
.btn,
.btn-primary,
.btn-secondary {
  font-family: var(--font-sans, Space Grotesk, Inter, Helvetica Neue, sans-serif);
  color: #fbfcff !important;
}
.btn:focus, .btn:active,
.btn-primary:focus,
.btn-primary:active,
.btn-secondary:focus,
.btn-secondary:active {
  outline: none;
  color: #fbfcff !important;
  background-color: hsl(358, 74%, 32%) !important;
  box-shadow: 0 0 0 3px rgba(186, 0, 0, 0.12);
}

.is-bordered {
  border: var(--border-width, 1px) var(--border-style, solid) var(--border-color, #f5f5f5);
  border-radius: var(--border-radius, 4px);
}

.is-rounded {
  border-radius: 4px !important;
}

body {
  background-color: #fbfcff;
}

.page-header.header-small {
  height: 28rem;
  min-height: 28rem;
}
@media screen and (max-width: 769px) {
  .page-header.header-small {
    height: 24rem;
    min-height: 24rem;
  }
}

.presentation-page .page-header,
.index-page .page-header {
  height: 42.65rem;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .presentation-page .page-header,
  .index-page .page-header {
    height: 42.65rem;
    min-height: 42.65rem;
  }
}
@media screen and (max-width: 768px) {
  .presentation-page .page-header,
  .index-page .page-header {
    height: 42.65rem;
    min-height: 42.65rem;
  }
}
@media screen and (max-width: 480px) {
  .presentation-page .page-header,
  .index-page .page-header {
    height: 50rem;
    min-height: 50rem;
  }
}

/* Override eds_logo alignment in transparent navbar */
.navbar-transparent .eds_logo.eds_headerLogo {
  text-align: center;
}

.raMenuWrapper li.edsmm_menuItem .edsmm_itemContainer {
  font-size: 1rem !important;
  font-weight: 600 !important;
}

.navbar .navbar-brand.eds_headerLogo {
  width: 18.125rem;
}
@media (max-width: 1200px) {
  .navbar .navbar-brand.eds_headerLogo {
    width: 12.5rem;
  }
}
@media (max-width: 768px) {
  .navbar .navbar-brand.eds_headerLogo {
    width: 12.25rem;
  }
}/*# sourceMappingURL=eol-master.css.map */