/* Product Details Css Start */
.gallery-container {
  width: 100%;
  max-width: 680px;
  max-height: 456px;
}

/* Maintain 3:2 ratio (880x590 approx) */
.main {
  position: relative;
  width: 100%;
  aspect-ratio: 680 / 456;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
}

.swiper-wrapper .swiper-slide-visible {
  max-width: 150px !important;
}

.swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  cursor: pointer;
}

/* Thumbnails */
.thumbs {
  margin-top: 15px;
}

.thumbs .swiper-slide {
  width: 25%;
  height: 80px;
  opacity: 0.6;
  cursor: pointer;
  border: 2px solid transparent;
  border-radius: 10px;
  transition: border-color 0.3s ease, opacity 0.3s ease;
}

.thumbs .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.thumbs .swiper-slide:hover {
  border-color: #fab600;
  opacity: 1;
}

.thumbs .swiper-slide-thumb-active {
  opacity: 1;
  border: 2px solid #fab600;
}

.ginner-container{
  width: 95vw !important;
  height: 95vh !important;
  max-width: 95vw !important;
  max-height: 95vh !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}


.container-btn-360{
  float: left;
  margin-right: 20px;
}

container-btn-360:last-of-type{
}

.swiper-slide iframe{
  width: 1000px;
  height: 1000px;
  max-width: 680px;
  max-height: 456px;
}

/* Custom button style */
.btn-360-view {
  background-color: #FAB600;
  border: 0.5px solid #707070;
  height: 30px;
  max-width: 250px;
  color: #000000;
  text-align: center;
  line-height: 30px;
  padding: 0 15px;
  border-radius: 0;
}

.btn-360-view:hover{
  background-color: #FAB600;
  border: 0.5px solid #FAB600;
}

.product-download-section{
  padding: 100px 0 0 0;
}

.product-download-section h2{
  margin-bottom: 20px;
}

ul.related-docs-list li{
  margin: 10px 0;
}

ul.related-docs-list li a{
  display: inline-block;
  margin: 0 0 0 25px;  
  transition: all 0.2s ease;  
  position: relative;
  min-width: 100px;
  padding-left: 20px;
}

ul.related-docs-list li a:hover{
    color: #FAB600; 
}

.icon {
  cursor: pointer;  /* Make icons clickable */
  transition: transform 0.2s ease;  
  margin-right: 10px;  
  position: absolute;
  left: -10px;
  top: -1px;
}

/* Custom modal size */
.modal-dialog.custom-modal {
  width: 100%;
  max-width: 1200px;
  margin: 1.75rem auto; /* Center the modal vertically with some spacing */
}

/* Optional: make modal body scrollable if content overflows */
.modal-body {
  overflow-y: auto;
}

section.view360{
  display: flex;
  width: 90%;
  min-height: 400px;  
  max-height: 700px;
  align-items: center;
  justify-content: center;
  margin: 0px auto;
  border: 0;
}

section.view360 iframe{
  border: 0;
  max-height: 600px !important;
}

.modal-body-video{
  height: 500px;
}

.modal-body-video iframe{
  width: 98%;
  height: 98%;
  margin-left: auto;
  margin-right: auto;
}

.container-share-btn{
  margin-top: 25px;
}

.container-share-btn img{
  width: 32px;
  height: 32px;
  margin-left: 20px;
}

.product-details-img{
  display: flex;
  align-items: start;
  justify-content: center;
}

@media (max-width: 600px) {
  .thumbs .swiper-slide {
    height: 60px;
  }
}
