/* ===== Case-study/global header (glassmorphism nav) — extracted from home1.css ===== */
 /* header - glassmorphism */
.pad {
    padding: 0px 8px;
}
/* Glassmorphism navbar wrapper */
.navbar.fixed-top {
    background: transparent !important;
    padding: 16px 0;
    border-bottom: none !important;
    box-shadow: none !important;
}

.navbar > .container {
    position: relative;
    z-index: 0;
    background: transparent;
    border: 1px solid rgba(12, 105, 131, 0.30);
    border-radius: 50px;
    padding: 6px 20px 6px 16px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.25), inset 0 1px 0 rgba(12, 105, 131, 0.15);
}
/* blur on a pseudo-element so the navbar doesn't become a backdrop-root
   that blocks the dropdown's own backdrop-filter */
.navbar > .container::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50px;
    background: rgba(10, 40, 55, 0.55);
    -webkit-backdrop-filter: blur(20px) saturate(180%);
            backdrop-filter: blur(20px) saturate(180%);
    z-index: -1;
}
.header-a {
    font-family: 'Cabin';
    color: #ffffff !important;
    font-size: 15px;
}

.navbar-light .bg-light {
    background-color: transparent;
}

.header-a:hover {
    font-family: 'Cabin';
    color: #ffffff !important;
    background: none;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
    background-clip: unset;
    opacity: 1;
}


.start-your-free {
	font-family: "DM Sans", sans-serif;
    border: 1px solid #0C6983;
    color: #0C6983;
    border-radius: 8px;
    background-color: white;
}

.start-your-free-1 {
	font-family: "DM Sans", sans-serif;
    border: 1px solid #0C6983;
    color: #0C6983;
    border-radius: 8px;
    background-color: white;
    height: 51px;
}

.start-your-free:hover {
    border: 1px solid #0C6983;
    color: #0C6983 !important;
    background-color: white !important;
}

.start-your-free-1:hover {
    border: 1px solid #0C6983;
    color: #0C6983 !important;
    border-radius: 8px;
    background-color: white !important;
}

.book-a-demo {
    font-family: "DM Sans", sans-serif;
    border: 1.5px solid #0ea5c9;
    color: #ffffff;
    background-color: #0C6983;
    border-radius: 50px;
    padding: 8px 18px;
    transition: background-color 0.2s ease, box-shadow 0.2s ease;
}

.book-a-demo-1 {
    font-family: "DM Sans", sans-serif;
    border: 1px solid #0C6983;
    color: #ffffff;
    background-color: #0C6983;
    height: 51px;
}

.book-a-demo:hover {
    border: 1.5px solid #14c6ee;
    color: #ffffff !important;
    background-color: #0a7a96 !important;
    box-shadow: 0 0 14px rgba(14, 165, 201, 0.45);
}

.book-a-demo-1:hover {
    border: 1px solid #0C6983;
    color: #ffffff !important;
    background-color: #0C6983 !important;
}

.login-button {
    padding: 8px 18px;
    color: #ffffff;
    text-decoration: none;
    border: 1px solid rgba(255, 255, 255, 0.40);
    border-radius: 50px;
    font-family: "DM Sans", sans-serif;
    font-size: 14px;
    font-weight: 600;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
    margin-right: 8px;
}

.login-button:hover {
    background-color: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.65);
    color: #ffffff !important;
}

.logo {
    width: auto;
    height: 36px;
}

span.navbar-toggler-icon {
    background-image: url(/Images/menub.svg);
}

.button.navbar-toggler.collapsed {
    border: 0px solid;
    box-shadow: none;
}

.b-shadow {
    box-shadow: 0px 1px 8px #0C6983;
}

.toggle-br {
    border: 0px solid;
    box-shadow: none !important;
}

.login-button-collapse {
    padding: 10px 5px;
    color: #0C6983;
    text-decoration: none;
}

.dropdown-menu-d {
    display: none;
    opacity: 0;
    /* transition: opacity 0.3s, display 0s 0.3s; */
	transition: opacity 0.3s;
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    top: 70px;
    z-index: 1000;
    width: 1250px; 
    height: auto;
    overflow-y: auto;
	/* background-color: rgb(245 245 245) !important; */
	background-color: #f8f9fa !important;
    padding: 5px; 
	border: none;
}

.nav-item:hover .dropdown-menu-d {
    display: block;
    opacity: 1;
    transition: opacity 0.3s;
	 box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3); 
	 border-radius: 12px;
}

.dropdown-menu-d[data-bs-popper] {
    top: 100%;
    margin-top: var(--bs-dropdown-spacer);
    left: auto;
    right: auto;
}
.px-4 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
}
.list-group-item:first-child {
    border: 0;
}

.list-group-item {
    background-color: transparent;
    border: 0;
    padding: 10px 0;
    font-size: 16px; /* Increase font size for readability */
    color: #0C6983; /* Text color */
    display: flex;
    align-items: center;
}
.dropdown-menu-description{
	font-family: "DM Sans", sans-serif;
	color: #4C4C4C;
}
.list-group-item img {
    margin-right: 10px; /* Spacing between icon and text */
}

.list-group-item:last-child {
    border: 0;
}
.card {
    overflow: hidden; /* Ensure rounded corners clip content */
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);  */
	margin-top: 5px;
}
.nev-card {
	background-color: #dbecf1;
	/* padding: 0px 20px; */
}
.hover-tag {
  background-color: transparent;
  padding: 5px;
  border-radius: 8px;
  transition: background-color 0.3s ease;
}

.hover-tag:hover {
  background-color: #d6eaea;
}

.feature-icon-nav {
  width: 48px;
  height: 48px;
  background: linear-gradient(
    180deg,
    rgba(0, 127, 144, 1) 0%,
    rgba(0, 168, 150, 1) 100%
  );
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.3s ease;
}

.feature-icon-nav i {
  color: #fff;
  font-size: 20px;
}

.nev-card p{
 font-family: "DM Sans", sans-serif;
}
.nev-card h6{
	font-family: "DM Sans", sans-serif;
	font-weight: 500;
	font-size: 20px;
   }
   .nev-card a{
	font-family: "DM Sans", sans-serif;
	font-weight: 500;
	font-size: 18px;
   }
.feature-overview-button{
	background-color: transparent !important;
	color: #0C6983 !important;
	padding: 8px 20px;
	margin: 5px;
	transition: all 0.3s ease;
}
.feature-overview-button:hover{
	background-color: rgb(253, 253, 253)!important;
	color: #0C6983 !important;
	padding: 8px 20px;
	margin: 5px;
	border-radius: 8px;
}
/* Dropdown arrow rotation */
.nav-item .nav-link .dropdown-arrow {
    transition: transform 0.5s ease;
    opacity: 0.7;
}

.nav-item:hover .nav-link .dropdown-arrow {
    transform: rotate(180deg);
    opacity: 1;
}
@media (max-width: 1200px) {
    .list-group-item {
        font-size: 14px;
    }
}

.offcanvas .dropdown-menu {
	padding: 0; 
	width: 100%;
}

.offcanvas .dropdown-menu .dropdown-item + .dropdown-item {
	margin-top: 0.5rem;
}

.offcanvas .dropdown-menu {
	padding: 0;
	width: 100%;
	border: none;
	box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.2);
}

.offcanvas .dropdown-menu.collapse {
	display: none;
}

.offcanvas .dropdown-menu.collapse.show {
	display: block;
}

.offcanvas .dropdown-menu :hover{
background-color: #f1f8f8 !important;
color: #000 !important;
}

.offcanvas .nav-link.header-a[aria-expanded="true"] .custom-dropdown-arrow {
	transform: rotate(180deg);
}
/* Remove the default Bootstrap dropdown icon */
.nav-link.header-a::after {
    display: none;
}

/* Style for the custom dropdown arrow */
.custom-dropdown-arrow {
    transition: transform 0.3s ease-in-out;
    margin-left: 8px;
    vertical-align: middle; /* Align icon with text */
}

/* Rotate the icon when hovering over the nav-link */
.nav-link.header-a:hover .custom-dropdown-arrow {
    transform: rotate(180deg);
}

/* Ensure the icon starts in the original position */
.custom-dropdown-arrow {
    transform: rotate(0deg);
}
/* New Navigation Styles */
.feature-icon-nav {
    transition: transform 0.3s ease;
}

.solution-item-nav {
    transition: all 0.3s ease;
    text-decoration: none !important;
}

.solution-item-nav:hover {
    background-color: #f8fbfc !important;
    border-color: #0C6983 !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(12, 105, 131, 0.15);
    text-decoration: none !important;
}

.solution-icon-nav {
    transition: transform 0.3s ease;
}

.solution-item-nav:hover .solution-icon-nav {
    transform: scale(1.1);
}

.resource-card-nav {
    transition: all 0.3s ease;
}

.resource-card-nav:hover {
    background-color: #e8f4f7 !important;
    transform: translateY(-4px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.resource-icon-nav {
    transition: transform 0.3s ease;
}

.resource-card-nav:hover .resource-icon-nav {
    transform: scale(1.1) rotate(5deg);
}

/* Responsive adjustments for navigation */
@media (max-width: 1200px) {
    .feature-icon-nav,
    .solution-icon-nav,
    .resource-icon-nav {
        width: 40px !important;
        height: 40px !important;
    }
    
    .feature-icon-nav i,
    .solution-icon-nav i {
        font-size: 18px !important;
    }
    
    .resource-icon-nav {
        width: 56px !important;
        height: 56px !important;
    }
    
    .resource-icon-nav i {
        font-size: 24px !important;
    }
}

@media (max-width: 991px) {
    .dropdown-menu-d {
        position: relative !important;
        box-shadow: none !important;
        border-radius: 0 !important;
    }
    
    .nev-card {
        padding: 20px !important;
    }
    
    .feature-icon-nav,
    .solution-icon-nav {
        width: 36px !important;
        height: 36px !important;
    }
    
    .feature-icon-nav i,
    .solution-icon-nav i {
        font-size: 16px !important;
    }
    
    .resource-icon-nav {
        width: 48px !important;
        height: 48px !important;
    }
    
    .resource-icon-nav i {
        font-size: 20px !important;
    }
}

.nav-link.header-a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}



/* ===== Glassmorphism mega-menu dropdown (dark) ===== */
.dropdown-menu-d {
    background: linear-gradient(180deg, rgba(34, 37, 42, 0.55) 0%, rgba(12, 14, 16, 0.60) 100%) !important;
    -webkit-backdrop-filter: blur(70px) saturate(140%);
            backdrop-filter: blur(70px) saturate(140%);
    border: 1px solid rgba(12, 105, 131, 0.30) !important;
    border-radius: 18px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.25), inset 0 1px 0 rgba(12, 105, 131, 0.15) !important;
}
.nav-item:hover .dropdown-menu-d {
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.25), inset 0 1px 0 rgba(12, 105, 131, 0.15) !important;
    border-radius: 18px;
}
/* Left "Platform Features" glass card */
.nev-card {
    background: rgba(255, 255, 255, 0.05) !important;
    border: 1px solid rgba(255, 255, 255, 0.10);
    border-radius: 14px;
    margin: 14px;
}
.nev-card h2 { color: #ffffff !important; }
.nev-card p  { color: rgba(255, 255, 255, 0.6) !important; }
.nev-card a  { color: #7DE0F0 !important; }
/* Inner stat box */
.nev-card .bg-white {
    background: rgba(255, 255, 255, 0.05) !important;
    border: 1px solid rgba(255, 255, 255, 0.10);
    box-shadow: none !important;
}
.nev-card .bg-white span { color: #E2E8F0 !important; }
/* Core Features heading */
.dropdown-menu-d h6 { color: rgba(255, 255, 255, 0.5) !important; }
/* Feature item titles + descriptions */
.dropdown-menu-d .hover-tag strong { color: #ffffff !important; }
.dropdown-menu-d .dropdown-menu-description { color: rgba(255, 255, 255, 0.6) !important; }
/* Hover state */
.hover-tag:hover { background-color: rgba(255, 255, 255, 0.08) !important; }
/* Circular glass icons */
.feature-icon-nav {
    background: rgba(255, 255, 255, 0.06) !important;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 50% !important;
}
.feature-icon-nav i { color: #ffffff; }


/* Solutions menu — industry cards as glass */
.dropdown-menu-d .solution-item-nav {
    background: rgba(255, 255, 255, 0.05) !important;
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
}
.dropdown-menu-d .solution-item-nav:hover {
    background: rgba(255, 255, 255, 0.10) !important;
}
.dropdown-menu-d .solution-item-nav strong { color: #ffffff !important; }
.dropdown-menu-d .solution-icon-nav,
.dropdown-menu-d .usecase-icon-nav {
    background: rgba(255, 255, 255, 0.06) !important;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 50% !important;
}
.dropdown-menu-d .usecase-item-nav strong { color: #ffffff !important; }


/* Features menu — match new design: no divider, links side-by-side */
.dropdown-menu-d .col-md-9 { border-left: none; }
.dropdown-menu-d .px-3.pb-5:has(a[href="/Documentation.html"]) {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 28px;
}
.dropdown-menu-d .px-3.pb-5:has(a[href="/Documentation.html"]) a {
    margin-bottom: 0 !important;
}


/* ===================== Header / nav polish ===================== */
/* Pill: balanced frosted glass, cleaner border, softer layered shadow */
.navbar.fixed-top { padding: 14px 0; }
.navbar > .container {
    border: 1px solid rgba(255, 255, 255, 0.10) !important;
    box-shadow: 0 10px 34px rgba(2, 12, 18, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.07) !important;
}
.navbar > .container::before {
    background: linear-gradient(180deg, rgba(16, 46, 60, 0.60) 0%, rgba(8, 28, 38, 0.62) 100%);
    -webkit-backdrop-filter: blur(26px) saturate(160%);
            backdrop-filter: blur(26px) saturate(160%);
}
/* Nav links: spacing, weight, animated hover pill */
.navbar-nav .nav-item { margin: 0 1px; }
.header-a {
    font-weight: 500;
    letter-spacing: 0.2px;
    color: rgba(255, 255, 255, 0.85) !important;
    padding: 8px 14px !important;
    border-radius: 10px;
    transition: color 0.25s ease, background-color 0.25s ease;
}
.header-a:hover,
.nav-item:hover > .header-a {
    color: #ffffff !important;
    background-color: rgba(255, 255, 255, 0.08) !important;
}
.dropdown-arrow {
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    opacity: 0.75;
}
.nav-item:hover .nav-link .dropdown-arrow { transform: rotate(180deg); opacity: 1; }

/* Login + Book a Demo buttons */
.login-button { transition: background-color 0.25s ease, border-color 0.25s ease, transform 0.25s ease; }
.login-button:hover { transform: translateY(-1px); }
.book-a-demo { transition: background-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease; }
.book-a-demo:hover { transform: translateY(-1px); }

/* Dropdown panel: refined glass, cleaner border, soft depth, smooth entrance */
.dropdown-menu-d {
    border: 1px solid rgba(255, 255, 255, 0.10) !important;
    border-radius: 20px !important;
    box-shadow: 0 30px 70px rgba(2, 10, 16, 0.50), inset 0 1px 0 rgba(255, 255, 255, 0.06) !important;
}
.nav-item:hover .dropdown-menu-d {
    box-shadow: 0 30px 70px rgba(2, 10, 16, 0.50), inset 0 1px 0 rgba(255, 255, 255, 0.06) !important;
    animation: navDropIn 0.28s cubic-bezier(0.22, 1, 0.36, 1);
}
@keyframes navDropIn {
    from { opacity: 0; transform: translateX(-50%) translateY(8px); }
    to   { opacity: 1; transform: translateX(-50%) translateY(0); }
}
/* Item micro-interactions */
.hover-tag, .solution-item-nav {
    transition: background-color 0.25s ease, transform 0.25s ease, border-color 0.25s ease !important;
}
.hover-tag:hover, .solution-item-nav:hover { transform: translateY(-2px); }
.feature-icon-nav, .solution-icon-nav, .usecase-icon-nav {
    transition: background-color 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}
.hover-tag:hover .feature-icon-nav,
.solution-item-nav:hover .solution-icon-nav,
.solution-item-nav:hover .usecase-icon-nav { transform: scale(1.06); border-color: rgba(255, 255, 255, 0.42); }
.dropdown-menu-d h6 { letter-spacing: 1.2px !important; }


/* ===================== Mega menu — enterprise premium refinement ===================== */
/* Panel: balanced frosted depth (not washed out), cleaner border, layered shadow */
.dropdown-menu-d {
    background: linear-gradient(180deg, rgba(18, 27, 34, 0.78) 0%, rgba(10, 16, 22, 0.82) 100%) !important;
    -webkit-backdrop-filter: blur(30px) saturate(150%);
            backdrop-filter: blur(30px) saturate(150%);
    border: 1px solid rgba(255, 255, 255, 0.10) !important;
    border-radius: 20px !important;
    box-shadow: 0 28px 70px rgba(2, 8, 13, 0.55), inset 0 1px 0 rgba(255, 255, 255, 0.06) !important;
}
.dropdown-menu-d .mega-content { padding: 24px 26px; }
.dropdown-menu-d .mega-content > .container { max-width: 100%; padding: 0; }

/* ── Left overview panel ── */
.dropdown-menu-d .nev-card {
    height: 100%;
    margin: 0 !important;
    padding: 4px 4px 10px !important;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.07) 0%, rgba(255, 255, 255, 0.03) 100%) !important;
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
    border-radius: 16px !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}
.dropdown-menu-d .nev-card h2 {
    font-size: 20px !important;
    font-weight: 700 !important;
    letter-spacing: -0.2px !important;
    color: #ffffff !important;
}
.dropdown-menu-d .nev-card > p {
    font-size: 13.5px !important;
    line-height: 1.55 !important;
    color: rgba(255, 255, 255, 0.58) !important;
}
/* CTA links */
.dropdown-menu-d .nev-card a {
    display: inline-block;
    width: -moz-max-content;
    width: max-content;
    font-size: 14px !important;
    font-weight: 600 !important;
    color: rgba(255, 255, 255, 0.92) !important;
    transition: color 0.2s ease, transform 0.2s ease;
}
.dropdown-menu-d .nev-card a:hover { color: #ffffff !important; transform: translateX(3px); }

/* ── Stats box: structured + scannable ── */
.dropdown-menu-d .nev-card .bg-white {
    background: rgba(255, 255, 255, 0.04) !important;
    border: 1px solid rgba(255, 255, 255, 0.10) !important;
    border-radius: 12px !important;
    padding: 4px 16px !important;
}
.dropdown-menu-d .nev-card .bg-white > div {
    padding: 12px 0 !important;
    margin: 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.60) !important;
    font-size: 13px !important;
}
.dropdown-menu-d .nev-card .bg-white > div:last-child { border-bottom: none !important; }
.dropdown-menu-d .nev-card .bg-white strong {
    color: #ffffff !important;
    font-size: 26px !important;
    font-weight: 700 !important;
    letter-spacing: -0.5px !important;
}
/* Features stat-box variant (two flex rows) */
.dropdown-menu-d .nev-card .bg-white .d-flex {
    padding: 10px 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.dropdown-menu-d .nev-card .bg-white .d-flex:last-child { border-bottom: none !important; }
.dropdown-menu-d .nev-card .bg-white .d-flex span:first-child {
    color: #ffffff !important;
    font-weight: 700 !important;
    display: inline-block;
    min-width: 64px;
    margin-right: 14px !important;
}

/* ── Section labels ── */
.dropdown-menu-d h6 {
    font-size: 13px !important;
    font-weight: 700 !important;
    letter-spacing: 1.6px !important;
    color: #ffffff !important;
    margin-bottom: 18px !important;
}

/* ── Cards / items: premium surface + hover ── */
.dropdown-menu-d .hover-tag,
.dropdown-menu-d .solution-item-nav {
    border-radius: 12px !important;
    padding: 12px !important;
    transition: background-color 0.25s ease, border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease !important;
}
.dropdown-menu-d .hover-tag { border: 1px solid transparent !important; }
.dropdown-menu-d .solution-item-nav {
    background: transparent !important;
    border: 1px solid transparent !important;
}
.dropdown-menu-d .hover-tag:hover,
.dropdown-menu-d .solution-item-nav:hover {
    background: rgba(255, 255, 255, 0.08) !important;
    border-color: rgba(255, 255, 255, 0.28) !important;
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.28);
}
/* Titles + descriptions */
.dropdown-menu-d .hover-tag strong,
.dropdown-menu-d .solution-item-nav strong {
    font-size: 15px !important;
    font-weight: 600 !important;
    color: #ffffff !important;
}
.dropdown-menu-d .dropdown-menu-description {
    font-size: 13px !important;
    line-height: 1.5 !important;
    color: rgba(255, 255, 255, 0.78) !important;
}

/* ── Icons: consistent circular glass w/ cyan accent ── */
.dropdown-menu-d .feature-icon-nav,
.dropdown-menu-d .solution-icon-nav,
.dropdown-menu-d .usecase-icon-nav {
    position: relative;
    width: 44px !important;
    height: 44px !important;
    background: rgba(255, 255, 255, 0.06) !important;
    border: none !important;
    border-radius: 50% !important;
    transition: background-color 0.25s ease, transform 0.25s ease;
}
.dropdown-menu-d .feature-icon-nav::before,
.dropdown-menu-d .solution-icon-nav::before,
.dropdown-menu-d .usecase-icon-nav::before,
.dropdown-menu-d .resource-icon-nav::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
    padding: 1px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.85) 0%, rgba(255, 255, 255, 0.08) 50%, rgba(255, 255, 255, 0.5) 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
            mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
            mask-composite: exclude;
    pointer-events: none;
}
.dropdown-menu-d .feature-icon-nav i,
.dropdown-menu-d .solution-icon-nav i,
.dropdown-menu-d .usecase-icon-nav i { color: rgba(255, 255, 255, 0.9) !important; font-size: 17px !important; }
.dropdown-menu-d .hover-tag:hover .feature-icon-nav,
.dropdown-menu-d .solution-item-nav:hover .solution-icon-nav,
.dropdown-menu-d .solution-item-nav:hover .usecase-icon-nav {
    background: rgba(255, 255, 255, 0.12) !important;
    border-color: rgba(255, 255, 255, 0.45) !important;
    transform: scale(1.05);
}

/* ── Column separation + breathing room ── */
.dropdown-menu-d .col-md-5 { padding-right: 10px !important; }
.dropdown-menu-d .col-md-4 { padding-left: 8px !important;}
.dropdown-menu-d .col-md-9 { padding-left: 8px !important; }


/* ===================== Resources menu — match Features/Solutions ===================== */
/* Icons: circular glass + cyan accent */
.dropdown-menu-d .resource-icon-nav {
    position: relative;
    width: 44px !important;
    height: 44px !important;
    background: rgba(255, 255, 255, 0.06) !important;
    border: none !important;
    border-radius: 50% !important;
    transition: background-color 0.25s ease, transform 0.25s ease;
}
.dropdown-menu-d .resource-icon-nav i { color: rgba(255, 255, 255, 0.9) !important; font-size: 17px !important; }
/* Item titles + descriptions */
.dropdown-menu-d .d-flex.align-items-start:has(.resource-icon-nav) strong {
    color: #ffffff !important;
    font-size: 15px !important;
    font-weight: 600 !important;
}
/* Item card surface + hover */
.dropdown-menu-d .d-flex.align-items-start:has(.resource-icon-nav) {
    padding: 12px !important;
    border-radius: 12px !important;
    border: 1px solid transparent !important;
    transition: background-color 0.25s ease, border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}
.dropdown-menu-d .d-flex.align-items-start:has(.resource-icon-nav):hover {
    background: rgba(255, 255, 255, 0.08) !important;
    border-color: rgba(255, 255, 255, 0.28) !important;
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.28);
}
.dropdown-menu-d .d-flex.align-items-start:has(.resource-icon-nav):hover .resource-icon-nav {
    background: rgba(255, 255, 255, 0.12) !important;
    border-color: rgba(255, 255, 255, 0.45) !important;
    transform: scale(1.05);
}


/* ===================== Mega menu responsiveness (≤1400px desktop nav) ===================== */
@media (min-width: 1400px) {
    .dropdown-menu-d { width: 1320px !important; }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
    .dropdown-menu-d { width: 1140px !important; top: 72px; }
    .dropdown-menu-d .mega-content { padding: 20px 22px; }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .dropdown-menu-d { width: 960px !important; top: 85px; }
    .navbar-nav .nav-item { margin: 0; }
    .header-a { padding: 8px 10px !important; font-size: 14px; }
    .dropdown-menu-d .mega-content { padding: 18px; }
    .dropdown-menu-d .col-md-4 + .col-md-4 { padding-left: 16px !important; }
    .dropdown-menu-d .hover-tag,
    .dropdown-menu-d .solution-item-nav,
    .dropdown-menu-d .d-flex.align-items-start:has(.resource-icon-nav) { padding: 10px !important; }
}

/* ===== Mobile offcanvas menu — dark theme with proper text visibility ===== */
#offcanvasRight.offcanvas {
    background: linear-gradient(180deg, #002e45 0%, #474747 100%) !important;
    color: #e6edf3;
    border-left: 1px solid rgba(12, 105, 131, 0.35);
}

/* Header: logo row + close button */
#offcanvasRight .offcanvas-header {
    /* border-bottom: 1px solid rgba(255, 255, 255, 0.08); */
}
/* Make the Bootstrap close button visible on dark */
#offcanvasRight .btn-close {
    filter: invert(1) grayscale(100%) brightness(200%);
    opacity: 0.85;
}
#offcanvasRight .btn-close:hover { opacity: 1; }
/* Divider under header */
#offcanvasRight > hr,
#offcanvasRight .offcanvas-body hr {
    border-color: rgba(255, 255, 255, 0.10);
    opacity: 1;
}

/* Top-level nav links (Features / Solutions / Resources) */
#offcanvasRight .nav-link.header-a {
    color: #ffffff !important;
    padding: 10px 12px;
    border-radius: 10px;
}
#offcanvasRight .nav-link.header-a:hover,
#offcanvasRight .nav-link.header-a[aria-expanded="true"] {
    background: rgba(12, 105, 131, 0.18);
}
/* Chevron arrow tint */
#offcanvasRight .custom-dropdown-arrow {
    filter: invert(1) brightness(1.8);
}

/* Collapsible dropdown panels inside the offcanvas */
#offcanvasRight .dropdown-menu.mega-menu {
    background: rgba(255, 255, 255, 0.03) !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    border-radius: 12px;
    box-shadow: none !important;
    margin: 6px 4px 10px;
    padding: 6px !important;
}

/* Dropdown items */
#offcanvasRight .dropdown-item {
    color: #cdd9e1 !important;
    border-radius: 8px;
    padding: 9px 12px;
    white-space: normal;
}
#offcanvasRight .dropdown-item i {
    color: #38b6d3 !important;
}
/* Hover / focus state — override the light hover rule above */
#offcanvasRight .dropdown-menu :hover,
#offcanvasRight .dropdown-item:hover,
#offcanvasRight .dropdown-item:focus {
    background-color: rgba(12, 105, 131, 0.25) !important;
    color: #ffffff !important;
}

/* Section label chips (BY INDUSTRY / BY USE CASE) — inline styles overridden */
#offcanvasRight .dropdown-menu .px-3.py-2 {
    background-color: rgba(255, 255, 255, 0.04) !important;
}
#offcanvasRight .dropdown-menu .px-3.py-2 strong {
    color: #8aa0ad !important;
}

/* Footer actions */
#offcanvasRight .login-button-collapse {
    color: #ffffff !important;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 50px;
    padding: 10px 5px;
    margin-bottom: 12px;
    transition: background-color 0.2s ease, border-color 0.2s ease;
}
#offcanvasRight .login-button-collapse:hover {
    background-color: rgba(255, 255, 255, 0.10);
    border-color: rgba(255, 255, 255, 0.6);
}

