
    .slider-for .slick-slide {
  display: flex !important;
  justify-content: center;
  align-items: center;
}

      .slick-prev:before,
        .slick-next:before {
            color: black;
            font-size: 30px;
        }
        .slick-prev {
  left: -16px;
  z-index: 10;
}
.slick-next {
  right: -6px;
  z-index: 11;
}
     .slider-nav .slick-slide img {
    height: 100px;
    object-fit: cover;
    border: 2px solid transparent;
    border-radius: 5px;
    cursor: pointer;
  }

.slick-current-custom img {
  border: 3px solid #171d23;
  border-radius: 8px;
  box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}

.slider-nav .slick-current .thumbnail{
  border: 2px solid #ddd !important;
  /* border-top: 2px solid #ddd; */
  border-radius: 30px;
  z-index: 11;
}

#customheader{
    padding-top: 60px;
    padding-bottom: 0 !important;
}
#customheader h1{
    font-size: 48px;
    letter-spacing: -1px;
    margin-bottom: 0
}

.accordion-section-content {

display: none; 

}



.accordion-section-content.active {

display: block;

}



.no-padding {

padding: 0px 0 100px  0 !important;

}

#subheader {

padding: 160px 0 25px 0 !important; 



}





.tablestyle thead {

background-color: #002b5b; 

color: white;



}



.tablestyle th {

padding: 12px;

font-size: 18px;

}



.tablestyle td {

padding: 10px;



}



.spec-text {

color: #0a2540;

font-family: Manrope, Helvetica, Arial, sans-serif;

font-weight: 500;

margin-bottom: 5px;

text-align: center;

}

.carousel-control-prev,

.carousel-control-next {

    width: 40px;

    height: 40px;

    background-color: #0a2540; 

    border-radius: 70%;

    top: 50%;

    transform: translateY(-50%);

}



.carousel-control-prev {

    left: 5px;

}



.carousel-control-next {

    right: 5px;

}

.thumbnail-button.active {
            border: 3px solid #0a2540;
        }


 .cheu{font-size: 2.5em;}
    .main-class {
      display: flex;
      justify-content: center;
      align-items: center;
      /* height: 100vh; */
      margin: 0;
    }

    .container1 {
      position: relative;
      width: 800px; 
      margin: auto;
    }

    .main-image {
      width: 100%;
      display: block;
    }

    .hotspot {
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: rgba(255, 0, 0, 0.5);
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.3s, transform 0.3s;
  z-index: 1; /* Ensure it stays above the pulse */
}

.hotspot::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  border: 2px solid rgba(255, 0, 0, 0.7);
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  animation: pulse 1.5s infinite;
  z-index: -1; /* Behind the actual hotspot */
}

@keyframes pulse {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.5);
    opacity: 0;
  }
}


    .hotspot:hover {
      background-color: rgba(255, 0, 0, 0.8);
      transform: scale(1.2);
    }
  .hotspot .preview {
  display: none;
  position: absolute;
  top: -200px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  border-radius: 20px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}

    .hotspot:hover .preview {
      display: block;
    }

    .hotspot .preview img {
      width: 100%;
      height: auto;
      border-radius: 50%; 
      object-fit: cover;
      display: block;
    }


.hotspot:hover .preview {
  display: block;
}

.preview-card {
  width: 220px;
  background: white;
  border-radius: 16px;
/* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08); */
  overflow: hidden;
  text-align: center;
  padding: 10px;
  border: 1px solid #e0e0e0;
}

.preview-card img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.preview-card:hover img {
  transform: scale(1.05);
}

.product-name {
  font-size: 14px;
  font-weight: 600;
  color: #333;
  margin-top: 8px;
  padding: 0 8px;
  line-height: 1; 
}
    .modal {
      position: fixed;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      background: white;
      padding: 20px;
      width:35%;
          /* max-width: 500px; */
      max-height:360px;
      border-radius: 10px;
      box-shadow: 0 0 10px rgba(0,0,0,0.3);
      display: none;
      z-index: 1000;
        overflow: hidden;
    }

    .modal img {
     width: 100%;  
  height: 220px;
  max-height: 80vh;  
  object-fit: contain;
  border-radius: 8px;
    }

    .modal h3 {
      margin: 10px 0 5px;
      text-align: center;
    }

    .modal-overlay {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: rgba(0,0,0,0.5);
      display: none;
      z-index: 999;
    }

    .close-btn {
      float: right;
      cursor: pointer;
      font-weight: bold;
      font-size: 25px;
    }  
    @media (max-width: 600px) {
  .modal {
    padding: 5vw;
    width: 95vw;
    max-width: 95vw;
  }
 .hotspot:hover .preview {
  display: none;
 }
  .modal h3 {
    font-size: 1.2rem;
  }

  .modal p {
    font-size: 1rem;
  }

  .modal img {
    max-height: 35vh;
  }
   .close-btn {
     
      font-size: 30px;
    }
    
}



