/* 🌟 Header Wrapper */
.site-header {
  background-color: #000;
  padding: 10px 20px;
  position: sticky;/* instead of fixed */
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  display: flex;
  justify-content: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 90%;
}

/* 🌟 Logo */
.site-branding img {
  height: 60px;
}

/* 🌟 Navigation */
.primary-menu-container {
  flex-grow: 1;
  text-align: center;
  display: flex;
  justify-content: center;
}

.primary-menu-container ul {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.primary-menu-container ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  padding: 8px 12px;
}

.primary-menu-container ul li a:hover {
  color: #f39c12;
}

/* 🌟 Search */
.search-bar {
  /*max-width: 250px;*/
}

.search-bar input[type="search"] {
  width: 100%;
  padding: 6px 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
}


#primary {
    /*padding-top: 5vh;*/
    justify-content: center;
    text-align: center;
}




/* .menu{
    
    padding-top: 1%;
    padding-bottom: 1%;
    margin-left: 3%;
    margin-right: 3%;
} 


a{
    color: inherit!important; /* blue colors for links too */
    text-decoration: inherit!important; /* no underline */
}

ul{
    list-style-type: none;
	display:flex!important;
	flex-direction: row!important;
	justify-content: space-around!important; 
}


.footer-container{

    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-right: auto;
    margin-left: auto;
}

.rf-img-container{
    margin: 0 auto;
}

.Rf-corousel-button{
    padding-top: 1%;
    width:80%;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    padding-bottom:2%;
}

.rfbutton{
    width:5vw;
    background: none;
    border: none;
    color: #1e1e1e;
    width: 60%;
    margin: 0 auto;
    text-indent: 0!important;
}

.rfbutton:focus{
    opacity:1;
    font-weight: bold;
}
.active{
    background-color:blue!important;
    color:white;
}

.featurette-divider{
    color: #1e1e1e;
}
/* .drop-button{
    background-color:none;
    color:white;
} */
.carousel-caption{
    position: absolute;
    right: 67%;
    bottom: 1.25rem;
    left: 14%;
    padding-top: 1.25rem;
    padding-bottom: 14.25rem;
    color: #fff;
    text-align: left;   
}

.form-body{
    margin-top: 30px;
    padding: 0 40% 0 15%;
}



.contact-body{
    font-weight: 800;
    /* margin-top: 5vh; */
    display: flex;
    justify-content: left;
    padding:50px 50px 50px 50px;
    background-size:     cover;                      /* <------ */
    background-repeat:   no-repeat;
    background-position: center center;
    height:800px;
    background-attachment: fixed;
}

.contact-intro{
    padding: 0 20% 0 15%;
}


.col-xs-6{
    margin-top: 30px;
}



.dropdown-menu{
    background-color: #1e1e1e;
}
.carousel-indicators{
    justify-content: space-around!important;
    /* text-indent: 0px!important; doesnt work */
    
}


.indicators-containers > button{
    width: 9vw  !important;
}


.primary{
    padding:4%;
}

.menu>div>ul>li{
    padding-left: 19px;
    color: white;
}

/*article{
    padding:50px 500px;
}*/

article>img{
    float: right;
}

.alignright{
    float: right;
}

.footer-container{
    background-color:#1e1e1e
}

.detail-link-container{
    margin:50px;
}
  
.mrbutton{
    background-color: #c41d3f;
    border: 1px solid p;
    color: white;
    border-radius:5px;
}

  
  
td,tr,th,table{
    text-align: center;
}
  
.btn-rf-contain{
display:flex;
justify-content:space-around;
}

h1{
    margin-top: 12%;
    margin-bottom :50px;
}
.compliance-container{
    margin-top: 3rem;
  
    margin: 3rem auto;
    width: 50%;

}

.compliance-list{
    text-align: left;
    margin-top:6%;
    list-style-type:circle;
}

.compliance-list > li{
    margin-top:1rem;
    font-weight: bold;
}



.sub-menu {
    display: none;
}

li:hover > .sub-menu {
    display: block;
}
  
  
table {
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 0.9em;
    font-family: sans-serif;
    min-width: 400px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

td, th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}

tr:nth-child(even) {
    background-color: #dddddd;
}


ul.grid-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));  
  gap: 16px;
  padding: 0;
  list-style: none;
}

ul.grid-list li {
  background: #f4f4f4;
  padding: 16px;
  border-radius: 8px;
}


//drop down menu

.series-dropdown {
  margin-left: 20px;
}

.series-dropdown .menu-item-has-children {
  position: relative;
}

.series-dropdown .sub-menu {
  display: none;
  position: absolute;
  background: #000;
  padding: 10px;
  top: 100%;
  left: 0;
  z-index: 9999;
  min-width: 150px;
}

.series-dropdown .sub-menu li a {
  color: #fff;
  text-decoration: none;
  padding: 5px 10px;
  display: block;
}

.series-dropdown .menu-item-has-children:hover .sub-menu {
  display: block;
}



/* Grid (optional) */
.grid-list { display:grid; gap:16px; grid-template-columns:repeat(auto-fit,minmax(220px,1fr)); }
.grid-list li { list-style:none; }
.grid-list li a { display:block; text-decoration:none; color:inherit; }

/* Square image area using padding-top trick */
.product-image {
  position: relative;
  width: 100%;
  padding-top: 100%;           /* makes the box a perfect square */
  border-radius: 8px;
  background: #fff;
  border: 1px solid #e5e5e5;
  overflow: hidden;
}

/* Make the image fit without distortion */
.product-image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;         /* show entire image, no crop */
  display: block;
  background: #fff;
}

/* Simple placeholder when no image */
.product-image.no-image {
  background:
    #fff
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64' viewBox='0 0 24 24' fill='none' stroke='%23cccccc' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='3' width='18' height='18' rx='2' ry='2'/%3E%3Cpath d='M8 13l3-3 2 2 3-3 3 3'/%3E%3Ccircle cx='8.5' cy='8.5' r='1.5'/%3E%3C/svg%3E")
    center/48px 48px no-repeat;
}


.entry-header {
    margin-top: 3vh;
}

.product-detail {
    margin-top: 6vh;
	margin-bottom: 18vh;
}


/* Container */
.container {
  max-width: 1100px;
  /*margin: 0 auto;*/
  padding: 24px 16px;
}

/* Title & breadcrumbs */
#breadcrumbs { margin: 0 0 12px; font-size: 0.9rem; color: #667085; }
.product-title { margin: 8px 0 20px; line-height: 1.2; }

/* Two-column layout */
.product-main {
  display: grid;
  grid-template-columns: 1fr;          /* mobile */
  gap: 24px;
}

@media (min-width: 900px) {
  .product-main {
    grid-template-columns: 1fr 1fr;    /* image left, specs right */
    align-items: start;
    gap: 32px;
  }
}

/* Media (left) */
.product-media { display: grid; gap: 16px; }
.product-hero,
.product-hero.placeholder {
  width: 100%;
  height: 420px;                       /* consistent visual height */
  border-radius: 10px;
  border: 1px solid #e6e6e6;
  background: #fff;
  display: block;
  object-fit: contain;                 /* show full image, no crop */
}

/* Placeholder styling when no image */
.product-hero.placeholder {
  background:
    #fff
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='96' height='96' viewBox='0 0 24 24' fill='none' stroke='%23c7c7c7' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='3' width='18' height='18' rx='2' ry='2'/%3E%3Cpath d='M8 13l3-3 2 2 3-3 3 3'/%3E%3Ccircle cx='8.5' cy='8.5' r='1.5'/%3E%3C/svg%3E")
    center/72px 72px no-repeat;
}

.featured-wrap { display:none; } /* hide WP featured img by default; turn on if needed */
.featured-img  { width:100%; height:auto; border-radius:8px; }

/* Optional: content text under image */
.product-description { color:#333; line-height:1.7; }

/* Specs (right) */
.product-specs h3 { font-weight:bold; margin: 0 0 20px; }
.spec-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.spec-label { font-weight: 600; color: #0f172a; margin-right: 6px; white-space: nowrap; }
.spec-value { color: #334155; }
.spec-link { color: #0ea5e9; text-decoration: none; }
.spec-link:hover { text-decoration: underline; }

/* Purchase links (below) */
.purchase-links { margin-top: 28px; }
.purchase-links h3 { margin: 0 0 15px; }
.button-row { display:flex; gap:12px; flex-wrap:wrap; }
.btn {
  display:inline-block;
  padding: 10px 16px;
  border-radius: 8px;
  text-decoration: none;
  border: 1px solid #0f172a;
}
.btn-primary {
  background:#0f172a;
  color:#fff;
  border-color:#0f172a;
}
.btn-primary:hover { filter: brightness(1.05); }

/* Utilities */
.visually-hidden {
  position:absolute !important; clip:rect(1px,1px,1px,1px);
  padding:0; border:0; height:1px; width:1px; overflow:hidden; white-space:nowrap;
}


/* Buttons */
.button-row { display:flex; gap:12px; flex-wrap:wrap; }
.btn {
  display:inline-block;
  padding:10px 16px;
  border-radius:8px;
  text-decoration:none;
  border:1px solid #0f172a;
  background:#fff;
  color:#0f172a;
}
.btn:hover { filter:brightness(1.05); }
.btn.btn-primary {
  background:#0f172a;
  color:#fff;
  border-color:#0f172a;
}

/* Disabled state */
.btn.is-disabled,
.btn[aria-disabled="true"] {
  opacity:0.5;
  cursor:not-allowed;
  pointer-events:none; /* prevent clicks */
}

/* Spacing for the new section under purchases */
.product-resources { margin-top:16px; }
.product-resources h3 { margin: 0 0 15px; }
.product-resources p { margin-top: 15px;}




html, body {
  height: 100%;
  margin: 0;
}

.site {
  display: flex;
  flex-direction: column;
  min-height: 100vh; /* 100% of viewport height */
}

.site-content {
  flex: 1; /* take up remaining space */
}


