  /* 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: 10px;
                top: 100%;
               
                
            
                z-index: 1000;
                width: 618px;
    border-radius: 8px;
    background: linear-gradient(to left, transparent 50%, #fff 50%);
    /* position: relative; */
    padding: 17.92px 0 0 31.92px;
            }

            .desktopmenurp-new .left-menu {
                width: 250px;
                list-style: none;
                padding: 0;
                margin: 0;
            }

            .desktopmenurp-new .left-menu > li > a {
                padding: 7px 15px;
                display: block;
                color: black !important;
                text-decoration: none;
                font-size: 17.024px;
                position: relative;
            }

            .desktopmenurp-new .left-menu > li > a:hover {
                color: #f97c5f !important;
                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: 280px;
                top: 0;
                height: 100%;
                width: 285px;
               
               
                display: none;
                padding: 1em 1.5em 1em 0.75em;
    border-radius: 0 8px 8px 0;
    /* box-shadow: 0 3px 10px 0 rgb(0 0 0 / 10%); */
    background: #fee1cf;
    
            }

            .desktopmenurp-new .submenu a {
                color:black !important;
                text-decoration: none;
                padding: 7px 0;
                display: block;
                font-size: 17px;
                padding-right:10px;
               
            }
.desktopmenurp-new .submenu a:hover{ color: #f97c5f !important;
                text-decoration: underline;}
                
            .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-color: #f97c5f !important;
    color: white !important;
    border-radius: 0.3rem !important;
    padding-left: 3.32px !important;
    padding-right: 3.32px !important;
   padding-top: 0px;
    padding-bottom: 0px;
    letter-spacing: 0.1rem;
    cursor: pointer;
    text-align: center;
    border: 3px solid #f97c5f;
    transition: 1s;
    margin: 0rem 0rem 0rem 1rem !important;
  text-decoration:none !important;
        }
        .desktopmenurp-new .order-now:hover{
            color:black !important;
            text-decoration: underline !important;
        }
/*.desktopmenurp-new .order-now{*/
/*    background-color: #f97c5f !important;*/
/*    color: black !important;*/
/*    border: 3px solid #f97c5f !important;*/
/*    text-decoration: underline !important;*/
/*}*/
        .navbar-expand-lg .navbar-nav .nav-link {
            color: #212529;
            font-size: 17px !important;
            font-weight: normal !important;
        }

        .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: 0px 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;
}
 