@import url("https://fonts.googleapis.com/css2?family=Baloo+Da+2:wght@400..800&family=Figtree:ital,wght@0,300..900;1,300..900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  font-family: "Mtn";
}

body {
  font-family: "Mtn";
  background-color: #f2f4f6;
}

@font-face {
  font-family: "Mtn";
  src: url("./mtn.ttf") format("truetype");
  font-weight: 400;
}

.forms {
  display: flex;
  flex-direction: column;
  margin-top: 25px;
}

.forms input {
  height: 45px;
  width: 100%;
  border: 1.5px solid #ddd;
  padding-left: 3%;
}

.forms button {
  height: 45px;
  width: 100%;
  border: none;
  background-color: #E61D31;
  color: #fff;
}

.forms input:focus {
  outline: none;
}
.forms select {
  height: 45px;
  width: 100%;
  border: 1.5px solid #ddd;
  padding-left: 3%;
}

.forms select:focus {
  outline: none;
}
.forms textarea {
  height: 300px;
  width: 100%;
  border: 1.5px solid #ddd;
  padding-left: 3%;
  padding-top: 20px;
}

.forms textarea:focus {
  outline: none;
}
.logo_name {
  padding-block: 25px;
  /* border: 2px dashed #336aea; */
  text-align: center;
  margin-top: 30px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.logo_name span {
  color: #E61D31;
}
.logout {
  border: 2px solid #E61D31;
  padding: 10px 30px;
  border-radius: 50px;
  background-color: #E61D31;
  color: #fff;
  position: absolute;
  bottom: 30px;
}

.links i {
  color: #E61D31;
  padding-right: 3%;
}

.links a.active {
  color: #E61D31;
}

.sidebar {
  height: 100vh;
  background-color: #fff;
  width: 280px;
  padding: 0 30px;
  position: fixed;
  left: 0;
  top: 0;
  transform: translateX(-100%);
  transition: transform 0.8s ease-in-out;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    z-index: 850;
}

.sidebar.hidden {
  transform: translateX(0);
}

.links {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  margin-top: 35px;
  overflow-y: auto;
  height: 60vh;
  scrollbar-width: thin;
  scrollbar-color: #E61D31 #ecf0f1;
}

/* For Chrome, Edge, and Safari */
.links::-webkit-scrollbar {
  width: 8px;
}

.links::-webkit-scrollbar-track {
  background: #ecf0f1; /* Light gray track */
  border-radius: 10px; /* Rounded track */
}

.links::-webkit-scrollbar-thumb {
  background-color: #E61D31; /* Green thumb */
  border-radius: 10px; /* Rounded thumb */
  border: 2px solid #ecf0f1; /* Adds padding effect */
}

.links::-webkit-scrollbar-thumb:hover {
  background-color: #E61D31; /* Darker green on hover */
}

.links a {
  padding-block: 10px;
  color: #E61D31;
}

.dashed {
  border-top: 2px dashed #E61D31;
}

.toggle_btn {
  position: fixed;
  top: 0px;
  left: 0;
  font-size: 20px;
  cursor: pointer;
  background-color: #E61D31;
  color: #ecf0f1;
  height: 28px;
  width: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 851;

  transition: left 0.7s ease-in-out;
}
.toggle_btn.collapsed {
  left: 252px;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 30px;
}
table,
th,
td {
  border: 1px solid #ccc;
}
th,
td {
  padding: 10px;
  text-align: left;
}
th {
  background-color: #E61D31;
  color: white;
}



.navbar_all {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  background-color: #fff;
  border-radius: 50px;
  margin: 0 30%;
}
.web_links{
  padding-block: 30px;

  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  
}
.logo {
  height: 100px;
  width: 100px;
  background-image: url(../images/logo_white.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  border: 2px solid #fff;
  border-radius: 50%;
}

.nav_links {
  display: flex;
  gap: 40px;
  justify-content: center;
  align-items: center;
}

.nav_links a {
  color: #000;
}

.cart-link {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 1em;
  text-decoration: none;
}
.cart-badge {
  background-color: #cd1827;
  color: white;
  border-radius: 50%;
  padding: 2px 6px;
  font-size: 0.9em;
  margin-top: -30px;
}

.contact_us {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
}

.contact_us a {
  color: #E61D31;
}
.search-bar {
  padding: 0 40%;
  margin-block: 15px;
}

.search-bar input {
  width: 100%;
  height: 45px;
  border-radius: 30px;
  padding-left: 3%;
}
.footer_all {
  padding: 0 3%;
  margin-top: 50px;

  background-color: #333333;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
  padding-block: 50px;
  color: #fff;
}


.ft_tag {
  display: flex;
  flex-direction: column;
}
.ft_tag a {
  padding-top: 20px;
  color: #fff;
}
.ft_tag a:hover {
  font-weight: 600;
}

.quick_links h4 {
  text-align: center;
}
.map iframe {
  width: 100%;
  height: 100px;
}
.line {
  border-bottom: 2px solid #ddd;
  margin-block: 15px;
}

#mobile-button {
  display: none;
}
.mobile_links {
  position: fixed;
  top: 100px;
  width: 50%;
  right: 0;
  background-color: #f8f8f8;
  box-shadow: -2px 0 5px rgba(0, 0, 0, 0.2);
  overflow-y: auto;
  padding: 0 3%;
  padding-block: 40px;
  transform: translateX(100%);
  transition: transform 0.8s ease-in-out; /* Updated duration */
  display: flex;
  flex-direction: column;
  z-index: 999; /* Stays below the search bar */
}
.cart {
  display: none;
}

.header_banner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #E61D31;
  padding: 0 8%;
  padding-block: 5px;
}
.header_banner p{
  color: #fff;
}
.header_banner .social_media a {
  font-size: 15px;
}

.banner_links {
  display: flex;
  gap: 15px;
  color: #fff;
}
.banner_links a {
  color: #fff;
}
.nav_all {
  position: sticky;
  top: 0;
  z-index: 900;
  width: 100%;
}









.forms a{
  color: #E61D31;
  text-align: center;
  display: flex;
  gap: 15px;
  /* border: 2px solid red; */
  margin: 0 auto;
}

.forms i{
  color: #E61D31;
}




@media only screen and (max-width: 1110px) {

 
}

@media only screen and (max-width: 927px) {
  .navbar_all {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    background-color: #fff;
    border-radius: 50px;
    margin: 0 20%;
    /* position: absolute;
    bottom: 50px; */

  }
}
@media only screen and (max-width: 910px) {
  #mobile-button {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    border: none;
    font-size: 22px;
    cursor: pointer;
  }
 
  .contact_us {
    display: none;
  }

  .mobile_links {
    position: fixed;
    top: 151px;
    width: 50%;
    right: 0;
    background-color: #f8f8f8;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.2);
    overflow-y: auto;
    padding: 0 3%;
    padding-top: 15px;
    padding-bottom: 40px;
    transform: translateX(100%);
    transition: transform 0.8s ease-in-out; /* Updated duration */
    display: flex;
    flex-direction: column;
    z-index: 999; /* Stays below the search bar */
  }

  .mobile_links.active {
    transform: translateX(0);
  }

  .mobile_links a {
    padding-top: 15px;
    color: #E61D31;
  }
  .search-bar {
    position: fixed;
    top: 250px; /* Adjust to match the header or desi#E61D31 position */
    left: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    padding: 10px;
    z-index: 1000; /* Ensures it stays above mobile_links */
  }
  .close-search-bar {
    position: fixed;
    text-align: right;
    width: 100%;
  }
  .cart {
    display: flex;
  }
  .cart a {
    color: #E61D31;
  }
  .footer_all {
    display: flex;
    flex-direction: column;
  }

  .banner_links a {
    color: #fff;
    /* font-size: 12px; */
  }
}


@media only screen and (max-width: 600px) {
  .navbar_all {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    background-color: #fff;
    border-radius: 50px;
    margin: 0 10%;
    /* position: absolute;
    bottom: 50px; */

  }
}

@media only screen and (max-width: 425px) {
  .navbar_all {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    background-color: #fff;
    border-radius: 50px;
    margin: 0 5%;
    /* position: absolute;
    bottom: 50px; */

  }
}

@media only screen and (max-width: 379px) {
  .navbar_all {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    background-color: #fff;
    border-radius: 50px;
    margin: 0 2%;
    /* position: absolute;
    bottom: 50px; */
font-size: 15px;
  }
}