.elementor-kit-8{--e-global-color-primary:#132436;--e-global-color-secondary:#FF4628;--e-global-color-text:#C34D4D;--e-global-color-accent:#6F84A9;--e-global-color-985fb4c:#132436;--e-global-color-3f8ede5:#FF4628;--e-global-color-18ddad7:#6F84A9;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ===============================
   LEFT DOCS SIDEBAR – REAL FIX
================================ */

/* Base link (ALL tabs, ALL accordions) */
a.sub-trigger {
  position: relative;
  display: block;
  padding: 8px 14px 8px 28px;
  border-radius: 6px;
  text-decoration: none;
  color: #111827;
  transition: background 0.2s ease, padding-left 0.2s ease, color 0.2s ease;
}

/* Arrow */
a.sub-trigger::before {
  content: "›";
  position: absolute;
  left: 12px;
  opacity: 0;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

/* Hover */
a.sub-trigger:hover {
  padding-left: 34px;
  background: #f5f8ff;
  color: #111827;
}
a.sub-trigger:hover::before {
  opacity: 1;
  transform: translateX(4px);
}

/* Active link */
a.sub-trigger.active {
  background: #e7f0ff;
  font-weight: 600;
  padding-left: 28px;
  color: #111827;
}
a.sub-trigger.active::before {
  opacity: 1;
  transform: none;
}

/* Active accordion header */
.elementor-accordion-item.is-active > .elementor-accordion-title,
.elementor-tab-title.elementor-active {
  background: #6F84A9;
  border-left: 4px solid #6F84A9;
  font-weight: 600;
  color: #ffffff; /* text readable rahe */
}

/* Sticky sidebar */
.left-docs-sidebar {
  position: sticky;
  top: 120px;
}




/* ===== FIX STICKY TRANSPARENCY ISSUE ===== */

/* Sticky section background fix */
.elementor-sticky--active {
  background-color: #ffffff !important;
  z-index: 9999;
}

/* Agar tabs / menu ke andar container hai */
.elementor-sticky--active .elementor-container {
  background-color: #ffffff;
}

/* Optional: subtle shadow for separation */
.elementor-sticky--active {
  /* SAME intensity on all sides */
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.06);
}



/* ===============================
   WHITE BOTTOM LINE – HOVER ONLY
================================ */

.docs-top-nav .docs-nav-box {
  border-bottom: 1px solid transparent; /* hidden by default */
}

.docs-top-nav .docs-nav-box:hover {
  border-bottom-color: #ffffff; /* white line on hover */
  
  transition: border-color 0.2s ease;
}/* End custom CSS */