﻿
#printsection{display: none;}
.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
	background-color: #FFD700;
}
/* top-left border-radius */
table tr:first-child th:first-child {
  border-top-left-radius: 15px;
}

/* top-right border-radius */
table tr:first-child th:last-child {
  border-top-right-radius: 15px;
}
.collapsiblea {
	background-color:rgba(0,0,0,0.06);
	border-bottom:1px solid #C0C0C0;
	display:inline-block;
	color:#282828;
  cursor: pointer;
  padding: 5px;
  width: 100%;
  text-align: left;
  font-size: 20px;
}
.collapsiblea:after {
  content: '-';
  color: #A9A9A9;
  font-weight: bold;
  font-size: 18px;
  float: right;
  margin-left: 25px;
}
.collapsible1 {

	border-bottom:1px solid #C0C0C0;
	display:inline-block;
	color:#282828;
  cursor: pointer;
  padding: 5px;
  width: 100%;
  text-align: left;
  font-size: 20px;
}

.active1, .collapsible1:hover {
  background-color:#e0f7ff;
  color: #000000;
}

.collapsible1:after {
  content: '\25BC';
  color: #006794;
  font-size: 18px;
  float: right;
  margin-left: 25px;
}
.collapsible1:hover:after {
  animation: bounceArrow 0.6s infinite;
}

@keyframes bounceArrow {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(4px);
  }
}
html{
	scroll-behavior: smooth;
}
.active1:after {
  content: "\25B2";
  color: #006794;
}

.content {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  background-color: #ffffff;
}

.tooltipi {
    display:inline-block;
    position:relative;
    text-align:left;
}

.tooltipi h3 {margin:12px 0;}

.tooltipi .top {
    min-width:120px;
    max-width:210px;
    top:-20px;
    left:50%;
    transform:translate(-30%,-100%);
    padding:8px 15px;
    color:#EEEEEE;
    background-color:#444444;
    font-weight:normal;
    font-size:14px;
    border-radius:12px;
    position:absolute;
    z-index:99999999;
    box-sizing:border-box;
    box-shadow:0 1px 8px rgba(0,0,0,0.5);
    display:none;
}

.tooltipi:hover .top {
    display:block;
}

.tooltipi .top i {
    position:absolute;
    top:100%;
    left:30%;
    margin-left:-15px;
    width:30px;
    height:15px;
    overflow:hidden;
}

.tooltipi .top i::after {
    content:'';
    position:absolute;
    width:15px;
    height:15px;
    left:50%;
    transform:translate(-50%,-50%) rotate(45deg);
    background-color:#444444;
    box-shadow:0 1px 8px rgba(0,0,0,0.5);
}
.arrowd a {
  position: absolute;
  bottom: 20px;
  left: 50%;
  z-index: 2;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #000;
  font : normal 400 20px/1 'Josefin Sans', sans-serif;
  letter-spacing: .1em;
  text-decoration: none;
  transition: opacity .3s;
}
.arrowd a:hover {
  opacity: .5;
}
.cardp {
  border-radius: 15px;
  border-style: solid;
  border-color: ivory silver silver white;
padding: 5px 5px 5px 5px;
  background: rgb(255,255,255);
background: radial-gradient(circle, rgba(255,255,255,0.4) 65%, rgba(0,0,0,0.1) 88%) !important;
    color: #000;;
}
.partial-float {
  position: relative;
  left: 60%;         /* Pushes the span 75% from the left edge */
  transform: translateX(-50%); /* Centers the span at that point */
  display: inline-block;
}
.product-description {
  position: relative;
  font-size: 16px;
  line-height: 1.5;
  max-width: 700px;
  margin-bottom: 1em;
}

/* The wrapper limits how much text is visible initially */
.fade-wrapper {
  position: relative;
  overflow: hidden;
  max-height: 35em; /* adjust based on your font size — ~8–10 lines */
  margin-bottom: 10px;
  transition: max-height 0.4s ease;
}

/* The fade only covers bottom of the text area, not the button */
.fade-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10em;
  background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,1));
  pointer-events: none;
  z-index: 1;
}

/* Transparent rounded button */
.toggle-btn {
  display: inline-block;
  background: rgba(0, 0, 0, 0.05);
  color: #007bff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 999px;
  padding: 6px 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.25s ease;
}

.toggle-btn:hover {
  background: rgba(0, 0, 0, 0.15);
  color: #0056b3;
  border-color: rgba(0, 0, 0, 0.15);
}
.breadcrumb-nav {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0.25rem;
  overflow-x: auto;           /* allows horizontal scroll if really tight */
  white-space: nowrap;        /* prevent line breaks */
  scrollbar-width: none;      /* hide scrollbar (Firefox) */
}
.breadcrumb-nav::-webkit-scrollbar { display: none; } /* hide scrollbar (WebKit) */

.crumb {
  display: inline-block;
  background: #e9ecef;
  border-radius: 4px;
  padding: 4px 10px;
  font-size: 0.85rem;
  color: #000;
  text-decoration: none;
  max-width: 30vw;            /* prevent giant buttons on mobile */
  overflow: hidden;
  text-overflow: ellipsis;
}

.crumb:hover {
  background: #ced4da;
}

.current {
  background: #007bff;
  color: #fff;
}

/* separators */
.sep {
  color: #888;
  font-weight: bold;
}

/* Small screen tweak: tighter padding + smaller text */
@media (max-width: 576px) {
  .crumb {
    padding: 2px 6px;
    font-size: 0.75rem;
    max-width: 25vw;
  }
}