:root {
  --hal0pri: #132664;
  --halosec: #BC7C30;
  --halopri-gradient: linear-gradient(60deg, #132664, #BC7C30); 
  --button: #FCFA04;
    
  --header-bg: #fff;
 
}

.header-pro-wrapper {
    background-color: #fff;
    padding: 0px 0;
    border-bottom: 1px solid #ccc;
}

.header-pro-logo img {
    max-height: 150px;
}

.header-pro-menu {
    margin: 0;
    padding: 0;
}

.header-pro-menu li {
    margin-right: 15px;
}

.header-pro-menu li a {
    font-family: 'Montserrat', sans-serif;
    font-size: 17px;
    color: #000;
    text-decoration: none;
}

.header-pro-menu li a:hover {
    text-decoration: underline;
}

.header-pro-btn-group .header-pro-btn {
    background-color: var(--hal0pri);
    color: #fff;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    margin-left: 10px;
    padding: 20px 20px;
    border: none;
    border-radius: 0;
}

.header-pro-btn:hover {
    background-color: var(--halosec);
    color: #fff;
}
.flex{
    display: flex;
    align-items: center;
}
@media (max-width: 767px) {
    .header-pro-align {
        text-align: center;
    }
    .header-pro-btn-group {
        margin-top: 15px;
        text-align: center;
    }
    .header-pro-btn-group .header-pro-btn {
        display: block;
        margin: 5px auto;
    }
    .hero-pro-subheading{
        font-size: 32px!important;
    }
    .hero-pro-heading{
       font-size: 32px!important;   
    }
    .hero-pro-desc{
      font-size: 22px!important;      
    }
    .footer-info p{
        margin-bottom: 10px!important;
    }
}


.hero-pro-container {
    background: url('../img/bg2.png') no-repeat center center;
    background-size: cover;
    height: 100vh;
    position: relative;
    font-family: 'Montserrat', sans-serif;
}

.hero-pro-overlay {
    background-color: rgba(0, 0, 0, 0.6);
    height: 100%;
    width: 100%;

}

.hero-pro-textbox {
    color: #fff;
    margin-top: 10%;
}

.hero-pro-heading {
    font-size: 68px;
    font-weight: bold;
    line-height: 1.2;
    font-family: 'Rajdhani';
    margin-bottom: 20px;
}

.hero-pro-subheading {
    font-size: 68px;
    font-weight: bold;
        font-family: 'Rajdhani';
    margin-bottom: 20px;
}

.hero-pro-desc {
    font-size: 50px;
    margin-bottom: 30px;
           font-family: 'roboto';
}

.hero-pro-btn {

    background-color: var(--hal0pri);
    color: #fff;
margin-bottom: 20px;
    text-decoration: none;
    padding: 18px 30px;
    font-weight: 700;
            font-family: 'Rajdhani';
    border-color: var(--hal0pri);
    border-width: 2px;
    border-style: solid;
    letter-spacing: 0;
    text-transform: none;
    text-shadow: 0 0 0 transparent;
    width: auto;
}

.hero-pro-btn:hover {
    background-color: var(--halosec);
    color: #fff;
}


.product-sec-wrapper {
  margin: 50px auto;
}

.product-sec-item {
  margin-bottom: 40px;
}

.product-sec-title {
  font-family: 'Rajdhani';
  font-weight: 700;
  font-size: 22px;
  margin-top: 20px;
  margin-bottom: 10px;
  color: #1a1a1a;
}

.product-sec-desc {
  font-family: 'Roboto', sans-serif;
  color: #888;
  font-size: 16px;
  line-height: 1.6;
}

.product-sec-btn {
  margin-top: 15px;
  font-family: 'Rajdhani', sans-serif;
  font-weight: bold;
  border: 1px solid #222;
  padding: 12px 25px;
  border-radius: 5px;
  background: none;
  color: #000;
  transition: all 0.3s ease;
}

.product-sec-btn:hover {
  background: var(--halosec);
  color: #fff;
  border-color: var(--halosec);
}

  .pro-energy-section {
    /* background-color: #002564; */
    background: url('../img/cover.webp') ;
    color: #fff;
    padding: 50px 0;
    font-family: 'Rajdhani', sans-serif;
  }

  .pro-energy-box {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .pro-energy-img img {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
  }

  .pro-energy-content {
    padding-left: 30px;
  }

  .pro-energy-content h2 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.5;
  }

  .pro-energy-btn {
    display: inline-block;
    padding: 10px 20px;
    background-color: var(--halosec);
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    border: none;
    margin-top: 15px;
    font-size: 18px;
  }

  .pro-energy-btn:hover {
    background-color: var(--halosec);
    text-decoration: none;
    color: #fff;
  }

  @media (max-width: 767px) {
    .hero-pro-container {height: 205px;}
    .pro-energy-box {
      flex-direction: column;
      text-align: center;
    }

    .pro-energy-content {
      padding-left: 15px;
      padding-top: 30px;
    }
  }
  .pro-whyhalo-section {
    background-color: #ffffff;
    padding: 60px 15px;
    font-family: 'Rajdhani', sans-serif;
    text-align: center;
  }

  .pro-whyhalo-icon-divider {
    display: inline-block;
    margin-bottom: 20px;
    position: relative;
  }


  .pro-whyhalo-icon-divider img {
    height: 24px;
    margin: 0 10px;
    vertical-align: middle;
  }

  .pro-whyhalo-heading {
    font-size: 36px;
    font-weight: 700;
    color: #00c853;
    margin-bottom: 25px;
  }

  .pro-whyhalo-content p {
    color: #636363;
    font-size: 21px;
    line-height: 1.8;
    margin-bottom: 25px;
  }

  .pro-whyhalo-button {
    background-color: var(--hal0pri);
    color: #fff;
    padding: 15px 30px;
    font-weight: 700;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin-top: 10px;
  }

  .pro-whyhalo-button:hover {
    background-color: var(--halosec);
    color: #fff;
    text-decoration: none;
  }

  @media (max-width: 767px) {
    .pro-whyhalo-heading {
      font-size: 28px;
    }

    .pro-whyhalo-content p {
      font-size: 16px;
    }
  }
.testimonial-body {

  margin: 0;
  padding: 0;
}

.testimonial-section {
  padding: 60px 20px;
   background-color: var(--hal0pri);
}

.testimonial-title {
  color: white;
  font-size: 40px;
   font-family: 'Rajdhani', sans-serif;
  font-weight: bold;
  margin-bottom: 50px;
}

.testimonial-box {
  background-color: white;
  padding: 30px 20px;
  border-radius: 5px;
  margin-bottom: 30px;
  height: 550px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.testimonial-name {
  font-weight: bold;
  margin-bottom: 20px;
  color: #000;
  font-size: 20px;
      font-family: 'Rajdhani', sans-serif;
}

.testimonial-text {
  font-size: 15px;
  color: #232323;
  text-align: left;
      font-family: 'Rajdhani', sans-serif;
  line-height: 1.6;
}
.footer-wrapper {
  font-family: 'Arial', sans-serif;
}

.bg-dark-blue {
  background-color: var(--hal0pri); /* Matches the dark blue */
  color: white;
  padding: 30px 0;
}

.footer-info p {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
    color: #fff;
}

.footer-info i {
  margin-right: 6px;
  color: #fff;
}

.footer-bottom {
  background-color: white;
  padding: 20px 10px;
}

.footer-logo {
  max-height: 150px;
  margin-bottom: 10px;
}

.footer-copy {
  font-size: 16px;
  color: #333;
  margin: 0;
}
