* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  width: 100%;
  overflow-x: hidden;
}

body {
  font-family: 'Outfit', sans-serif;
  background-color: #f9f9f9;
  color: #222;
  overflow-x: hidden;
}

::-webkit-scrollbar {
  display: none;
}

/* Scrolling arrow Progress Button */
.scroll-progress {
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 50;
  cursor: pointer;
}

.progress-svg {
  position: absolute;
  width: 100%;
  height: 100%;
}

.fas.fa-arrow-up {
  z-index: 10;
}

/* navigation bar start  */
header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 30px;
}

.menu-toggle {
  display: none;
}

/* --- Logo--- */
.fixed-logo {
  position: absolute;
  left: 80px;
  top: 2px;
  z-index: 1002;
  background: transparent;
}

.fixed-logo img {
  height: 60px;
  width: auto;
  display: block;
}

/* ---Navigation Bar--- */
.navbar {
  font-size: 18px;
  width: 100%;
  margin-top: 30px;
  position: fixed;
  z-index: 1002;
  /* Higher than .panel's 1001 */
  font-family: Georgia;
  position: absolute;
}

.nav-list {
  display: flex;
  list-style: none;
  justify-content: center;
}

.navbar .nav-list {
  margin-left: 400px;
}

.nav-item {
  padding: 1rem 2rem;
  color: rgb(34 34 59);
  cursor: pointer;
  position: relative;
}

.nav-item:hover {
  text-decoration: underline;
  text-underline-offset: 8px;
}

.navbar.active .nav-item {
  color: white;
  /* Change to any color you like */
  z-index: 1005;
}

.navbar.active .arrow {
  border-color: white;
  /* Change arrow color when panel is open */
}

.nav-item a {
  text-decoration: none;
  color: rgb(34 34 59);
}

.navbar.active .nav-item a {
  color: white;
  /* Change arrow color when panel is open */
}

.arrow {
  font-size: 12px;
  border: solid rgb(34 34 59);
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  margin-left: 3px;
  margin-bottom: 2px;
  transform: rotate(45deg);
  cursor: pointer;
}

.arrow.rotate {
  transform: rotate(-45deg);
}

/* ---Panel overlays--- */
.panel {
  display: none;
  position: fixed;
  /* So it overlays full screen */
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  z-index: 1001;
  margin-top: -50px;
  height: max-content;
}

.panel-content {
  max-width: 1200px;
  margin-top: 200px;
  font-size: 30px;
  font-family: Bell MT;
  position: fixed;
  margin-left: 100px;
}

@keyframes slideDown {
  from {
    transform: translateY(-20px);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.panel {
  animation: slideDown 0.5s ease forwards;
}

.list {
  list-style-type: disc;
  padding-left: 600px;
  padding-top: 100px;
  margin-top: 70px;
}

.list li {
  list-style-type: none;
  font-size: 18px;
  line-height: 27px;
}

/* ---Sub Category--- */
.list>li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

/* ---Show submenu when hovering over arrow --- */
.arrow-container {
  position: relative;
  margin-right: 750px;
}

/* ---Sub Menu--- */
.arrow1 {
  font-size: 12px;
  border: solid white;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-45deg);
  cursor: pointer;
}

.submenu {
  list-style-type: none;
  display: none;
  position: absolute;
  left: 100%;
  /* Opens to the right of the arrow container */
  width: 250px;
  background-color: none;
  z-index: 1;
  margin-top: -22px;
}

.submenu li {
  padding: 8px 12px;
  line-height: 0.5;
  margin-left: 15px;
}

.submenu li:hover {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

.submenu a {
  color: white;
  text-decoration: none;
}

/* ---panel Optional: blur background effect--- */
.panel::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
}

/* ---Product section category---  */
#panel2 .panel-content {
  margin-top: 230px;
  /*for [product] panel-content */
}

.slider-wrapper {
  display: flex;
  align-items: center;
  position: relative;
  right: 10px;
}

.arrownav {
  font-size: 2rem;
  color: #aaa;
  cursor: pointer;
  padding: 10px;
  transition: color 0.2s;
  margin-top: -30px;
}

.arrownav:hover {
  color: #fff;
}

.slider1 {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  gap: 20px;
  padding: 10px;
  width: 700px;
}

.slider1::-webkit-scrollbar {
  display: none;
}

.card {
  width: 150px;
  height: 195px;
  flex-shrink: 0;
  /* overflow: hidden; */
}

.card img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  border-radius: 10px;
}

.card p {
  padding: 2px;
  font-size: 0.95rem;
  line-height: 1.4;
  margin-left: 2px;
}

.list button {
  background-color: white;
  height: 30px;
  width: 150px;
  margin-left: 250px;
  margin-bottom: 5px;
  border: none;
  border-radius: 2px;
  text-decoration: none;
  color: #222;
  font-size: 15px;
}

.list button:hover {
  background-color: #0a1416;
  color: #fff;
}

.list button a:hover {
  color: white;
}

/* ---close Button On panel--- */
.close-btn {
  position: absolute;
  top: 150px;
  right: 30px;
  font-size: 15px;
  color: white;
  background: rgba(0, 0, 0, 0.5);
  border: none;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  cursor: pointer;
  text-align: center;
  line-height: 32px;
  z-index: 999;
  font-weight: bold;
  }

  .list a{
  color: white;
  text-decoration: none;
  }

  /* ------------------------------------------------- 1024 Responsive ----------------------------------------------------------- */
  @media screen and (max-width: 1024px) {
  html,
  body {
    overflow-x: hidden;
  }

  /* --- Logo --- */
  .fixed-logo {
    position: static;
    margin: 10px auto 0 auto;
    display: flex;
    justify-content: center;
    max-width: 140px;
  }

  .fixed-logo img {
    height: 50px;
    width: auto;
  }

  /* --- Navigation bar --- */
  .navbar {
    position: static;
    top: 0;
    width: 100%;
    margin-top: 0;
    padding: 10px 20px;
    z-index: 1002;
  }

  .nav-list {
    display: flex;
    flex-direction: row;
    gap: 40px;
    margin-left: 0 !important;
    padding-left: 70px;
  }

  .nav-item {
    font-size: 15px;
    padding: 10px 0;
    text-align: center;
  }

  .nav-item a {
    font-size: 15px;
    color: rgb(34 34 59);
    text-decoration: none;
  }

  .arrow {
    /* arrows in navigation bar */
    font-size: 10px;
    margin-left: 4px;
  }


  /* Panel */
  .panel {
    width: 100%;
    /* overflow-x: hidden; */
    padding: 20px;
  }

  .panel-content {
    margin: 200px auto 0 30px;
    font-size: 20px;
  }

  .list {
    display: flex;
    flex-direction: column;
    padding: 70px 0 0 280px;
  }


  .list li {
    list-style-type: none;
    font-size: 16px;
    line-height: 20px;
    color: white;
    display: flex;
    width: 200px;
    font-weight: 600;
    margin-bottom: 10px;
    font-family: 'outfit',sans-serif;
  }

  .arrow-container {
    margin: 0;
  }

  .arrow1 {
    font-size: 12px;
    border: solid white;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-45deg);
    cursor: pointer;
    margin-left: 10px;
  }

  .submenu {
    list-style-type: none;
    display: none;
    /* Hide submenu by default */
    position: absolute;
    left: 40px;
    background-color: none;
    z-index: 1;
    margin-top: -22px;
  }

  .submenu li {
    padding: 8px 12px;
    line-height: 1;
    margin-left: 20px;
    width: auto;
    padding: 0;
    margin: 0;
  }

  .submenu a {
    text-decoration: none;
    display: block;
    line-height: 1;
    padding: 5px;
  }

  /* Product section card slider */
  #panel2 .panel-content {
    margin-top: 215px;
  }

  .slider-wrapper {
    display: flex;
    /* align-items: center; */
    /* justify-content: center; */
    gap: 10px; /* space between arrow and slider */
    width: auto;
    margin: 0;
    padding: 0;
    padding-left: 50px;
  }

  .arrownav {
    position: static;
    /* remove absolute positioning */
    transform: none;
    padding: 8px 12px;
    font-size: 20px;
    color: #ccc;
    cursor: pointer;
  }

  .slider1 {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    gap: 15px;
    padding: 10px 0;
    width: 100%;
    max-width: 450px;
  }

  .slider1::-webkit-scrollbar {
    display: none;
  }

  .card {
    width: 120px;
    height: 180px;
    flex-shrink: 0;
    text-align: center;
  }

  .card img {
    height: 130px;
    object-fit: cover;
    border-radius: 8px;
  }

  .list button {
    margin-left: 200px;
  } 
  }

  @media (min-width: 1025px) {
  .navbar.active .nav-item a {
    color: #fff !important;
  }
  }

  /* ------------------------------------------------- 786 mobile view ----------------------------------------------------------- */
  @media (max-width: 786px) {
  .submenu a {
    color: #222;
  }

  .navbar.active .nav-item a {
    color: rgb(34 34 59);
  }

  /* General Body Styling */
  body {
    font-family: 'Outfit', sans-serif;
    background-color: #f1f1f1;
  }

  .arrow-container {
    position: unset;
  }

  /* Header Styling */
  header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    background-color: #ffffff;
  }

  /* Fixed Logo */
  .fixed-logo {
    position: absolute;
    left: 0px;
  }

  .fixed-logo img {
    height: 40px;
    width: auto;
    display: block;
  }

  /* Menu Toggle */
  .menu-toggle {
    display: block;
    font-size: 30px;
    border: none;
    background: transparent;
    color: #2c3e50;
    cursor: pointer;
    margin-left: auto;
  }

  /* Navbar Styles */
  .navbar {
    display: none;
    position: fixed;
    top: 61px;
    left: -250px;
    width: 250px;
    height: 100vh;
    background-color: #ffffff;
    padding: 20px;
    transition: left 0.3s ease;
    font-family: 'Outfit', sans-serif;
  }

  /* Mobile Navbar */
  .navbar.open {
    display: block;
    left: 0;
  }


  /* Navbar List Styling */
  .navbar ul {
    list-style: none;
    padding: 0;
    margin: 0;
    flex-direction: column;
  }

  .nav-list {
    display: flex;
    flex-direction: column;
    gap: 10px !important;
  }

  .navbar .nav-item {
    margin-bottom: 0;
    width: 100%;
    padding: 10px;
    font-size: 14px;
    color: #222 !important;
    text-align: left; 
  }

  .panel {
    margin: 0;
  }

  /* Nav Item Hover Effects */
  .nav-item {
    padding: 1rem 2rem;
    background-color: #f0f4f8;
    color: rgb(34 34 59);
    cursor: pointer;
    border-radius: 6px;
    text-align: center;
    transition: background-color 0.3s ease;
  }

  .nav-item:hover {
    background-color: #e2e8f0;
    text-decoration: none;
  }

  /* Arrow Styles */
  .navbar.active .arrow,
  .arrow {
    border-color: #222 !important;
  }

  .arrow,
  .arrow1 {
    font-size: 12px;
    border: solid rgb(34 34 59);
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    margin-left: 10px;
    transform: rotate(-45deg);
    /* Default rotation to -45deg */
    transition: transform 0.3s ease;
  }

  .arrow1 {
    margin-right: 50px;
  }

  .arrow:hover,
  .nav-item:hover .arrow {
    transform: rotate(45deg);
  }

  /* Submenu visibility */
  .submenu {
    list-style-type: none;
    display: none;
    /* Initially hidden */
    position: absolute;
    top: 100%;
    /* Position below the arrow */
    left: 0;
    width: 250px;
    background-color: transparent;
    /* Or whatever background you prefer */
    z-index: 1;
    margin-top: 5px;
    /* Small space between the arrow and the submenu */
    
    position: relative;
    width: 100%;
    left: auto;
    top: auto;
    margin: 15px 0 0;
    margin-left: 10px !important;
  }

  .submenu.active {
    display: block;
    /* Show when 'active' class is added */
  }

  /* Arrow Rotation */
  .arrow1 {
    transition: transform 0.3s ease;
    position: absolute;
    top: 6px;
    right: 0;
    margin-right: 10px;
    /* Smooth rotation */
  }

  /* Rotate arrow to -45deg when the submenu is active */
  .arrow1.rotate {
    transform: rotate(45deg);
    /* Rotate the arrow when submenu is visible */
  }

  /* Panel styling */
  #panel1,
  #panel2 {
    display: none;
    position: relative;
    top: auto;
    left: 0;
    width: 100%;
    background-color: transparent;
    padding: 10px;
    border-radius: 5px;
    z-index: 9999;
    transition: opacity 0.3s ease-in-out;
  }

  /* Panel visibility */
  .panel.show {
    display: block;
    opacity: 1;
  }

  .panel.show .nav-list li {
    display: block;
    opacity: 1;
  }

  .panel .list {
    list-style: none;
    padding-left: 0;
  }

  .panel .list li {
    padding: 2px 0;
    font-size: 14px;
    color: #222;
    left: auto;
    display: block;
    position: relative;
    width: auto;
  }

  .slider-wrapper {
    display: flex;
    flex-direction: row;
    overflow-x: auto;
    width: 260px;
    margin-left: -60px;
  }

  .slider-wrapper::-webkit-scrollbar {
    display: none;
    /* hide scrolling line */
  }

  .slider1 {
    display: flex;
    width: max-content;
    gap: 2px;
  }

  .card:hover {
    transform: scale(1.05);
  }

  .card img {
    width: 90%;
    height: auto;
    border-radius: 5px;
  }

  .card p {
    font-size: 14px;
    color: #7f8c8d;
  }

  .list button {
    background-color: #e2e8f0;
    height: 30px;
    width: 120px;
    margin-left: 45px;
    position: relative;
    top: -20px;
    border: none;
    border-radius: 2px;
    margin: 0 auto;
    display: block;
    font-size: 12px;
    color: #222;
  }

  .list button a {
    text-decoration: none;
  }

  /* Close Button Styling */
  .close-btn {
    display: none;
  }

  /* Panel Content */
  .panel-content {
    display: none;
  }

  .arrownav {
    display: none;
  }
  }

  @media (min-width: 768px) {
  .arrow1:hover+.submenu {
    display: block;
    /* Show submenu on hover */
  }
  }

  
  /* --- Footer --- */
  .main-footer {
  background-color: #123524;
  padding: 60px 20px;
  color: #e4ece9;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  }

  .footer-container {
  flex-wrap: wrap;
  max-width: 1300px;
  margin: 0 auto;
  justify-content: space-between;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 40px;
  }

  .footer-col {
  flex: 1;
  min-width: 250px;
  }

  .logo-col img {
  max-width: 120px;
  margin-left: -50px;
  margin-top: 10px;
  }

  .logo-col p {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #e4ece9;
  margin-left: -50px;
  width: 250px;
  margin-top: 20px;
  }

  .footer-col h4 {
  font-size: 1.2rem;
  margin-bottom: 10px;
  color: #e4ece9;
  }

  .underline {
  width: 50px;
  height: 4px;
  background-color: white;
  margin: 0 0 15px 0;
  border-radius: 5px;
  }

  .footer-col p {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #e4ece9;
  margin-bottom: 10px;
  }

  .email {
  text-decoration: underline;
  font-weight: bold;
  color: #e4ece9;
  }

  .links a {
  text-decoration: none;
  color: #e4ece9;
  font-size: 0.95rem;
  }

  .links p {
  margin-bottom: 10px;
  }

  .footer-socials {
  margin-top: 15px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  }

  .footer-socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background-color: #e4ece9;
  color: #123524;
  border-radius: 50%;
  font-size: 16px;
  transition: all 0.3s ease;
  text-decoration: none;
  }

  .footer-socials a:hover {
  background-color: #123524;
  color: #e4ece9;
  border: 1px solid #e4ece9;
  }

  @media (max-width: 1024px) {

  .footer-container {
    gap: 10px;
  }

  .logo-col p {
    margin-left: 0;
    width: 210px;
  }

  .logo-col img {
    margin-left: 0;
  }
    
  }

  @media (min-width: 768px) and (max-width: 991px) {
                .main-footer {
                    padding: 60px 20px;
                }

                .footer-container {
                    flex-direction: row;
                    gap: 10px;
                }

                .footer-col {
                    width: 100%;
                }

                .footer-col img {
                    width: 150px;
                    height: auto;
                }

                .footer-col h4 {
                    font-size: 10px;
                    margin-bottom: 10px;
                }

                .footer-col p,
                .footer-col .email {
                    font-size: 12px;
                    line-height: 1.5;
                    max-width: 200px;
                }

                .underline {
                    width: 50px;
                    height: 2px;
                    margin-bottom: 10px;
                }
            }

            @media (max-width: 480px) {
                .footer-socials a {
                width: 32px;
                height: 32px;
                font-size: 14px;
                }

                .footer-col p{
                font-size: 13px;
                }

                .footer-col h4{
                font-size: 17px;
                }

                .links a{
                font-size: 13px;
                }

                 .Quicklink {
                    margin-left: 0 !important
                }
            }
  /* ---End Footer --- */


  
