@charset "utf-8";
@import url("https://fonts.googleapis.com/css?family=Poppins:400,500,600,700,900");

html {
  scroll-behavior: smooth;
}

* {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Poppins", sans-serif !important;
  font-size: 14px;
  line-height: 23px;
  font-weight: 400;
  background: #ffffff;
  color: #1e1e27;
}

div {
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

ul {
  list-style: none;
  margin-bottom: 0px;
}

p {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  line-height: 1.7;
  font-weight: 500;
  color: #989898;
  -webkit-font-smoothing: antialiased;
  -webkit-text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
}

p a {
  display: inline;
  position: relative;
  color: inherit;
  border-bottom: none;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

a,
a:hover,
a:visited,
a:active,
a:link {
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -webkit-text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
}

p a:active {
  position: relative;
  color: #ff6347;
}

p a:hover {
  color: #4F5D2F;
  background: #A8C191;
}

p a:hover::after {
  opacity: 0.2;
}

::selection {
  background: #7a8b53;
  color: #ffffff;
}

p::selection {
  background: #A8C191;
}

h1 {
  font-size: 72px;
}

h2 {
  font-size: 40px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #282828;
  -webkit-font-smoothing: antialiased;
  -webkit-text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
}

h1::selection,
h2::selection,
h3::selection,
h4::selection,
h5::selection,
h6::selection {}

::-webkit-input-placeholder {
  font-size: 16px !important;
  font-weight: 500;
  color: #777777 !important;
}

:-moz-placeholder

/* older Firefox*/
  {
  font-size: 16px !important;
  font-weight: 500;
  color: #777777 !important;
}

::-moz-placeholder

/* Firefox 19+ */
  {
  font-size: 16px !important;
  font-weight: 500;
  color: #777777 !important;
}

:-ms-input-placeholder {
  font-size: 16px !important;
  font-weight: 500;
  color: #777777 !important;
}

::input-placeholder {
  font-size: 16px !important;
  font-weight: 500;
  color: #777777 !important;
}

.form-control {
  color: #db5246;
}

section {
  display: block;
  position: relative;
  box-sizing: border-box;
}

.clear {
  clear: both;
}

.clearfix::before,
.clearfix::after {
  content: "";
  display: table;
}

.clearfix::after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

.float_left {
  float: left;
}

.float_right {
  float: right;
}

.trans_200 {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.trans_300 {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.trans_400 {
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}

.trans_500 {
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.fill_height {
  height: 100%;
}

.super_container {
  width: 100%;
  overflow: hidden;
}

/*********************************
3. Home
*********************************/

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #ffffff;
  z-index: 8;
}

.top_nav {
  width: 100%;
  height: 50px;
  background: #4F5D2F;
  position: relative;
  /* allow absolute-centered socials */
}

.top_nav_left {
  height: 50px;
  line-height: 50px;
  font-size: 13px;
  color: #ffffff;
  text-transform: uppercase;
  left: 0px;
}

/* Centered header socials without affecting layout */
.top_nav .socials {
  position: absolute;
  top: 0;
  right: -80px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  /* requested spacing */
  margin: 0;
  padding: 0;
  z-index: 11;
  /* above background, below menus */
}

.top_nav .socials li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.top_nav .socials li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  color: #ffffff;
}

.top_nav .socials li a:hover {
  color: #bfe0a0;
  text-decoration: none;
}

.logo_container a img {
  width: 90px;
  z-index: 11;
}

.join_club_mobile {}

.join_club_mobile a {
  color: #4F5D2F;
  font-size: 14px;
  font-weight: 500;
}

.join_club a {
  color: #4F5D2F;
  font-size: 20px;
  font-weight: 500;
}

.main_nav_container .container .row .col-lg-12 {}

.join_club {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.mobile_nav {
  position: relative;
}


/*********************************
3.4 Main Navigation
*********************************/

.main_nav_container {
  width: 100%;
  height: 100px;
  background: #ffffff;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.15);
  position: relative;
}

.navbar {
  width: auto;
  height: 100px;
  position: absolute;
  top: 50%;
  left: 858px;
  transform: translateY(-44%);
  padding-left: 0px;
  padding-right: 0px;
  text-align: right;
}

.navbar_menu li {
  display: inline-block;
}

.navbar_menu li a {
  display: block;
  color: #1e1e27;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 20px;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.navbar_menu li a:hover {
  color: #9DAF7E;
  text-decoration: none;
}

.navbar_user {
  margin-left: 37px;
}

.navbar_user li {
  display: inline-block;
  text-align: center;
}

.navbar_user li a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 40px;
  height: 40px;
  color: #1e1e27;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.navbar_user li a:hover {
  color: #5A4632;
  text-decoration: none;
}

.navbar_user .search_li {
  position: relative;
}

.header_search_input {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 36px;
  width: 0;
  opacity: 0;
  pointer-events: none;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 0 12px;
  background: #fff;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
  transition: width 200ms ease, opacity 200ms ease;
  z-index: 12;
}

.navbar_user .search_li:hover .header_search_input {
  width: 220px;
  opacity: 1;
  pointer-events: auto;
}

/*********************************
3.6 Logo
*********************************/

.logo_container {
  position: absolute;
  left: -100px;
  top: 50%;
  transform: translateY(-50%);
  height: 100px;
  display: flex;
  align-items: center;
}

.logo_container a {
  font-size: 24px;
  color: #181818;
  font-weight: 600;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 10px;
}

.logo_container a span {
  color: #3B4528;
}

.logo_container a:hover {
  color: #181818;
  text-decoration: none;
}

.text-left {
  left: -95px;
}

/*********************************
3.6.1 Mobile Navigation
*********************************/

.mobile_nav {
  display: none;
  width: 100%;
  background: #ffffff;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.15);
  padding-top: 10px;
  padding-left: 15px !important;
  padding-right: 15px;
  justify-content: space-between;
  align-items: center;
}

.hamburger_container {
  flex: 0 0 auto;
  text-align: center;
  margin-right: 20px;
}

.logo_container_mobile a img {
  width: 60px;
  margin-left: 5px;
}

.cart_mobile {
  flex: 0 0 auto;
  position: relative;
}

.cart_mobile a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  color: #1e1e27;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
  background-color: #D6C7A1;
  border-radius: 50%;
}

.cart_mobile a:hover {
  color: #B5A476;
  text-decoration: none;
}

.cart_mobile .checkout_items {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -9px;
  left: 22px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #4F5D2F;
  font-size: 12px;
  color: #ffffff;
}

/*********************************
12. Footer
*********************************/
.footer {
  background-color: #2A2E2E !important;
  padding-top: 40px;
  padding-bottom: 10px;
  z-index: 9;
}

.footer .col-lg-4 {
  flex: 1;
}

.info_logo p, .Contact_info p {
  color: whitesmoke;
}

.info_logo {
  padding-left: 10px;
}

.cr {
  color: hsl(0, 0%, 90%);
}

.cr a {
  color: hsl(0, 0%, 90%);
}

.cr a:hover {
  color: #bfe0a0;
  text-decoration: none;
}

.footer_nav_container {
  display: flex;
  align-items: center;
}

.cr1 {
  padding-left: 1.6%;
}


.cr2 {
  display: flex;
  justify-content: flex-end;
  flex-direction: row !important;
  align-items: center;
  gap: 5px;
  padding-right: 2.5%;
  right: -240px;
  list-style: none;
  width: 100%;
}

.cr2 li {
  list-style: none;
}

.cr2 li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  color: hsl(0, 0%, 90%);
}

.cr2 li a:hover {
  color: #bfe0a0;
  text-decoration: none;
}


.center, .container {
  text-align: center;
  justify-content: center;
  align-items: center;
}

.center {
  padding-bottom: 30px;
}

.qLinks_header {
  color: White;
  font-size: 16px;
  font-weight: 500;
}

.qLinks ul li a {
  color: white;
  font-size: 14px;
  line-height: 2;
}

.qLinks ul li a:hover {
  color: #bfe0a0;
  text-decoration: none;
}

/* --- Mobile Header Specifics --- */
@media (max-width: 768px) {
  .mobile_nav {
    height: 70px;
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  }

  .logo_container_mobile a {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #1e1e27;
    font-weight: 700;
    font-size: 20px;
  }

  .hamburger_container i {
    font-size: 24px;
    color: #4F5D2F;
    cursor: pointer;
  }

  .top_nav {
    display: none;
  }

  .main_nav_container {
    display: none;
  }
}

/* --- Footer Socials Row --- */
.footer_socials {
  display: flex;
  justify-content: center;
  gap: 15px;
  padding: 0;
  margin-top: 15px;
  list-style: none;
}

.footer_socials li a {
  color: #fff;
  font-size: 18px;
  transition: color 0.3s;
}

.footer_socials li a:hover {
  color: #bfe0a0;
}

/* Ensure the copyright text stacks nicely on small screens */
@media (max-width: 767px) {
  .cr {
    font-size: 12px;
    line-height: 1.5;
  }
}

/* Mobile Header Bar */
@media (max-width: 768px) {
  .mobile_nav {
    background: #ffffff !important;
    z-index: 1000;
    position: relative;
    height: 80px;
    border-bottom: 1px solid #ebebeb;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
  }

  .logo_container_mobile a {
    display: flex;
    align-items: center;
    gap: 12px; /* Space between 65px logo and BPRC text */
    text-decoration: none;
  }

  .logo_container_mobile img {
    width: 65px; /* Your requested logo size */
    height: auto;
    display: block;
  }

  .mobile_brand_name {
    color: #4F5D2F; /* Your theme green */
    font-weight: 700;
    font-size: 24px; /* Proportional to the 65px logo */
    letter-spacing: 1px;
    text-transform: uppercase;
  }

  /* BIGGER HAMBURGER ICON */
  .hamburger_container {
    cursor: pointer;
    padding: 5px 10px;
    margin-right: -10px;
  }

  .hamburger_container i {
    font-size: 38px; /* Balanced with the 65px logo height */
    color: #4F5D2F; /* Your theme green */
    display: block;
    line-height: 1;
  }
}

/* Slide-out Menu Logic */
.hamburger_menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 280px;
  height: 100vh;
  background: #ffffff;
  z-index: 2000;
  padding: 30px;
  box-shadow: -5px 0 15px rgba(0, 0, 0, 0.1);
  transition: right 0.4s ease-in-out;
  display: block;
}

.hamburger_menu.active {
  right: 0 !important;
}

.hamburger_close {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 30px;
  color: #4F5D2F;
  cursor: pointer;
  padding: 10px;
}

.hamburger_menu_content {
  padding: 0;
  margin-top: 70px;
  list-style: none;
}

.hamburger_menu_content li {
  margin-bottom: 20px;
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 12px;
}

.hamburger_menu_content li a {
  color: #1e1e27 !important;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  display: block;
  text-decoration: none;
}

.hamburger_menu_content li a:hover {
  color: #4F5D2F !important;
}

/* Background Overlay */
.menu_overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1000;
  display: none;
}