    /* 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;
      }
      
      /* Style for Review Section */
      #reviews {
        padding: 60px 0;
      }
      
      #reviews .card {
        border: none;
        margin-bottom: 20px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
      }
      
      #reviews .card-body {
        background-color: #f9f9f9;
        padding: 20px;
        border-radius: 10px;
      }
      
      #reviews .card-title {
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 10px;
      }
      
      #reviews .card-text {
        font-size: 16px;
      }
      
      
             /* Change button color to red */
             .btn {
            background-color: #ff0000;
            color: #fff;
          }
      
          /* Optional: Hover effect */
          .btn:hover {
            background-color: #cc0000;
          }
      
      .jumbotron {
            background: linear-gradient(135deg, #007bff, #00bfff);
            color: #fff;
            border-radius: 0;
            padding: 100px 0;
          }
      
          .jumbotron h1 {
            font-size: 3rem;
            margin-bottom: 30px;
          }
      
          .jumbotron p {
            font-size: 1.25rem;
            margin-bottom: 40px;
          }
      
          .jumbotron form {
            max-width: 500px;
            margin: 0 auto;
          }
      
          .jumbotron .form-control {
            border-radius: 0;
          }
      
          .jumbotron .btn {
            border-radius: 0;
          }
      
          .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
      }
      
      /* CSS for About Us Section */
      .about-us {
        padding-top: 80px;
        padding-bottom: 80px;
      }
      
      .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;
      }
      
          .usp-box {
            border-radius: 10px;
            padding: 20px;
            text-align: center;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            background: linear-gradient(135deg, #007bff, #00bfff);
            color: #fff;
            margin-bottom: 20px;
          }
      
          .company-content .card {
            border-radius: 10px;
            padding: 20px;
            text-align: center;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            background: linear-gradient(135deg, #007bff, #00bfff);
            color: #fff;
            margin-bottom: 20px;
          }
      
          .our-services .service-box {
            border-radius: 10px;
            padding: 20px;
            text-align: center;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            background: linear-gradient(135deg, #007bff, #00bfff);
            color: #fff;
            margin-bottom: 20px;
          }
      
          .navbar {
            background-color: #007bff;
            color: #fff;
          }
          /* Update text color to dark */
          .navbar-nav .nav-item .nav-link {
            color: #333;
          }
          /* Optional: Hover effect on nav links */
          .navbar-nav .nav-item .nav-link:hover {
            color: #e6e6e6;
          }

            /* CSS for Gallery Section */
    .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;
      }


      .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;
        }
      }
      