.branding-heade-body {
  padding-top: 120px; }

.new-header-branding {
  /* Fixed header container */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  /* Top bar */
  /* Main header */
  /* Dropdown Menus */
  /* Yellow line shows when dropdown is visible */
  /* Solutions mega menu */
  /* Simple dropdowns with icons */
  /* Mobile menu toggle */
  /* Mobile menu overlay */
  /* Mobile menu */
  /* Responsive */ }
  .new-header-branding .top-bar {
    background-color: #1a4a4a;
    padding: 8px 0;
    font-size: 14px; }
  .new-header-branding .top-bar-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 24px; }
  .new-header-branding .top-bar-item {
    color: white;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 4px 8px;
    border-radius: 4px;
    transition: background-color 0.2s; }
  .new-header-branding .top-bar-item:hover {
    background-color: rgba(255, 255, 255, 0.1); }
  .new-header-branding .main-header {
    background-color: #17AF66;
    padding: 12px 0;
    position: relative; }
  .new-header-branding .header-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .new-header-branding .logo {
    display: flex;
    align-items: center;
    color: white;
    text-decoration: none;
    font-size: 28px;
    font-weight: bold; }
  .new-header-branding .logo-icon {
    margin-right: 12px;
    display: flex;
    align-items: center;
    justify-content: center; }
  .new-header-branding .nav-container {
    display: flex;
    align-items: center;
    gap: 32px; }
  .new-header-branding .main-nav {
    display: flex;
    list-style: none;
    gap: 32px;
    margin-bottom: 0; }
  .new-header-branding .nav-item {
    position: relative; }
  .new-header-branding .nav-item::after {
    content: '';
    position: absolute;
    bottom: -12px;
    left: 0;
    right: 0;
    height: 3px;
    background-color: #FFD700;
    transform: scaleX(0);
    transition: transform 0.3s ease; }
  .new-header-branding .nav-item:hover::after,
  .new-header-branding .nav-item.active::after {
    transform: scaleX(1); }
  .new-header-branding .nav-link {
    color: white;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    padding: 12px 0;
    display: block;
    transition: opacity 0.2s; }
  .new-header-branding .nav-link:hover {
    opacity: 0.8; }
  .new-header-branding .cta-buttons {
    display: flex;
    gap: 12px; }
  .new-header-branding .btn {
    padding: 12px 24px;
    border-radius: 24px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.2s;
    border: 2px solid; }
  .new-header-branding .btn-outline {
    color: white;
    border-color: white;
    background: transparent; }
  .new-header-branding .btn-outline:hover {
    background-color: white;
    color: #17AF66; }
  .new-header-branding .btn-solid {
    background-color: white;
    color: #17AF66;
    border-color: white; }
  .new-header-branding .btn-solid:hover {
    background-color: #f0f0f0; }
  .new-header-branding .dropdown {
    position: absolute;
    top: calc(100% + 12px);
    left: 0;
    border: none;
    background: white;
    border-radius: 0 0 12px 12px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    z-index: 1000;
    min-width: 200px; }
  .new-header-branding .nav-item:hover .dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0); }
  .new-header-branding .nav-item:hover::after {
    transform: scaleX(1); }
  .new-header-branding .solutions-dropdown {
    width: 600px;
    left: -50px;
    padding: 25px;
    border: none; }
  .new-header-branding .mega-menu {
    display: grid;
    grid-template-columns: 48% 1fr;
    gap: 30px;
    padding: 0; }
  .new-header-branding .categories-section {
    padding: 10px 20px;
    border-radius: 0 0 0 12px; }
  .new-header-branding .content-section {
    padding: 10px 20px;
    border-radius: 0 0 12px 0; }
  .new-header-branding .menu-section h4 {
    font-size: 12px;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 16px;
    font-weight: 600; }
  .new-header-branding .category-item {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 0;
    cursor: pointer;
    transition: all 0.2s;
    padding: 12px 16px;
    margin: 0 -16px;
    border-bottom: 1px solid #eee; }
  .new-header-branding .category-content {
    display: flex;
    flex-direction: column;
    flex: 1; }
  .new-header-branding .category-main {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 6px;
    width: 100%; }
  .new-header-branding .category-title {
    display: flex;
    align-items: center;
    gap: 22px;
    color: #000;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    /* 94.118% */ }
  .new-header-branding .category-arrow {
    width: 16px;
    height: 16px;
    stroke: currentColor;
    flex-shrink: 0;
    display: none; }
  .new-header-branding .category-item.selected .category-arrow {
    display: flex; }
  .new-header-branding .category-icon, .new-header-branding .menu-item-icon {
    width: 20px;
    height: 20px;
    object-fit: contain;
    margin-right: 12px; }
  .new-header-branding .category-title {
    display: flex;
    align-items: center;
    gap: 12px; }
  .new-header-branding .menu-item-header span {
    display: flex;
    padding: 8px;
    align-items: center;
    gap: 10px;
    border-radius: 5px;
    background: rgba(23, 175, 102, 0.1);
    width: 30px;
    height: 30px; }
  .new-header-branding .category-description {
    margin-top: 6px;
    line-height: 1.4;
    color: #ABABAB;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    /* 114.286% */
    margin-left: 42px; }
  .new-header-branding .category-item:hover {
    color: #17AF66;
    border-radius: 6px; }
  .new-header-branding .category-item.selected {
    background-color: #e8f5e8;
    color: #17AF66;
    border-radius: 6px;
    padding: 12px 16px;
    margin: 0 -16px; }
  .new-header-branding .category-icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0; }
    .new-header-branding .category-icon path {
      stroke: #17AF66; }
  .new-header-branding .category-item span {
    color: inherit;
    font-weight: 500;
    font-size: 15px; }
  .new-header-branding .subcategory-list {
    display: flex;
    flex-direction: column;
    gap: 30px; }
  .new-header-branding .subcategory-item {
    text-decoration: none;
    padding: 8px 0;
    transition: color 0.2s;
    color: #000;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    /* 94.118% */ }
  .new-header-branding .subcategory-item:hover {
    color: #17AF66; }
  .new-header-branding .subcategory-description {
    margin-top: 4px;
    line-height: 1.4;
    color: #ABABAB;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    /* 114.286% */ }
  .new-header-branding .simple-dropdown {
    width: 350px;
    padding: 0; }
    .new-header-branding .simple-dropdown.w-500 {
      width: 500px; }
  .new-header-branding .simple-dropdown .menu-item-with-icon {
    padding: 12px 0;
    margin: 0px 25px;
    border-bottom: 1px solid #eee; }
  .new-header-branding .simple-dropdown .menu-item-with-icon:last-child {
    border-bottom: none; }
  .new-header-branding .simple-dropdown .menu-item-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 2px; }
  .new-header-branding .simple-dropdown .menu-item-icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0; }
  .new-header-branding .simple-dropdown-item {
    color: #333;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    transition: color 0.2s; }
  .new-header-branding .simple-dropdown-item:hover {
    color: #17AF66; }
  .new-header-branding .simple-dropdown-description {
    color: #666;
    font-size: 13px;
    font-weight: 400;
    line-height: 14px;
    margin-left: 43px; }
  .new-header-branding .menu-item-header span {
    display: flex;
    padding: 6px;
    align-items: center;
    gap: 10px;
    border-radius: 5px;
    background: rgba(23, 175, 102, 0.1); }
  .new-header-branding .mobile-menu-toggle {
    display: none;
    flex-direction: column;
    gap: 4px;
    cursor: pointer; }
  .new-header-branding .mobile-menu-line {
    width: 24px;
    height: 2px;
    background-color: white;
    transition: all 0.3s; }
  .new-header-branding .mobile-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9998;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease; }
  .new-header-branding .mobile-menu-overlay.active {
    opacity: 1;
    visibility: visible; }
  .new-header-branding .mobile-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 80%;
    max-width: 400px;
    height: 100vh;
    background-color: white;
    z-index: 9999;
    padding: 80px 20px 20px;
    overflow-y: auto;
    transition: right 0.3s ease; }
  .new-header-branding .mobile-menu.active {
    right: 0; }
  .new-header-branding .mobile-menu-close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center; }
  .new-header-branding .mobile-menu-close::before,
  .new-header-branding .mobile-menu-close::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 2px;
    background-color: #333; }
  .new-header-branding .mobile-menu-close::before {
    transform: rotate(45deg); }
  .new-header-branding .mobile-menu-close::after {
    transform: rotate(-45deg); }
  .new-header-branding .mobile-nav {
    list-style: none;
    padding: 0;
    margin: 0; }
  .new-header-branding .mobile-nav-item {
    margin-bottom: 0; }
  .new-header-branding .mobile-nav-link {
    color: #333;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
    border-bottom: 1px solid #eee;
    cursor: pointer; }
  .new-header-branding .mobile-nav-link:hover {
    color: #17AF66; }
  .new-header-branding .mobile-nav-arrow {
    width: 12px;
    height: 12px;
    stroke: currentColor;
    transition: transform 0.3s ease; }
  .new-header-branding .mobile-nav-item.active .mobile-nav-arrow {
    transform: rotate(90deg); }
  .new-header-branding .mobile-submenu {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    background-color: #f8f9fa;
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px; }
  .new-header-branding .mobile-submenu.active {
    max-height: 500px; }
  .new-header-branding .mobile-submenu-item {
    padding: 12px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
    @media screen and (max-width: 768px) {
      .new-header-branding .mobile-submenu-item {
        padding-left: 15px; } }
  .new-header-branding .mobile-submenu-item:last-child {
    border-bottom: none; }
  .new-header-branding .mobile-submenu-link {
    color: #666;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    display: block; }
  .new-header-branding .mobile-submenu-link:hover {
    color: #17AF66; }
  .new-header-branding .mobile-cta-buttons {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 20px 0 30px 0;
    border-top: 1px solid #eee; }
  .new-header-branding .mobile-cta-buttons .btn {
    padding: 12px 24px;
    border-radius: 24px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.2s;
    border: 2px solid;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    box-sizing: border-box; }
  .new-header-branding .mobile-cta-buttons .btn-outline {
    color: #17AF66;
    border-color: #17AF66;
    background: transparent; }
  .new-header-branding .mobile-cta-buttons .btn-outline:hover {
    background-color: #17AF66;
    color: white; }
  .new-header-branding .mobile-cta-buttons .btn-solid {
    background-color: #17AF66;
    color: white;
    border-color: #17AF66; }
  .new-header-branding .mobile-cta-buttons .btn-solid:hover {
    background-color: #15a05a;
    border-color: #15a05a; }
  @media (max-width: 992px) {
    .new-header-branding .main-nav,
    .new-header-branding .cta-buttons {
      display: none; }
    .new-header-branding .mobile-menu-toggle {
      display: flex; }
    .new-header-branding .top-bar-content {
      gap: 16px; }
    .new-header-branding .top-bar-item span {
      display: none; } }
  .new-header-branding aside.country-selector.weglot-dropdown.close_outside_click.weglot-shortcode.wg- {
    background: none;
    color: #fff; }
    .new-header-branding aside.country-selector.weglot-dropdown.close_outside_click.weglot-shortcode.wg- input {
      display: none !important; }
    .new-header-branding aside.country-selector.weglot-dropdown.close_outside_click.weglot-shortcode.wg- label::before {
      display: none !important; }
    .new-header-branding aside.country-selector.weglot-dropdown.close_outside_click.weglot-shortcode.wg- label::after {
      display: none !important; }
    .new-header-branding aside.country-selector.weglot-dropdown.close_outside_click.weglot-shortcode.wg- label.wgcurrent {
      border: 0 !important; }
  .new-header-branding .country-selector.weglot-dropdown .wgcurrent a, .new-header-branding .country-selector.weglot-dropdown .wgcurrent span {
    padding: 0 !important; }

footer.new-branding-footer.footer-menu.newLandingFooter .widget {
  width: calc(25% - 40px) !important; }
  @media screen and (max-width: 990px) {
    footer.new-branding-footer.footer-menu.newLandingFooter .widget {
      width: calc(50% - 40px) !important; } }
  footer.new-branding-footer.footer-menu.newLandingFooter .widget.widget-about {
    width: 100% !important; }
    footer.new-branding-footer.footer-menu.newLandingFooter .widget.widget-about .widget {
      width: 100% !important; }
footer.new-branding-footer .row.twocols {
  /* display: flex; */
  grid: 200 1fr;
  display: grid;
  grid-template-columns: 350px 1fr;
  gap: 60px; }
  @media screen and (max-width: 990px) {
    footer.new-branding-footer .row.twocols {
      grid-template-columns: auto; } }
footer.new-branding-footer.footer-menu.newLandingFooter .widget-about.widget {
  width: 100% !important; }
footer.new-branding-footer ul#menu-footer-solutions svg {
  display: none; }
footer.new-branding-footer ul#menu-footer-solutions .sub-menu {
  margin-left: 10px; }
  footer.new-branding-footer ul#menu-footer-solutions .sub-menu li:before {
    content: '-';
    padding-right: 5px; }
