
  
  .nav-pills .nav-links {
  border: 1px solid #ccc;
  background-color: #fff;
  margin: 5px;
  padding: 10px;
   color: #272626;
  border-radius: 8px;
}

.nav-pills .nav-links.active {
  background-color: #f37021;
  color: #fff;
}

.hero-section {
  position: relative;
   
}
.table-section{
  background: url("image/industryline.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 100px;
}



.overlay-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 40px;
  font-weight: bold;
}

.text-orange {
  color: #f37021;
}

.energy-section {
  background: #fff;
  padding: 50px 0;
}

.section-title {
  color: #f37021;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 30px;
}

.energy-box {
  background: url('image/building-bg.jpg') center/cover no-repeat;
  position: relative;
  padding: 80px 20px;
  border-radius: 10px;

  display: flex;
  justify-content: center;
  align-items: center;
}

.energy-box::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(10, 60, 110, 0.9);
}

.energy-box .content {
  position: relative;
  border: 1px solid rgba(255,255,255,0.6);
  padding: 40px;
  color: #fff;
  max-width: 600px;
  width: 100%;
  margin: auto;
}

/* BLUE BOX */


.energy-box h4 {
  font-size: 22px;
  margin-bottom: 15px;
}

.energy-box ul {
  padding-left: 18px;
}

.energy-box ul li {
  font-size: 14px;
  margin-bottom: 10px;
}

/* ARROWS */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  filter: invert(1);
}
.industry{
  margin-bottom:60px !important;
}


/* DOTS */
.carousel-indicators [data-bs-target] {
  background-color: #fff;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .aa{
        padding-left: 0px !important;
    }
  .energy-box {
    padding: 40px 20px;
  }

  .energy-box .content {
    padding: 20px;
  }

  .section-title {
    font-size: 20px;
  }
}
.floating-icons {
  position: fixed;
  top: 75%;
  right: 0;
  transform: translateY(-50%);
  z-index: 9999;

  background-color: #04274BD9;
  padding: 15px 10px;
  border-radius: 30px 0 0 30px;

  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* ICON STYLE */
.floating-icons a {
  width: 50px;
  height: 50px;
  border: 2px solid #00d4ff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #00d4ff;
  font-size: 20px;
  transition: 0.3s;
  text-decoration: none;
}

/* HOVER */
.floating-icons a:hover {
  background: #00d4ff;
  color: #000;
  transform: scale(1.1);
}
.call-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.popup-content {
  background-color: #04274BD9;
  color:#fff;
  padding: 31px 74px;
  border-radius: 8px;
  text-align: center;
}
