
   .gallery-section {
  padding: 50px 0;
}

.gallery-section h2 {
  margin-bottom: 30px;
  text-align: center;
}

.gallery-section .row {
  margin-top: 30px;
}

.gallery-section img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.gallery-section .col-md-4 {
  padding: 10px;
}

.services-section {
  padding: 50px 0;
}

.services-section h2 {
  margin-bottom: 30px;
  text-align: center;
}

.services-section p {
  font-size: 18px;
  line-height: 1.6;
  text-align: center;
}

.services-section .row {
  margin-top: 30px;
}

.services-section .col-md-6 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.services-section li {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 15px;
}



 /* Style for FAQ Section */
#faq {
background-color: #f9f9f9;
padding: 60px 0;
}

#faqAccordion .card {
border: none;
margin-bottom: 15px;
border-radius: 10px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

#faqAccordion .card-header {
background-color: #007bff;
color: #fff;
border-radius: 10px;
padding: 10px 20px;
cursor: pointer;
}

#faqAccordion .card-header h5 {
margin: 0;
}

#faqAccordion .card-body {
background-color: #fff;
padding: 20px;
border-radius: 0 0 10px 10px;
}
.about-us img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.about-us .col-md-4 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.about-us .col-md-8 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.about-us h2 {
  margin-bottom: 30px;
}

.about-us p {
  font-size: 18px;
  line-height: 1.6;
}

.about-us .btn {
  font-size: 18px;
  margin-top: 20px;
}

/* CSS for USP Section */
.usp-box {
  border: 2px solid #007bff;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}

.usp-box i {
  color: #007bff;
}

.usp-box h5 {
  font-size: 20px;
  margin-bottom: 10px;
}

/* CSS for Call to Action (CTA) Section */
.cta-section {
  background-color: #f8f9fa;
  padding: 50px 0;
  text-align: center;
}

.cta-section h2 {
  margin-bottom: 20px;
}

.cta-section p {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 30px;
}

.cta-section .btn {
  font-size: 20px;
  padding: 15px 30px;
  border-radius: 5px;
  background-color: #007bff;
  color: #fff;
}


   /* Change button color to red */
   .btn {
  background-color: #ff0000;
  color: #fff;
}

/* Optional: Hover effect */
.btn:hover {
  background-color: #cc0000;
}

/* CSS for Electrical Services - Detailed Content Section */
.services-section {
  padding: 50px 0;
}

.services-section h2 {
  margin-bottom: 30px;
  text-align: center;
}

.services-section p {
  font-size: 18px;
  line-height: 1.6;
  text-align: center;
}

.services-section .row {
  margin-top: 30px;
}

.services-section li {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 15px;
}

   /* CSS for FAQ Section */
   .faq-section {
  background-color: #f8f9fa;
  padding: 50px 0;
}

.faq-section h2 {
  margin-bottom: 30px;
  text-align: center;
}

.faq-section .accordion-item {
  margin-bottom: 15px;
}

.faq-section .card {
  border: none;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.faq-section .card-header {
  background-color: #ffffff;
  color: #fff;
  cursor: pointer;
}

.faq-section .card-header h5 {
  margin: 0;
  font-size: 18px;
  padding: 15px;
}

.faq-section .card-body {
  font-size: 16px;
  line-height: 1.6;
}

.float {
width: 195px;
height: 39px;
bottom: 37%;
right: 18px;
background-color: #149302;
color: #fff;
border-radius: 15px;
font-size: 22px;
box-shadow: 2px 2px 3px #999;
z-index: 100;
box-shadow: 0 0 0 0 rgba(0,140,35,.5);
animation: 1s infinite pulse-c6zlskmd
}

@keyframes pulse-c6zlskmd {
100% {
    box-shadow: 0 0 0 33.6px #0000
}
}

.my-float {
margin-top: 16px
}

.float,a.scroll-to-top {
position: fixed;
text-align: center
}

/* Set font style for all h tags and p tags to Arial */
h1, h2, h3, h4, h5, h6, p {
    font-family: Arial, sans-serif;
  }



  /* Custom CSS for Navigation Bar */
.navbar {
    background-color: #007bff; /* Change the background color */
  }
  
  .navbar-brand {
    font-size: 24px;
  }
  
  .navbar-brand:hover {
    color: #fff; /* Change the brand link color on hover */
  }
  
  .navbar-nav .nav-link {
    font-size: 18px;
  }
  
  .navbar-nav .nav-link:hover {
    color: #fff; /* Change the link color on hover */
  }
  
  .navbar-toggler {
    border: none; /* Remove border from the toggler button */
  }
  
  .navbar-toggler-icon {
    background-color: #fff; /* Change the color of the toggler icon */
  }
  
  /* Style the dropdown menu */
  .dropdown-menu {
    background-color: #007bff; /* Change the background color of the dropdown menu */
  }
  
  .dropdown-item {
    color: #fff; /* Change the text color of dropdown items */
  }
  
  .dropdown-item:hover {
    background-color: #0056b3; /* Change the background color of dropdown items on hover */
  }
  
  /* Center the navbar links in the container */
  .navbar-nav {
    justify-content: center;
  }
  
  /* Add margin to the right side of the dropdown menu */
  .dropdown-menu {
    margin-right: 5px;
  }


  /* Custom CSS for Flex Section */
.flex-section {
    display: flex;
    justify-content: center;
  }
  
  .flex-container {
    max-width: 800px;
    margin: 0 auto;
  }
  
  .flex-container h2 {
    text-align: center;
    font-size: 24px;
    margin-bottom: 20px;
  }
  
  .flex-container p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 15px;
  }


  
  .py-5 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  
  .text-center {
    text-align: center;
  }
  
  .keywords {
    font-size: 16px;
    line-height: 1.6;
    text-align: justify;
    margin-top: 1rem;
  }
  
  .keywords::before {
    content: "• ";
  }
  
  .keywords li {
    list-style: none;
  }

  .blog-image {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 2rem auto;
  }

  .blog-section h2 {
    font-size: 2rem;
    margin-bottom: 1rem;
  }

  .blog-section h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }

  .blog-section p {
    margin-bottom: 1rem;
  }

  .blog-section ul, .blog-section ol {
    margin-bottom: 1rem;
    margin-left: 2rem;
  }

  .blog-section li {
    margin-bottom: 0.5rem;
  }

  .blog-section img {
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  }

  .cta-section {
    background-color: #f8f8f8;
    padding: 3rem 0;
  }

  .cta-section h2 {
    font-size: 2rem;
    margin-bottom: 1rem;
  }

  .cta-section p {
    margin-bottom: 1rem;
  }

  .btn {
    display: inline-block;
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
    background-color: #007bff;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    transition: background-color 0.3s ease;
  }

  .btn:hover {
    background-color: #0056b3;
  }
  

  .flex-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 20px;
  }
  
  .flex-container {
    flex: 1;
  }
  
  .flex-container p {
    line-height: 1.6;
  }
  
  .image-section {
    flex: 1;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .image-section img {
    max-width: 100%;
    border-radius: 10px;
  }
  
  h2, h3 {
    text-align: center;
    margin-bottom: 20px;
  }

  /* Mobile-friendly adjustments */
@media screen and (max-width: 768px) {
    .flex-section {
      flex-direction: column;
      padding: 10px;
    }
  
    .image-section {
      padding: 10px;
    }
  
    h2 {
      font-size: 24px;
    }
  
    h3 {
      font-size: 20px;
    }
  }

  /* Footer styles */
.footer {
    background-color: #f8f9fa;
    padding: 15px 0;
  }
  
  .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
  }
  
  /* Credit styles */
  .credit {
    font-weight: bold;
  }
  
  /* WhatsApp number styles */
  .whatsapp {
    font-weight: bold;
    color: #25d366;
    text-decoration: none;
  }
  
  .whatsapp:hover {
    text-decoration: underline;
  }
  
  /* Love emoji styles */
  .love {
    font-size: 20px;
  }
  
  
  


