/* Header Section */
.top_container {
  font-family: 'Poppins', sans-serif;
}

.header_section {}

nav.navbar.navbar-expand-lg {}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-link {
  padding: 10px 20px;
  color: #8B4513;
  text-align: center;
  text-transform: uppercase;
}

/* Common styles for anchor tags */
a,
a:hover,
a:focus {
  text-decoration: none;
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  box-shadow: none;
}

.top_container {}

.top_container.sub_page {
  height: auto;
}

.custom_nav-container .nav_search-btn {
  background-image: url(../images/search-icon.png);
  background-size: 22px;
  background-repeat: no-repeat;
  background-position-y: 7px;
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
}

.navbar-brand,
.navbar-brand:hover {
  font-size: 22px;
  color: #000000;
  font-weight: normal;
  text-align: center;
  letter-spacing: 1px;
  font-family: 'Arial', sans-serif; /* Use a web-safe font */
  text-transform: capitalize;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
  position: relative;
  display: flex;
  align-items: center;
}

.navbar-brand img {
  width: 30px; /* Adjust the width of the image icon */
  height: auto; /* Maintain the aspect ratio */
  margin-right: 5px; /* Adjust spacing between image and text */
}

@media (min-width: 768px) {
  .navbar-brand,
  .navbar-brand:hover {
    font-size: 24px;
    text-align: left;
    margin-left: 18%;
  }
}

.custom_nav-container {
  z-index: 99999;
  padding: 15px 0;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler .navbar-toggler-icon {
  background-image: url(../images/menu.png);
  background-size: 55px;
}
