.elementor-3501 .elementor-element.elementor-element-e9966e3:not(.elementor-motion-effects-element-type-background), .elementor-3501 .elementor-element.elementor-element-e9966e3 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-3501 .elementor-element.elementor-element-e9966e3{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:10px 10px 10px 10px;}.elementor-3501 .elementor-element.elementor-element-e9966e3 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}/* Start custom CSS for html, class: .elementor-element-a446d74 */.newmenu-mega {
      max-width: 1280px;
      margin: 0 auto;
      background: #ffffff;
      border-radius: 24px;
      box-shadow: 0 12px 30px rgba(0,0,0,0.08);
      overflow: hidden;
      transition: all 0.2s;
    }
    .newmenu-wrapper {
      padding: 16px 20px 20px;
    }

    /* ========== DESKTOP ========== */
    .newmenu-desktop {
      display: flex;
      gap: 20px;
      flex-wrap: wrap;
    }
    .newmenu-categories {
      flex: 0 0 220px;
    }
    .newmenu-category-list {
      list-style: none;
      display: flex;
      flex-direction: column;
      gap: 4px;
      margin-top: 4px;
    }
    .newmenu-cat {
      padding: 10px 14px;
      border-radius: 12px;
      font-weight: 500;
      font-size: 18px;           /* Medium */
      color: #1e293b;
      cursor: default;
      transition: background 0.2s, color 0.2s, padding-left 0.2s;
      letter-spacing: -0.01em;
    }
    .newmenu-cat:hover,
    .newmenu-cat.active {
      background: #eef2ff;
      color: #1e4b8a;
      padding-left: 20px;
    }
    .newmenu-cat.active {
      background: #dbeafe;
      font-weight: 600;
      border-left: 4px solid #2563eb;
      padding-left: 18px;
    }

    .newmenu-panels {
      flex: 1;
      min-width: 280px;
      background: #fafcff;
      border-radius: 20px;
      padding: 16px 20px 20px;
      border: 1px solid #e9edf4;
    }

    .newmenu-panel {
      display: none;
      animation: fadePanel 0.25s ease;
    }
    .newmenu-panel.active {
      display: block;
    }

    /* Big Heading - ab thoda medium */
    .newmenu-panel h3 {
      font-size: 20px;           /* Reduced from 22px */
      font-weight: 600;
      color: #0b1e3a;
      margin-bottom: 12px;
      border-bottom: 2px solid #e2e8f0;
      padding-bottom: 8px;
      display: flex;
      align-items: center;
      gap: 8px;
    }

    .newmenu-panel ul {
      list-style: none;
      display: flex;
      flex-wrap: wrap;
      gap: 8px 20px;
      margin-bottom: 12px;
    }
    .newmenu-panel a {
      text-decoration: none;
      color: #1e3a6b;
      font-weight: 450;
      padding: 4px 0;
      border-bottom: 1px solid transparent;
      transition: border-color 0.15s, color 0.15s;
      display: inline-block;
      font-size: 14px;           /* Small Text */
    }
    .newmenu-panel a:hover {
      color: #2563eb;
      border-bottom-color: #2563eb;
    }

    .newmenu-panel .brand-grid {
      background: #f2f6fe;
      border-radius: 16px;
      padding: 12px 16px;
      margin-top: 8px;
      font-size: 14px;
      line-height: 1.6;
    }
    .newmenu-panel .brand-grid span {
      font-size: 13px;
    }

    .newmenu-panel .sub-grid strong {
      font-size: 14px;
    }

    /* Mobile remains same */
    .newmenu-mobile {
      display: none;
      margin-top: 10px;
      border-top: 1px solid #e2e8f0;
      padding-top: 16px;
    }

    @media screen and (max-width: 820px) {
      .newmenu-desktop {
        display: none;
      }
      .newmenu-mobile {
        display: block;
      }
      .newmenu-wrapper {
        padding: 10px 12px 16px;
      }
    }
    
    /* ========== MOBILE ACCORDION ========== */
.newmenu-mobile {
  display: none;
  margin-top: 10px;
  border-top: 1px solid #e2e8f0;
  padding-top: 16px;
}

.newmenu-accordion-item {
  border-bottom: 1px solid #f1f5f9;
  overflow: hidden;
}

.newmenu-accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 12px;
  font-weight: 600;
  font-size: 16px;
  color: #1e293b;
  cursor: pointer;
  transition: background 0.2s;
  border-radius: 12px;
  user-select: none;
}

.newmenu-accordion-header:hover {
  background: #f8fafc;
}

.newmenu-accordion-header .newmenu-arrow {
  transition: transform 0.3s ease;
  font-size: 12px;
  color: #94a3b8;
}

.newmenu-accordion-header.active .newmenu-arrow {
  transform: rotate(180deg);
}

.newmenu-accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease, padding 0.35s ease;
  padding: 0 12px;
  background: #fafcff;
  border-radius: 0 0 12px 12px;
}

.newmenu-accordion-content.open {
  padding: 12px 12px 18px;
}

.newmenu-accordion-content ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 6px 16px;
  margin: 6px 0 8px;
  padding: 0;
}

.newmenu-accordion-content ul li {
  font-size: 14px;
  color: #1e3a6b;
  padding: 4px 0;
}

.newmenu-accordion-content ul li a {
  text-decoration: none;
  color: #1e3a6b;
  font-size: 14px;
  padding: 4px 0;
  border-bottom: 1px solid transparent;
  transition: border-color 0.15s, color 0.15s;
  display: inline-block;
}

.newmenu-accordion-content ul li a:hover {
  color: #2563eb;
  border-bottom-color: #2563eb;
}

.newmenu-accordion-content .model-list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 12px;
}

.newmenu-accordion-content .model-list li {
  background: #f1f5f9;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 13px;
  color: #1e293b;
  list-style: none;
}

.newmenu-accordion-content .brand-mobile {
  background: #f2f6fe;
  border-radius: 12px;
  padding: 10px 14px;
  margin-top: 10px;
  font-size: 14px;
  color: #1e3a6b;
  line-height: 1.5;
}

.newmenu-accordion-content strong {
  font-size: 14px;
  color: #0b1e3a;
  display: block;
  margin-top: 8px;
}

.newmenu-accordion-content > div:first-of-type {
  margin-top: 0;
}

@media screen and (max-width: 820px) {
  .newmenu-desktop {
    display: none;
  }
  .newmenu-mobile {
    display: block;
  }
  .newmenu-wrapper {
    padding: 10px 12px 16px;
  }
}/* End custom CSS */