
    body {
      background-color: #1C1F26;
      color: #F1F1F1;
 font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
 
    }

    /* First Navbar Styling */
    .top-nav {
      background-color: #1b2225;
      color: #fff;
      font-size: 0.9rem;
    }

  /*   .top-nav .container-fluid {
      display: flex;
      justify-content: space-between;
      align-items: center;
    } */

    .top-nav .contact-center {
      flex-grow: 1;
      text-align: center;
    }

    .top-nav .country-icons img {
      width: 20px;

    }
.country-icons-sm img {
      width: 16px;
      margin-left: 2px;

    }
    /* Sticky Nav Styling */


    /* Header Carousel */
    header {
      position: relative;
    }

    .carousel-caption {
      animation: fadeInUp 1s ease-in-out;
    }

    @keyframes fadeInUp {
      0% {
        opacity: 0;
        transform: translateY(30px);
      }
      100% {
        opacity: 1;
        transform: translateY(0);
      }
    }

    .carousel-item {
      height: 85vh;
      min-height: 400px;
      background-size: cover;
      background-position: center;
      position: relative;
    }

 .carousel-caption {
  bottom: 20%;
  z-index: 10;
}

.carousel-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(28, 31, 38, 0.6); /* Match your dark tone */
  z-index: 1;
}

.carousel-caption h2,
.carousel-caption p,
.carousel-caption a {
  position: relative;
  z-index: 2;
}

@media (max-width: 768px) {
  .carousel-caption {
    bottom: 10%;
    text-align: center;
  }

  .carousel-caption h2 {
    font-size: 1.8rem;
  }

  .carousel-caption p {
    font-size: 1rem;
  }
}

    .btn-custom {
      background-color: #1C1F26;
      color: white;
      font-weight: bold;
      transition: all 0.3s ease;
      border: none;
    }

    .btn-custom:hover {
      transform: scale(1.05);
      box-shadow: 0 0 10px rgba(144, 111, 3, 0.519);
    }
    img {
        object-fit: cover;
    }
    .nav-dropdown:hover .nav-display {
    display: block !important;
    z-index: 999;
   
  }
.nav-hover {
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  display: block;
}

.nav-hover .row span,
.nav-hover i {
  transition: transform 0.3s ease, color 0.3s ease;
}

/* Hover effect */
.nav-hover:hover {
  background-color: #1C1F26 !important; /* your hover background */
  color: #FFC107 !important;
}

.nav-hover:hover span {
  color: #FFC107 !important;
  transform: translateX(5px); /* move text slightly */
}

.nav-hover:hover i {
  color: #FFC107 !important;
  transform: translateX(5px); /* move icon to right */
}

/* Optional: slight zoom on the whole link */
.nav-hover:hover {
  transform: scale(1.01);
}
.object_fit{
    object-fit: cover;
}
.caption_slide {
    position: relative;
    top: 10px;
}
.textcolor {
    color:#bd906090;
}
.textcolor2 {
  color:#08172E;
}
.textcolor1{
  color:  #FFC107 !important;
}

.navcolor1{
  background-color: rgba(44, 49, 58, 0.805) !important;
 
}  
.dropdown-menu {
  transition: opacity 0.3s ease, transform 0.3s ease;
  transform: translateY(10px);
  opacity: 0;
}

.dropdown-menu.show {
  transform: translateY(0);
  opacity: 1;
}
.navcolor2 {
  
  background-color: #bd9060;
}
.custom-toggler {
  border: none !important; /* Removes the border */
  background-color: transparent; /* Ensures it's clean */
}

.custom-toggler .navbar-toggler-icon {
  background-image: none; /* Removes default Bootstrap icon */
  width: 1.5em;
  height: 1.5em;
  position: relative;
}

.custom-toggler .navbar-toggler-icon::before,
.custom-toggler .navbar-toggler-icon::after,
.custom-toggler .navbar-toggler-icon span {
  content: '';
  display: block;
  height: 2px;
  background-color: #ffc107; /* Your custom color */
  margin: 6px 0;
  transition: all 0.3s ease;
}
.feature-section {
  background-color: #1C1F26;
  background-image: repeating-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.05) 0,
    rgba(255, 255, 255, 0.05) 1px,
    transparent 1px,
    transparent 10px
  );
  color: #ffc107;
}
.feature-section p {
  font-size: 12px;
}
.heading-with-lines::before,
.heading-with-lines::after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 2px;
  background-color: #ffc107;
  vertical-align: middle;
  margin: 0 15px;
}

.section-title::before,
.section-title::after {
  content: '';
  display: inline-block;
  width: 30px;
  height: 2px;
  background-color: #ffc107;
  margin: 0 10px;
  vertical-align: middle;
}
.equipment-card-s.hover-active .overlay {
  top: 0;
}
.equipment-card-s.hover-active .equipment-img-s {
  transform: scale(1.05);
}

.equipment-card {
  background-color: #2B2E35;
  border-radius: 10px;
  overflow: hidden;
  transition: transform 0.4s ease;
  position: relative;
}

.equipment-img {
  transition: transform 0.4s ease;
  display: block;
  width: 100%;
  height: 350px;
}

.equipment-card:hover .equipment-img {
  transform: scale(1.05);
}

.overlay {
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(28, 31, 38, 0.7);
  transition: top 0.5s ease;
}

.equipment-card:hover .overlay {
  top: 0;
}

.equipment-text {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: rgba(28, 31, 38, 0.6);
  width: 100%;
  padding: 1rem;
  transition: background 0.3s ease;
}

.carousel-indicator-btn {
  background-color: #ffc107;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin: 0 5px;
  border: none;
  opacity: 0.5;
  transition: opacity 0.3s ease;
}

.carousel-indicator-btn.active,
.carousel-indicator-btn:hover {
  opacity: 1;
}

.bg-dark-subsection {
  background-color: #1C1F26;
  border-radius: 10px;
}

.bg-image-career {
  background-image: url('21.jpg');
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  backdrop-filter: brightness(0.5);
}

.section-heading {
  position: relative;
  display: inline-block;
}

.section-heading::before,
.section-heading::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 50px;
  height: 2px;
  background-color: #ffc107;
}

.section-heading::before {
  left: -60px;
}

.section-heading::after {
  right: -60px;
}

.bg-dark-subsection {
  background-color: #2a2d35;
  border-radius: 0.5rem;
}

.bg-image-career {
  background-image: url('img/elect3.jpg'); /* Replace with your image path */
  background-size: cover;
  background-position: center;
  border-radius: 0.5rem;
  position: relative;
}

.bg-image-career::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(28, 31, 38, 0.8); /* dark overlay */
  border-radius: inherit;
}

.bg-image-career > * {
  position: relative;
  z-index: 1;
}
  .year-circle {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background-color: #1C1F26;
    border: 4px solid #ffc107;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    animation: pulseFade 4s ease-in-out infinite;
    position: relative;
  }

  .year-circle::before {
    content: '';
    position: absolute;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #ffc107;
    z-index: 0;
  }

  .year-circle h1 {
    font-size: 2.5rem;
    font-weight: bold;
    color: #1C1F26;
    z-index: 1;
    position: relative;
    margin: 0;
  }

  @keyframes pulseFade {
    0%, 100% {
      opacity: 1;
      transform: scale(1);
    }
    50% {
      opacity: 0.5;
      transform: scale(1.05);
    }
  }

  /* Soft gold background */
  .gold-soft-bg {
    background-color: #fdf4d6;
  }
    .bg-industrial {
    background: url('img/4.jpg') center/cover no-repeat;
    position: relative;
    color: #fff;
    padding: 80px 0;
  }

  .overlay-dark {
    background-color: rgba(28, 31, 38, 0.85);
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }

  .content-industrial {
    position: relative;
    z-index: 2;
  }

  .section-img {
    max-width: 100%;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0,0,0,0.5);
  }

  /* For small screens: reduce image size */
  @media (max-width: 768px) {
    .section-img {
      width: 80%;
      margin: 20px auto 0;
      display: block;
    }
  }
   .testimonial-card {
    background-color: #1C1F26;
    color: #fff;
    border: 2px solid #ffc107;
    border-radius: 1rem;
    padding: 2rem;
    text-align: center;
    transition: transform 0.3s ease;
    box-shadow: 0 0 15px rgba(255, 193, 7, 0.2);
  }

  .testimonial-card:hover {
    transform: scale(1.03);
  }

  .testimonial-img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 50%;
    border: 3px solid #ffc107;
    margin-bottom: 1rem;
  }

  .testimonial-name {
    font-weight: bold;
    color: #ffc107;
    margin-top: 1rem;
  }

  .testimonial-role {
    font-size: 0.85rem;
    color: #ccc;
    margin-bottom: 1rem;
  }

  .testimonial-quote {
    font-style: italic;
    font-size: 0.95rem;
  }
  .a-underline a:hover {
    text-decoration: underline !important;
  }
  .ball {
  z-index: 3;
  position: fixed;
  width: 40px;
  height: 40px;
  background-color: #ffc107;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #1C1F26;
  font-size: 24px;
  cursor: pointer;
  transition: width 0.3s ease, height 0.3s ease, left 0.3s ease, right 0.3s ease, top 0.3s ease, bottom 0.3s ease;
}
.ball.expanded-right, .ball.expanded-left {
  width:220px;
  height: 40px;
  border-radius: 10px;
  justify-content: flex-start;
  padding: 20px;
  font-size: 15px;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.419); /* Different background color */
}
.ball.expanded-right i, .ball.expanded-left i {
  display: none;
}
.ball.expanded-left {
  right: auto;
  left: 20px;
}
.content {
  display: none;
}
.ball.expanded-right .content,
.ball.expanded-left .content {
  display: block;
}
.content nav {

  color: #ffc107;
  display: block;
  font-size: 18px;
  font-weight: bold;

}
.content a {

  color: #ffc107;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;

}
.nav-para {
  position: fixed;

  width: 80%;
  background-color: #1c1f266f;
  padding: 18px 0;
  border-bottom: 1px solid #FFC107;
  z-index: 1000;
  text-align: center;
}
.para-link {
  text-decoration: none;
  
  color: #ffc107;
  padding: 10px 20px;
  border: 1px solid #ffc107;
  border-radius: 5px;
  margin-right: 10px;
}
.para-link:hover {
  background-color: #ffc107;
  color: black;
}
.nav-hover-col:hover {
  background-color: #1C1F26 !important;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  


}
.nav-hover-col:hover .col {

color: #ffc107 !important;
background-color: #1C1F26 !important;

}
.object_overlay {
  filter: brightness(40%);
}
 .custom-card {
    background: #252831;
    color: #ffffff;
    border-radius: 10px;
    transition: all 0.5s ease;
    position: relative;
    overflow: hidden;
    z-index: 1;
  }

  .custom-card::before {
    content: "";
    position: absolute;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background-color: #FFC107;
    transition: right 0.5s ease;
    z-index: 0;
  }

  .custom-card:hover::before {
    right: 0;
  }

  .custom-card:hover {
    color: #1C1F26;
  }

  .custom-card .icon,
  .custom-card .card-title,
  .custom-card .card-text {
    position: relative;
    z-index: 1;
    transition: color 0.5s ease;
  }

  .custom-card:hover .icon,
  .custom-card:hover .card-title,
  .custom-card:hover .card-text {
    color: #1C1F26 !important;
  }
   .custom-card {
    background: #252831;
    color: #ffffff;
    border-radius: 10px;
    transition: all 0.5s ease;
    position: relative;
    overflow: hidden;
    z-index: 1;
  }

  .custom-card::before {
    content: "";
    position: absolute;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background-color: #FFC107;
    transition: right 0.5s ease;
    z-index: 0;
  }

  .custom-card:hover::before {
    right: 0;
  }

  .custom-card:hover {
    color: #1C1F26;
  }

  .custom-card .icon,
  .custom-card .card-title,
  .custom-card .card-text {
    position: relative;
    z-index: 1;
    transition: color 0.5s ease;
  }

  .custom-card:hover .icon,
  .custom-card:hover .card-title,
  .custom-card:hover .card-text {
    color: #1C1F26 !important;
  }
  .leader-card {
    background-color: #252831;
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.3s ease;
    position: relative;
  }

  .leader-card .image-container {
    position: relative;
    overflow: hidden;
    height: 300px; /* fixed height for uniformity */
  }

  .leader-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
  }

  .leader-card .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(28, 31, 38, 0.4); /* default overlay */
    transition: background-color 0.5s ease;
  }

  .leader-card:hover img {
    transform: scale(1.1);
  }

  .leader-card:hover .overlay {
    background-color: rgba(255, 193, 7, 0.4); /* #ffc107 overlay on hover */
  }
  .what-we-do-section {
    background-color: #1C1F26;
  }
  .text-section {
    background-color: #1C1F26;
    min-height: 100%;
  }

  .image-section img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    display: block;
  }

  @media (max-width: 991.98px) {
    .image-section img {
      height: 300px; /* reasonable height for small screens */
    }
  }
    .contact-highlight-section {
    background: url('img/78.jpg') center center/cover no-repeat;
    min-height: 500px;
  }

  .bg-overlay {
    background: linear-gradient(rgba(255, 193, 7, 0.7), rgba(28, 31, 38, 0.7));
    z-index: 0;
  }

  .contact-box {
    background: rgba(28, 31, 38, 0.3);
    border-radius: 10px;
    transition: background 0.3s ease;
  }

  .contact-box:hover {
    background: rgba(28, 31, 38, 0.5);
  }

  .btn-outline-light {
    border-radius: 25px;
  }

  .icon i {
    text-shadow: 1px 1px 3px #000;
  }

 