/* top gif iocn */
/* top gif iocn */

.icon-container {
  position: absolute;
  top: 0;
  left: 0;
}

.icon-small {
  width: 30px; /* Adjust the size as needed */
  height: auto;
  margin-right: 10px; /* Adjust spacing between icon and text */
}

.box-content {
  margin-left: 30px; /* Adjust margin to create space for the icon */
}

/* model css */
/* model css */
/* model css */
/* model css */

#model_section {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: skyblue;
  padding-top: 30px;
  width: 100%;
  height: 800px;
}

#model_container {
  position: relative;
  width: 100%;
  max-width: 900px;
  height: 500px;
  margin-top: 20px;
  /* Adjust the height of the container */
}

.thumbnails {
  display: flex;
  justify-content: center;
  margin-top: 5px;
}

.thumbnail-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 10px;
}

.thumbnail {
  width: 120px;
  /* Adjust the width as needed */
  height: 90px;
  /* Adjust the height as needed */
  cursor: pointer;
  border: 2px solid transparent;
  /* Predefined border style */
  margin-top: 20px;
}

.thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.thumbnail.active {
  border: 2px solid blue;
  /* Border style for active thumbnail */
}

.thumbnail-text {
  margin-top: 5px;
  font-size: 14px;
  text-align: center;
}

.models {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f0f0f0;
  border: 1px solid #ccc;
  position: relative;
  overflow: hidden; /* Hide overflowing content */
}

model-viewer {
  width: 100%;
  height: 100%;
}

.fullscreen-button {
  position: absolute;
  bottom: 10px;
  right: 10px;
  cursor: pointer;
  z-index: 1000;
  background: none;
  border: none;
  font-size: 24px;
  color: #000;
}

.fullscreen-button-wrapper {
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 1000;
}

.services-box-style-03 {
  height: 800px; /* Adjust the height as needed */
  display: flex;
  flex-direction: column;
}

