
.hero{
  height: 70vh;
  max-height: 800px;
  position: relative;
}

.hero::before{
  content: "";
  position: absolute ;
  top: 0;
  left: 0;
  background:#00000017;
  z-index: 2;
  width: 100%;
  height: 100%;
}

.hero-img{
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.hero-text{
  font-family: "Open Sans", sans-serif;
  position: absolute ;
  top: 50%;
  left: 30%;
  transform: translate(-30%, -50%);
  z-index: 3;
  width: 100%;
  margin: auto;
  max-width: 830px;
}
.hero-text-shadow, .hero-caption{
  text-shadow: 1px 1px 2px #0a0101;

}
.hero-text .h2{
  color: white;
  line-height: 1.3;
  font-weight: bold;
  /* font-size: 1.8em; */
  /* word-spacing: 8px; */
}

.hero-caption{
  /* color: var(--primary-color-light); */
}

.hero-caption-title{
  background: linear-gradient(45deg, #ff3c00, #ffa500, #1dd41d); /* Gradient colors */
  -webkit-background-clip: text; /* Clips background to the text */
  background-clip: text; /* Clips background to the text */
  -webkit-text-fill-color: transparent; /* Makes the text color transparent to show the gradient */
}

#about-us img{
  border-radius: 12px;
}
.about-content{
  font-size: 1.2em;
  line-height: 1.6;
  font-family: "Open Sans", sans-serif;
}

.services{
  background-color: #002341;
}

.services p{
  color: #aaa;
}


.chests-container{
  gap: 2rem;
  overflow-x: scroll;
}

.chests-link{
  text-decoration: none;
}


.chests-icon{
  font-size: 2rem;
}

.chests{
  padding: 1rem 2rem;
  width: 80px;
  display: grid;
  place-items: center;
  box-sizing: content-box;
  border: 2px solid;
}

.chests:nth-child(1){
  background: linear-gradient(135deg, #2bff00, #054be2);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  border-image: linear-gradient(135deg, #2bff00, #054be2) 1;

}

.chests:nth-child(2){
  background: linear-gradient(45deg, #054be2, #e2cc05);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  border-image: linear-gradient(45deg, #054be2, #e2cc05) 1;
}

.chests:nth-child(3){
  background: linear-gradient(135deg, #e2cc05, #ff3c00);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  border-image: linear-gradient(135deg, #e2cc05, #ff3c00) 1;
}

.chests:nth-child(4){
  background: linear-gradient(45deg, #ff3c00, #48ff00);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  border-image: linear-gradient(45deg, #ff3c00, #48ff00) 1;
}

.chests:nth-child(5){
  background: linear-gradient(135deg, #48ff00, #00c3ff);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  border-image: linear-gradient(135deg, #48ff00, #00c3ff) 1;
}

.chests:nth-child(6){
  background: linear-gradient(45deg, #00c3ff, #ffa600);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  border-image: linear-gradient(45deg, #00c3ff, #ffa600) 1;
}

.chests-btn{
  background-color: var(--primary-color-dark);
}



.academy{
  background: #c1d5e5;
}
.acad-intro{
  color: #555;
}

.carousel-item{
  height: 350px;
}

.carousel{
  background-color: #555;
}

.carousel-item img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.album-caption{
  position: absolute;
  z-index: 3;
  bottom: 0;
  text-align: center;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  color: #fefefe;
  padding: 0.5rem;
}

.shopping-container{
  position: relative;
  height: 350px;
}

.shopping-container::before{
  content: "";
  position: absolute ;
  top: 0;
  left: 0;
  background:#0000006f;
  z-index: 2;
  width: 100%;
  height: 100%;
}

.shopping-bg{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.shopping-text{
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  width: 100%;
  max-width: 560px;
  text-align: center;
}

.calc{
  background-color: #c1d5e5;
}

#appliance-list{
  height: 180px;
  overflow-y: scroll;
}

.chests-container::-webkit-scrollbar{
  width: 1px;
}

.chests-container::-webkit-scrollbar-thumb {
  background-color: #030d36; /* Color of the scrollbar thumb */
  border-radius: 10px; /* Make the thumb rounded */
}


#appliance-list::-webkit-scrollbar {
  width: 8px; /* Adjust the width of the scrollbar */
}

#appliance-list::-webkit-scrollbar-track {
  background-color: #f0f0f0; /* Scrollbar track/container color */
}

#appliance-list::-webkit-scrollbar-thumb {
  background-color: #555; /* Color of the scrollbar thumb */
  border-radius: 10px; /* Make the thumb rounded */
}

#appliance-list::-webkit-scrollbar-thumb:hover {
  background-color: #333; /* Thumb color on hover */
}

/* Optional: To hide scroll arrows (only works on some browsers) */
#appliance-list::-webkit-scrollbar-button {
  display: none;
}

.watt-input::-webkit-outer-spin-button,
.watt-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.watt-input {
  -moz-appearance: textfield;
}

.add-calc-item{
  padding: 0.3em 0.5em;
  font-size: 0.9em;
}

.btn.remove-calc-item{
  border: none;
}
.remove-calc-item{
  font-size: 1.2em;
}

.result-display{
  display: none;
}

span.result-info{
  background: #ffa500;
  border-radius: 12px;
  font-weight: bold;
}

p.result-info{
  background: #fff;
  border-left: 5px solid orange;
  padding: 0.5rem 1rem;
}
