@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&display=swap');
body {
      margin: 0;
      padding: 0;
      font-family: "Merriweather", serif;
    }

    /* TOP BAR */
    .top-bar {
      width: 100%;
      min-height: 12vh;
      background-color: #00C2A8;
      display: flex;
      align-items: center;
    }

    .top-bar-text {
      font-size: 2rem;
      font-weight: 700;
      text-align: center;
    }

    .phone-number {
      color: #0B1E3D;
      font-weight: 800;
      transition: 0.3s;
    }

    .phone-number:hover {
      color: #0B1E3D;
      text-decoration: none;
      transform: scale(1.05);
    }

    /* NAVBAR */
  .custom-navbar {
    width: 100%;
    background-color: #0B1E3D;
    padding: 15px 0;
  }

  .navbar-brand {
    font-size: 1.8rem;
    font-weight: 800;
    color: #00C2A8 !important;
  }

  /* NAV LINKS */
  .nav-link {
    color: #00C2A8 !important;
    font-size: 1.1rem;
    font-weight: 600;
    margin-left: 25px;
    position: relative;
    transition: 0.3s;
  }

  .nav-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 0%;
    height: 3px;
    background-color: #00C2A8;
    transition: width 0.3s;
  }

  .nav-link:hover::after {
    width: 100%;
  }

  .nav-link:hover {
    transform: translateY(-2px);
    text-shadow: 0 0 8px rgba(255,255,255,0.6);
  }

  /* TOGGLER FIX */
  .navbar-toggler {
    border: 2px solid #00C2A8;
  }

  .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,1)' stroke-width='3' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
  }
  .hero-section {
    position: relative;
    width: 100%;
    height: 75vh;
    background-image: url('/img/Gas_Plant_img.jpg');
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    overflow: hidden;
  }

  /* Overlay */
  .hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    z-index: 1;
  }

  /* Content */
  .hero-content {
    position: relative;
    z-index: 2;
    color: #00C2A8;
  }

  .hero-content h1 {
    font-size: 3rem;
    font-weight: 800;
    margin-bottom: 20px;
    line-height: 1.2;
  }

  .hero-content p {
    font-size: 1.2rem;
    margin-bottom: 30px;
    max-width: 520px;
  }

  /* CTA Button */
  .hero-btn {
    background-color: #0B1E3D;
    color: #00C2A8;
    padding: 14px 32px;
    font-size: 1.1rem;
    font-weight: 700;
    border-radius: 50px;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(1, 44, 165, 0.5);
  }

  .hero-btn:hover {
    background-color: #0B1E3D;
    color: #00C2A8;
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 10px 30px rgba(15, 57, 172, 0.5);
    text-decoration: none;
  }

  /* RESPONSIVE */
  @media (max-width: 991px) {
    .hero-content h1 {
      font-size: 2.4rem;
    }

    .hero-content p {
      font-size: 1.1rem;
    }
  }

  @media (max-width: 576px) {
    .hero-section {
      height: auto;
      padding: 80px 0;
    }

    .hero-content h1 {
      font-size: 2rem;
    }

    .hero-content p {
      font-size: 1rem;
    }
  }
  .services-section{
    padding:80px 20px;
    background:#0A1931;
    color:#fff;
}
.services-section h2{
    font-weight: bolder;
}
/* Slogan */
.slogan{
    color:#ccc;
}
.service-card h5{
    font-weight: bolder;
    font-size: 30px;

}
/* Card Design */
.service-card{
    background:#0B1E3D;
    padding:25px;
    border-radius:12px;
    transition:0.3s;
    height:100%;
}

/* Icon */
.icon{
    font-size:40px;
    margin-bottom:15px;
}

/* Hover Effect */
.service-card:hover{
    transform:translateY(-10px);
    box-shadow:0 10px 25px rgba(0,0,0,0.4);
}

/* Button */
.service-btn{
    margin-top:15px;
    background:#00C2A8;
    color:#fff;
    font-weight:500;
    padding:10px 20px;
    border:none;
    transition:0.3s;
}

/* Button Hover */
.service-btn:hover{
    background:#FFD700;
    color:#000;
}
.about-section{
    padding:80px 20px;
    background:#0B1E3D;
    color:#fff;
}

/* Text */
.about-section p{
    color:#ccc;
    line-height:1.7;
}

/* Button */
.about-btn{
    margin-top:15px;
    background:#00C2A8;
    color:#fff;
    padding:12px 25px;
    border:none;
    font-weight:500;
    transition:0.3s;
}

.about-btn:hover{
    background:#FFD700;
    color:#000;
}

/* Image */
.about-img{
    border-radius:12px;
    transition:0.3s;
}

/* Image Hover */
.about-img:hover{
    transform:scale(1.05);
}

/* Responsive Fix */
@media(max-width:991px){
    .about-section{
        text-align:center;
    }
}
.contact-section{
    padding:80px 20px;
    background:#0A1931;
    color:#fff;
}

/* Slogan */
.slogan{
    color:#ccc;
}

/* Card */
.contact-card{
    background:#0B1E3D;
    padding:30px 20px;
    border-radius:12px;
    transition:0.3s;
}

/* Icon */
.icon{
    font-size:35px;
    margin-bottom:15px;
}

/* Hover Effect */
.contact-card:hover{
    transform:translateY(-10px);
    box-shadow:0 10px 25px rgba(0,0,0,0.4);
}

/* Links */
.contact-card a{
    color:#00C2A8;
    text-decoration:none;
    font-weight:500;
}

.contact-card a:hover{
    color:#FFD700;
}
.footer-section {
  background-color: #0B1E3D;
  color: #00C2A8;
  padding: 40px 0;
}

.footer-logo {
  color: #FFD700; /* Gold for logo (attractive contrast) */
  font-weight: bold;
}

.footer-slogan {
  font-style: italic;
  color: #ffffff;
}

.footer-heading {
  font-weight: 600;
  margin-bottom: 15px;
}

.footer-section a {
  color: #00C2A8;
  text-decoration: none;
  transition: 0.3s;
}

.footer-section a:hover {
  color: #FFD700;
  padding-left: 5px;
}

.footer-section p {
  margin-bottom: 8px;
}

.border-top {
  border-color: rgba(255, 255, 255, 0.2) !important;
}

/* Responsive Adjustments */
@media (max-width: 767px) {
  .footer-section {
    text-align: center;
  }
}
/* Responsive */
@media(max-width:768px){
    .icon{
        font-size:30px;
    }
}
/* Responsive */
@media(max-width:768px){
    .icon{
        font-size:32px;
    }
}
  /* MOBILE CENTER */
  @media (max-width: 991px) {
    .nav-link {
      margin: 12px 0;
      text-align: center;
    }
  }