/* Shared */
.button {
  border-radius: 100px;
}

/* Footer */
.footer {
  border-top: 1px solid #eee;
  background-color: #375A5B;
  background-size: cover;
  color: #fff;
  padding: 3rem 0;
}

.footer-brand {
  color: #F5C138;
  margin-bottom: 0.8rem;
}

.footer-row {
  display: flex;
  align-items: stretch;
}

.footer-row > .column {
  float: none;
}

.footer-col-bottom {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.footer-tagline {
  font-size: 1.3rem;
  font-style: italic;
  opacity: 0.65;
  margin-bottom: 0.8rem;
}

.profile-img {
	width: 200px;
}

.footer iframe {
  border-radius: 100px;
}

.footer-link {
  color: #fff !important;
  text-decoration: underline;
}

/* Override Skeleton CSS .button-primary styles */
.button-primary {
  background-color: #0a7c6f !important; /* Change this to your preferred color */
  border-color: #0a7c6f !important;     /* Optional: Change border color if needed */
  color: white !important;              /* Optional: Ensure text color is readable */
}

/* Optional: Change hover effect */
.button-primary:hover {
  background-color: #09675c !important; /* Slightly darker shade for hover effect */
  border-color: #09675c !important;
}

.hidden {
  display: none !important;
}

.menu .button {
  text-align: left;
  float: left;
  width: 80%;
}

/* Header */
.header {
  display: flex;
  justify-content: space-between;
  overflow-y: visible;
  height: 6.7rem;
}

.logo {
  margin-right: 1rem;
}

.logo img {
  width: 100px;
}

/* Sections */
.section {
  padding: 8rem 0 7rem;
  text-align: center;
}

.section-heading,
.section-description {
  margin-bottom: 1.2rem;
}

/* Bigger than 750 */
@media (min-width: 750px) {

  .section-description {
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
  }

}

.focus {
  background:linear-gradient(0deg, rgba(10, 124, 111, 0.3), rgba(10, 124, 111, 0.3)), url('../images/header.png');
  background-size: cover;
  background-position: center;
  min-height: 350px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 6rem 0;
}

.focus-hero {
  text-align: center;
}

.focus-eyebrow {
  font-size: 1.2rem;
  text-transform: uppercase;
  letter-spacing: 0.35rem;
  opacity: 0.7;
  margin-bottom: 0.8rem;
}

.focus-title {
  font-size: 6rem;
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: 0.05rem;
  margin-bottom: 1.2rem;
  color: #fff;
}

.focus-title span {
  color: #F5C138;
}

.focus-subtitle {
  font-size: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 0.3rem;
  opacity: 0.75;
  margin-bottom: 0;
}

@media (max-width: 750px) {
  .focus-title {
    font-size: 3.8rem;
  }
}
/* Values */
.values {
  background-color: #375A5B;
  background-size: cover;
  background-position: center;
  color: #fff;
  padding-bottom: 5rem;
}

.value-multiplier {
  margin-bottom: .5rem;
  color: #F5C138;
}

.value-heading {
  margin-bottom: .3rem;
}

.value-description {
  opacity: .8;
  font-weight: 300;
}

/* Products */
.tabcontent {
  display: none;
}

.products-desc, .products .container h2 {
  text-align: left;
}

table {
  width: 100%;
  border-collapse: collapse;
}

th,
td {
  padding: 12px;
  text-align: left;
}

.product_intro {
  text-align: left;
}

.product_intro.mobile {
  display: none;
}

.product_intro.tablet {
  display: block;
}

.visible-xs {
  display: none;
}

@media screen and (max-width: 750px) {
  .product_intro.mobile {
    display: block;
  }

  .product_intro.tablet {
    display: none;
  }

  .tab-content table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }

  .visible-xs {
    display: block !important;
  }

  th:nth-child(3),
  td:nth-child(3),
  th:nth-child(4),
  td:nth-child(4),
  th:nth-child(5),
  td:nth-child(5) {
    display: none;
  }
}

/* Navbar */
.navbar {
  display: block;
  margin-left: 1rem;
  height: 6.5rem;
  background: #fff;
  z-index: 99;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.navbar>.container {
  width: 100%;
}

.navbar-list {
  list-style: none;
  margin-bottom: 0;
}

.navbar-item {
  position: relative;
  float: left;
  margin-bottom: 0;
  margin-left: 15px;
}

.navbar-link {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .2rem;
  margin-right: 35px;
  text-decoration: none;
  line-height: 6.5rem;
  color: #222;
}

.navbar-link.active {
  color: #33C3F0;
}

@media (max-width: 750px) {
  .navbar {
    display: none;
    position: absolute;
    top: 50px;
    left: 0;
    background-color: #f7f7f7;
    width: 200px;
    flex-direction: column;
    text-align: left;
    padding: 10px;
  }
}


/* Cart */
.cart-icon {
  position: fixed;
  top: 20px;
  right: 20px;
  cursor: pointer;
  font-size: 24px;
  color: #333;
  background-color: #f4f4f4;
  padding: 10px;
  border-radius: 50%;
  z-index: 1000;
}


#submitBtn:disabled {
  background-color: #ccc;
  cursor: not-allowed;
}



/* Asset Banner */
.asset-banner {
  display: block;
  background: linear-gradient(135deg, #0a7c6f 0%, #375A5B 100%);
  border-radius: 12px;
  padding: 2rem 2.5rem;
  margin-top: 2.5rem;
  text-decoration: none;
  color: #fff;
  box-shadow: 0 4px 20px rgba(10, 124, 111, 0.25);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.asset-banner:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 30px rgba(10, 124, 111, 0.45);
  color: #fff;
}

.asset-banner-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
}

.asset-banner-label {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  opacity: 0.7;
}

.asset-banner-title {
  margin: 0.4rem 0 0.5rem;
  color: #fff;
}

.asset-banner-title span {
  color: #F5C138;
}

.asset-banner-desc {
  margin: 0;
  opacity: 0.85;
  font-size: 1.4rem;
}

.asset-banner-cta {
  background: #F5C138;
  color: #375A5B;
  font-weight: 700;
  padding: 1rem 2rem;
  border-radius: 100px;
  white-space: nowrap;
  font-size: 1.4rem;
  flex-shrink: 0;
}

@media (max-width: 750px) {
  .asset-banner-content {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* Basic tab styling */

.tab-links {
  margin-bottom: 20px;  
  margin-right: 15px;
  padding: 10px;
  cursor: pointer;
  background-color: #f4f4f4;
  border-radius: 5px;
  display: inline-block;
}

.tab-links.active {
  background-color: #333;
  color: white;
}

/* Hide tab content initially */
.tab-content {
  display: none;
}

/* Show active tab content */
.tab-content.active {
  display: block;
}