/* Top Bar Styles */
        .top-bar {
            background-color: #2C2C2C;
            padding: 10px 0;
            color: white;
        }
        
        .top-bar a {
            color: white;
            text-decoration: none;
            font-size: 14px;
        }

        /* Desktop Menu Styles */
        @media (min-width: 992px) {
            .desktopmenurp-new .navbar {
                padding: 15px 0;
                background: white;
                box-shadow: 0 2px 5px rgba(0,0,0,0.1);
            }

            .desktopmenurp-new .mega-menu {
                display: none;
                position: absolute;
                left: 0;
                top: 100%;
                width: 250px;
                background: white;
                box-shadow: 0 2px 5px rgba(0,0,0,0.1);
                z-index: 1000;
            }

            .desktopmenurp-new .left-menu {
                width: 250px;
                list-style: none;
                padding: 0;
                margin: 0;
            }

            .desktopmenurp-new .left-menu > li > a {
                padding: 12px 15px;
                display: block;
                color: #002d60;
                text-decoration: none;
                font-size: 17px;
                position: relative;
            }

            .desktopmenurp-new .left-menu > li > a:hover {
                color: #0067bb;
                text-decoration: underline;
            }

            .desktopmenurp-new .has-submenu > a:after {
                font-family: 'FontAwesome';
                content: "\f061";
                position: absolute;
                right: 15px;
                top: 50%;
                transform: translateY(-50%);
                font-size: 20px;
            }

            .desktopmenurp-new .submenu {
                position: absolute;
                left: 250px;
                top: 0;
                height: 495px;
                width: 250px;
                background: #002147;
                padding: 15px;
                display: none;
            }

            .desktopmenurp-new .submenu a {
                color: white;
                text-decoration: none;
                padding: 8px 0;
                display: block;
                font-size: 17px;
            }

            .desktopmenurp-new .nav-item:hover .mega-menu {
                display: block;
            }

            .desktopmenurp-new .left-menu > li:hover .submenu {
                display: block;
            }
        }

        /* Button Styles */
        .desktopmenurp-new .order-now {
            background: #ef6a23;
            color: white !important;
            padding: 8px 20px !important;
            border-radius: 4px;
        }

        .navbar-expand-lg .navbar-nav .nav-link {
            color: #212529;
            font-size: 17px !important;
            margin-right: 10px;
        }

        .signinroot:hover {
            background: black !important;
            color: white;
        }
        .top-bar .btn-link {
            text-decoration: none;
            padding: 0.25rem 0.5rem;
        }

        .top-bar .btn-link:hover {
            color: #ffffff !important;
            opacity: 0.8;
        }

        .top-bar .fa-shopping-cart {
            font-size: 1.1rem;
        }
        body {
      margin: 0;
      padding: 0;
      overflow-x: hidden;
    }

    /* Header */
  .mobile-menu-rp-show  .header-bar {
      position: fixed;
      top: 0;
      right: 0;
      left: 0;
      background: white;
      padding: 15px 20px;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
      z-index: 1030;
      display: flex;
      justify-content: space-between;
      align-items: center;
    }

  .mobile-menu-rp-show  .site-logo {
      font-size: 1.5rem;
      font-weight: 600;
      color: #333;
      text-decoration: none;
    }

  .mobile-menu-rp-show  .site-logo:hover {
      text-decoration: none;
      color: #333;
    }

  .mobile-menu-rp-show  .menu-btn {
      background: transparent;
      border: none;
      padding: 8px;
      cursor: pointer;
    }

  .mobile-menu-rp-show  .menu-btn i {
      font-size: 2rem;
      color: #333;
    }

    /* Offcanvas */
  .mobile-menu-rp-show  .offcanvas {
      position: fixed;
      top: 0;
      right: -320px;
      width: 320px;
      height: 100%;
      background: white;
      z-index: 1050;
      transition: all 0.3s ease;
      display: flex;
      flex-direction: column;
      box-shadow: -2px 0 5px rgba(0, 0, 0, 0.1);
    }

  .mobile-menu-rp-show  .offcanvas.show {
      right: 0;
    }

  .mobile-menu-rp-show  .offcanvas-backdrop {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.5);
      z-index: 1040;
      display: none;
    }

  .mobile-menu-rp-show  .offcanvas-backdrop.show {
      display: block;
    }

  .mobile-menu-rp-show  .offcanvas-header {
      padding: 15px;
      border-bottom: 1px solid #dee2e6;
      display: flex;
      align-items: center;
      justify-content: space-between;
      background: white;
    }

  .mobile-menu-rp-show  .offcanvas-title {
      margin: 0;
      font-size: 1.25rem;
      font-weight: 500;
    }

  .mobile-menu-rp-show  .btn-close {
      background: transparent;
      border: none;
      font-size: 1.75rem;
      line-height: 1;
      color: #000;
      opacity: 0.75;
      padding: 0 5px;
      cursor: pointer;
    }

  .mobile-menu-rp-show  .btn-back {
      background: transparent;
      border: none;
      font-size: 1.5rem;
      padding: 0 5px;
      margin-right: 10px;
      cursor: pointer;
    }

  .mobile-menu-rp-show  .offcanvas-body {
      flex: 1;
      padding: 0;
      overflow-y: auto;
    }

    /* Navigation */
  .mobile-menu-rp-show  .nav-list {
      list-style: none;
      margin: 0;
      padding: 0;
    }

  .mobile-menu-rp-show  .nav-item {
      border-bottom: 1px solid #dee2e6;
    }

  .mobile-menu-rp-show  .nav-link {
      display: block;
      padding: 15px;
      color: #333;
      text-decoration: none;
      transition: background-color 0.2s;
    }

  .mobile-menu-rp-show  .nav-link:hover {
      background-color: #f8f9fa;
      text-decoration: none;
      color: #333;
    }

  .mobile-menu-rp-show  .has-submenu {
      position: relative;
    }

  .mobile-menu-rp-show  .has-submenu::after {
      content: "›";
      position: absolute;
      right: 15px;
      top: 50%;
      transform: translateY(-50%);
      font-size: 1.5rem;
      color: #999;
    }

    /* Submenu */
  .mobile-menu-rp-show  .submenu {
      display: none;
    }

    #nav_su.mobile-menu-rp-showb .offcanvas-body {
      display: flex;
      flex-direction: column;
    }

    #nav_su.mobile-menu-rp-showb .intro {
      padding: 15px;
      margin: 0;
      background: white;
      font-size: 0.9rem;
      color: #666;
      border-bottom: 1px solid #eee;
    }

  .mobile-menu-rp-show  .submenu-content {
      flex: 1;
      overflow-y: auto;
    }

    /* Main Content */
  .mobile-menu-rp-show  .main-content {
      padding-top: 80px;
      padding: 80px 20px 20px;
    }

  .mobile-menu-rp-show  .btn-close {
      background: transparent;
      border: none;
      font-size: 1.75rem;
      color: #000;
      /* Ensure black color */
      line-height: 1;
      opacity: 0.75;
      padding: 0 5px;
      cursor: pointer;
    }

  .mobile-menu-rp-show  .btn-close:hover {
      opacity: 1;
      color: #333;
      /* Slightly darker color on hover */
    }

    .color-change {
            animation: colorChange 3s infinite;
        }

        @keyframes colorChange {
            0% { color: #ff0000; }
            25% { color: #00ff00; }
            50% { color: #0000ff; }
            75% { color: #ff00ff; }
            100% { color: #ff0000; }
        }


    @media (min-width: 1200px) {
    .mobile-menu-rp-show {
        display: none;
      }
    }

    @media (max-width: 1200px) {
    .desktopmenurp-new {
        display: none !important;
    }}
    @media (max-width: 1200px) {
    .top-bar{
        display: none !important;
    }}
    
    .btn.btn-sectiond {
    background-color: #ef6a23;
    font-size: 16px;
    padding: 10px 20px;
    color: #fff;
    border-radius: .3rem;
    font-weight: 500;
}
.btn.btn-sectiona {
    background-color: #002d60;
    font-size: 16px;
    padding: 10px 20px;
    color: #fff;
    border-radius: .3rem;
}