/*----------------------------------------------------------------------
    Project:        Website Binamitra
    Version:        1.0
    Author:         Bryan Handoyo Soebekti
    Primary use:    Corporate
    Email:          
-----------------------------------------------------------------------*/

.content-mn {
  padding-top: 5px;
  padding-bottom: 30px;
}

body {
  background-color: #fff;
  font-family: "Helvetica Neue", Arial, sans-serif;
}

.products-container {
  margin-top: 50px;
}

h6 {
  margin-top: 5px;
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 20px;
  font-family: "Helvetica Neue", Arial, sans-serif;
  color: #3b3a3a;
}

p {
  font-size: 15px;
  font-weight: 400;
  font-family: "Helvetica Neue", Arial, sans-serif;
  color: #3b3a3a;
  line-height: 1.4;
  margin-bottom: 15px;
}

li{
  font-size: 15px;
  font-weight: 500;
  font-family: "Helvetica Neue", Arial, sans-serif;
  color: #3b3a3a;
}

.m10 {
  margin-right: 10px;
}

/* FINAL OVERRIDE: ensure solid header text and icon colors apply */
header.header.navbar-fixed-top.solid-header,
.header.navbar-fixed-top.solid-header {
  background: #fff !important;
  border-bottom: 1px solid #f0f0f0 !important;
}

/* Make all nav text dark on solid header */
header.header.solid-header .nav-item-child,
header.header.solid-header .navbar-nav > li > a {
  color: #333 !important;
}

/* Hover + Active states use brand color */
header.header.solid-header .nav-item-child:hover,
header.header.solid-header .navbar-nav > li > a:hover,
header.header.solid-header .nav-item-child.active {
  color: #17bed2 !important;
}

/* Force hamburger lines dark */
header.header.solid-header .navbar-toggle .toggle-icon,
header.header.solid-header .navbar-toggle .toggle-icon:before,
header.header.solid-header .navbar-toggle .toggle-icon:after {
  background: #333 !important;
}

/* Force logo swap (use dark version on white background) */
header.header.solid-header .logo-img-main {
  display: none !important;
}
header.header.solid-header .logo-img-active {
  display: inline-block !important;
}

/* Remove transparent border from the navbar */
header.header.solid-header .navbar {
  border-bottom-color: #f0f0f0 !important;
}


/* --- FILTER BAR --- */
.brand-filter {
  text-align: center;
  margin-bottom: 40px;
}

.brand-filter button {
  background-color: white;
  border: 2px solid #17bed2;
  color: #17bed2;
  font-weight: 600;
  text-transform: uppercase;
  padding: 10px 20px;
  margin: 5px;
  border-radius: 50px;
  transition: all 0.3s;
  cursor: pointer;
}

.brand-filter button:hover,
.brand-filter button.active {
  background-color: #17bed2;
  color: white;
}

#searchInput,
#brandFilter {
  border-radius: 5px;
  padding: 8px 10px;
}

#searchInput:focus,
#brandFilter:focus {
  border-color: #17bed2;
  box-shadow: 0 0 4px rgba(0, 155, 151, 0.3);
  outline: none;
}

.products-container h2 {
  font-weight: 700;
  margin-bottom: 10px;
}

.products-container p {
  color: #777;
  margin-bottom: 25px;
}

/* Center and align the search bar + dropdown */
.search-filter-bar {
  display: flex;
  justify-content: center; /* Centers horizontally */
  align-items: center;
  gap: 15px; /* Space between input and dropdown */
  margin-bottom: 40px;
  flex-wrap: wrap; /* Keeps it responsive */
}

/* Input and dropdown styling */
.search-filter-bar .form-control {
  border-radius: 8px;
  padding: 10px 14px;
  font-size: 15px;
  border: 1px solid #ddd;
  background-color: #fff;
  transition: border-color 0.2s;
}

.search-filter-bar .form-control:focus {
  border-color: #009b97; /* accent color */
  outline: none;
}

.search-input {
  width: 280px;
}

.brand-select {
  width: 180px;
}

.type-select {
  width: 180px;
}

/* --- PRODUCT CARDS --- */
.product-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.08);
  overflow: hidden;
  transition: transform 0.3s, box-shadow 0.3s;
  text-align: center;
  height: 100%;
  margin-bottom: 40px; /* added spacing between rows */
}

.product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 15px rgba(0,0,0,0.1);
}

.product-card img {
  width: 100%;
  height: auto; /* let height adjust naturally */
  object-fit: contain; /* show full image without cropping */
  background-color: #fff; /* optional clean background */
}

.product-image-wrapper {
  width: 100%;
  height: 220px; /* you can tweak this for your layout */
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff; /* clean neutral background */
  overflow: hidden;
  border-bottom: 1px solid #eee; /* optional subtle line */
}

.product-image-wrapper img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain; /* ensures full image visible */
}

.product-info {
  padding: 20px;
}

.product-info h4 {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 8px;
  color: #333;
}

.product-info p {
  font-size: 1.2rem;
  color: #666;
}

.product-info span {
  font-size: 1.2rem;
  text-transform: uppercase;
  color: #17bed2;
  font-weight: 600;
}

@media (max-width: 768px) {
  .product-card img { height: 180px; }
}

@media (max-width: 768px) {
  .search-input, .brand-select, .type-select {
    width: 100%;
  }
}

/*--------------------------------------------------
    [TABS]
----------------------------------------------------*/

@import 'https://fonts.googleapis.com/css?family=Montserrat:400,700|Raleway:300,400';
/* colors */
/* tab setting */
/* breakpoints */
/* selectors relative to radio inputs */
html {
  width: 100%;
  height: 100%;
}

body {
  background: #fff;
  color: #3b3a3a;
  font-family: "Helvetica Neue", Arial, sans-serif;
  height: 100%;
}
body h1 {
  text-align: center;
  color: #17bed2;
  font-weight: 300;
  padding: 40px 0 20px 0;
  margin: 0;
}

.tabs {
  left: 50%;
  transform: translateX(-50%);
  position: relative;
  background: white;
  padding: 50px;
  padding-bottom: 80px;
  width: 100%;
  height: 100%;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  border-radius: 5px;
  min-width: 240px;
}
.tabs input[name=tab-control] {
  display: none;
}
.tabs .content section h2,
.tabs ul li label {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-weight: bold;
  font-size: 18px;
  color: #17bed2;
}
.tabs ul {
  list-style-type: none;
  padding-left: 0;
  display: flex;
  flex-direction: row;
  margin-bottom: 10px;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
}
.tabs ul li {
  box-sizing: border-box;
  flex: 1;
  width: 25%;
  padding: 0 10px;
  text-align: center;
}
.tabs ul li label {
  transition: all 0.3s ease-in-out;
  color: #929daf;
  padding: 5px auto;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  white-space: nowrap;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.tabs ul li label br {
  display: none;
}
.tabs ul li label svg {
  fill: #929daf;
  height: 1.2em;
  vertical-align: bottom;
  margin-right: 0.2em;
  transition: all 0.2s ease-in-out;
}
.tabs ul li label:hover, .tabs ul li label:focus, .tabs ul li label:active {
  outline: 0;
  color: #bec5cf;
}
.tabs ul li label:hover svg, .tabs ul li label:focus svg, .tabs ul li label:active svg {
  fill: #bec5cf;
}
.tabs .slider {
  position: relative;
  width: 25%;
  transition: all 0.33s cubic-bezier(0.38, 0.8, 0.32, 1.07);
}
.tabs .slider .indicator {
  position: relative;
  width: 50px;
  max-width: 100%;
  margin: 0 auto;
  height: 4px;
  background: #17bed2;
  border-radius: 1px;
}
.tabs .content {
  margin-top: 30px;
}
.tabs .content section {
  display: none;
  -webkit-animation-name: content;
          animation-name: content;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  line-height: 1.4;
}
.tabs .content section h2 {
  color: #17bed2;
  display: none;
}
.tabs .content section h2::after {
  content: "";
  position: relative;
  display: block;
  width: 30px;
  height: 3px;
  background: #17bed2;
  margin-top: 5px;
  left: 1px;
}
.tabs input[name=tab-control]:nth-of-type(1):checked ~ ul > li:nth-child(1) > label {
  cursor: default;
  color: #17bed2;
}
.tabs input[name=tab-control]:nth-of-type(1):checked ~ ul > li:nth-child(1) > label svg {
  fill: #17bed2;
}
@media (max-width: 600px) {
  .tabs input[name=tab-control]:nth-of-type(1):checked ~ ul > li:nth-child(1) > label {
    background: rgba(0, 0, 0, 0.08);
  }
}
.tabs input[name=tab-control]:nth-of-type(1):checked ~ .slider {
  transform: translateX(0%);
}
.tabs input[name=tab-control]:nth-of-type(1):checked ~ .content > section:nth-child(1) {
  display: block;
}
.tabs input[name=tab-control]:nth-of-type(2):checked ~ ul > li:nth-child(2) > label {
  cursor: default;
  color: #17bed2;
}
.tabs input[name=tab-control]:nth-of-type(2):checked ~ ul > li:nth-child(2) > label svg {
  fill: #17bed2;
}
@media (max-width: 600px) {
  .tabs input[name=tab-control]:nth-of-type(2):checked ~ ul > li:nth-child(2) > label {
    background: rgba(0, 0, 0, 0.08);
  }
}
.tabs input[name=tab-control]:nth-of-type(2):checked ~ .slider {
  transform: translateX(100%);
}
.tabs input[name=tab-control]:nth-of-type(2):checked ~ .content > section:nth-child(2) {
  display: block;
}
.tabs input[name=tab-control]:nth-of-type(3):checked ~ ul > li:nth-child(3) > label {
  cursor: default;
  color: #17bed2;
}
.tabs input[name=tab-control]:nth-of-type(3):checked ~ ul > li:nth-child(3) > label svg {
  fill: #17bed2;
}
@media (max-width: 600px) {
  .tabs input[name=tab-control]:nth-of-type(3):checked ~ ul > li:nth-child(3) > label {
    background: rgba(0, 0, 0, 0.08);
  }
}
.tabs input[name=tab-control]:nth-of-type(3):checked ~ .slider {
  transform: translateX(200%);
}
.tabs input[name=tab-control]:nth-of-type(3):checked ~ .content > section:nth-child(3) {
  display: block;
}
.tabs input[name=tab-control]:nth-of-type(4):checked ~ ul > li:nth-child(4) > label {
  cursor: default;
  color: #17bed2;
}
.tabs input[name=tab-control]:nth-of-type(4):checked ~ ul > li:nth-child(4) > label svg {
  fill: #17bed2;
}
@media (max-width: 600px) {
  .tabs input[name=tab-control]:nth-of-type(4):checked ~ ul > li:nth-child(4) > label {
    background: rgba(0, 0, 0, 0.08);
  }
}
.tabs input[name=tab-control]:nth-of-type(4):checked ~ .slider {
  transform: translateX(300%);
}
.tabs input[name=tab-control]:nth-of-type(4):checked ~ .content > section:nth-child(4) {
  display: block;
}
@-webkit-keyframes content {
  from {
    opacity: 0;
    transform: translateY(5%);
  }
  to {
    opacity: 1;
    transform: translateY(0%);
  }
}
@keyframes content {
  from {
    opacity: 0;
    transform: translateY(5%);
  }
  to {
    opacity: 1;
    transform: translateY(0%);
  }
}
@media (max-width: 1000px) {
  .tabs ul li label {
    white-space: initial;
  }
  .tabs ul li label br {
    display: initial;
  }
  .tabs ul li label svg {
    height: 1.5em;
  }
}
@media (max-width: 600px) {
  .tabs ul li label {
    padding: 5px;
    border-radius: 5px;
  }
  .tabs ul li label span {
    display: none;
  }
  .tabs .slider {
    display: none;
  }
  .tabs .content {
    margin-top: 20px;
  }
  .tabs .content section h2 {
    display: block;
  }
}

/* --- EXTRA LIST CONTAINER --- */
.extra-list-container {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 24px 32px;
  margin-bottom: 32px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
  max-width: 500px;
}

.extra-list-container h4 {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 22px;
  color: #17bed2;
}

.extra-list-container ul {
  padding-left: 20px;
}

.extra-list-container li {
  font-size: 16px;
  margin-bottom: 8px;
}