.navbar-brand span {
  font-weight: bold;
  font-size: 1.2rem;
}
.navbar li a img{
	opacity: 0.6;
	border-radius: 50%;
}
nav a img {
	border-radius: 50%;
	opacity: 0.6;
	margin-left: 15px;
}
.navbar li{
	margin-left: 15px;
}

.footer {
  font-size: 0.95rem;
  line-height: 1.6;
}

.footer h5 {
  font-weight: bold;
  margin-bottom: 10px;
}

.footer a {
  color: #ccc;
  text-decoration: none;
}

.footer a:hover {
  color: #fff;
  text-decoration: underline;
}

.footer .fa-lg {
  transition: color 0.3s;
}

.footer .fa-lg:hover {
  color: #0d6efd;
}


.product-detail {
  padding: 40px 15px;
}

.product-info h2 {
  font-size: 2rem;
  margin-bottom: 20px;
  color: #003366;
}

.product-specs {
  list-style: none;
  padding-left: 0;
}

.product-specs li {
  padding: 8px 0;
  border-bottom: 1px solid #ddd;
  font-size: 1rem;
}

.btn-primary {
  background-color: #003366;
  border: none;
  padding: 10px 25px;
  font-size: 1rem;
  border-radius: 5px;
}

.btn-primary:hover {
  background-color: #0055aa;
}

/* Main image styling */
.main-image img {
  width: 100%;
  height: auto;
  object-fit: contain;
  border: 1px solid #ccc;
}

/* Thumbnail slider */
.thumbnail-slider {
  overflow-x: auto;
}

.thumb-img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  cursor: pointer;
  border: 2px solid transparent;
  border-radius: 5px;
  transition: border 0.2s;
}

.thumb-img.active,
.thumb-img:hover {
  border: 2px solid #007bff;
}

/* Video */
.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.specs-table {
  margin-top: 20px;
  font-size: 1rem;
  background-color: #fff;
}

.specs-table th {
  background-color: #f0f0f0;
  width: 35%;
  color: #003366;
}

.specs-table td {
  color: #333;
}
.spec-image-container {
  text-align: center;
  margin-top: 20px;
}

.spec-image-container img {
  max-width: 100%;
  height: auto;
  border: 1px solid #ccc;
}
