#containSVG {
  text-align: center;
  position: absolute;
}
div#containSVG:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50px;
  right: 0;
  bottom: 0;
  background-image: url(./common/logobg.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
  z-index: -1;
  opacity: 1;
}
#newContainSVG {
  text-align: center;
  position: absolute;
  /* right: 33%; */
  top: 0;
}
#orbitSVG {
  width: 100%;
  height: 100%;
}

#orbit1 {
  position: absolute;
  width: 100px;
  height: 100px;
  background-size: 100% 100%;
}

#infoBox {
  position: absolute;
  left: -10%;
  top: 42%;
}
.orbitTitle {
  color: #ccb16c;
}
#secondPanel {
  opacity: 0;
}
#thirdPanel {
  opacity: 0;
}

#secOrbitTitle {
  position: absolute;
  min-width: max-content;
  top: 20px;
  left: 20px;
  color: #4f301c;
  font-size: 18px;
  padding: 5px;
  display: none;
}

.orbit-content {
  position: absolute;
  right: -115%; /* Start off-screen to the right */
  top: 18%;
  transform: translateY(-50%);
  width: 60%; /* Take up half of the view */
  transition: transform 2s ease; /* Smooth slide-in */
  opacity: 0;
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  justify-content: center;
  padding: 20px;
  color: #000;
  z-index: 3;
  text-align: left;
}
.orbit-content.visible {
  transform: translateX(-75%); /* Slide in to view */
  opacity: 1;
}
.orbit-content h2 {
  color: #4f301c;
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 20px;
  text-align: left;
}
.orbit-content h3 {
  color: #ccb16c;
  font-size: 17px;
  font-weight: 500;
  padding-bottom: 10px;
  text-align: left;
  text-transform: uppercase;
}
.orbit-content p:first-of-type {
  padding-bottom: 10px;
  font-style: italic;
}
.orbit-content p {
  color: #000;
  font-size: 16px;
  font-weight: 200;
}
.orbit-content img {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
img.singleimg {
  display: block;
  width: 250px;
  margin: 20px auto;
}
img.doubleimg {
  width: 100px;
  height: auto;
  margin-top: 20px;
}
.doubleimgContainer {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 50px;
}
img.doubleimgIn {
  width: 180px;
  height: 120px;
  object-fit: cover;
  margin-top: 20px;
}
img.doubleimgIn.sec {
  margin-bottom: -40px;
  margin-left: -20px;
}
img.doubleimgIn.first {
  margin-bottom: -40px;
  margin-right: -20px;
}
.doubleimgInContainer {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
img.fourimg {
  width: 100px;
  height: 80px;
  object-fit: cover;
  margin-top: 20px;
}
img.fourimg.sec {
  margin-bottom: -40px;
  margin-left: -20px;
  margin-right: 16px;
}
.fourimgContainer {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
}
.linksContainer {
  display: flex;
  align-items: center;
  gap: 10px;
  position: absolute;
  top: 16px;
  right: 16px;
}
.hidden {
  display: none;
}

g > text {
  font-size: 35px;
  fill: white;
}

#infoBox {
  position: absolute;
  left: -33%;
  top: 43%;
  width: 400px;
}

h2#orbitTitle {
  font-family: Lato;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  text-align: right;
  color: #af8e45;
}
p#orbitDescription {
  font-family: Lato;
  font-size: 20px;
  font-weight: 400;
  line-height: 21px;
  text-align: right;
}

.masterOrbit g {
  position: relative; /* Positioning context for pseudo-elements */
}

.circle-image {
  /* Make sure the images are centered within their respective orbits */
  display: block;
}

/* Pseudo-element for circular background */
.masterOrbit g::before {
  content: "";
  position: absolute;
  width: 60px; /* Match the image width */
  height: 60px; /* Match the image height */
  background-color: #ccb16c; /* Circle color */
  border-radius: 50%; /* Make it circular */
  top: 0; /* Align with the image */
  left: 0; /* Align with the image */
  z-index: -1; /* Place behind the image */
}

.background {
  fill: #ccb16c; /* Background color */
  transition: fill 0.3s ease; /* Smooth transition for background */
}

.circle-image {
  transition: transform 0.3s ease; /* Smooth transition for images */
}

.background:hover {
  fill: #b0a85e; /* Change background color on hover */
}

.background:hover + .circle-image {
  transform: scale(1.1); /* Scale the image on hover */
}

.video-section:before {
  content: "";
  position: absolute;
  top: 100px;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(../common/logobg.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
  z-index: -1;
}

.video-section:before {
  background-position: var(--bg-position);
  transition: background-position 1s ease;
}

.white-filter {
  filter: brightness(0) invert(1) !important; /* Adjust to turn colors white */
}

.tooltip {
  position: relative;
  display: inline-block;
  text-decoration: none;
}

.tooltip .tooltip-text {
  visibility: hidden;
  width: 200px;
  background-color: #333;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  padding: 5px;
  position: absolute;
  bottom: 125%; /* Position above the icon */
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 0.3s;
  z-index: 1;
}

.tooltip:hover .tooltip-text {
  visibility: visible;
  opacity: 1;
}
