
        .social-icons {
          display: flex;
          gap: 10px; /* space between buttons */
        }

    .aaa{
    font-size: 2rem;
    }
    .aaa2{
    font-size: 2rem;
    }
    .aaa3{
      font-size: 2rem;
    }
    .aaa4{
    color:white 
    }

         nav {
           margin-left: -17px;

          padding: 0px 0;
        }

        /* Navigation List */
        ul.nav-menu {
          display: flex;
          justify-content: space-around;
          align-items: center;
          list-style: none;
        /*flex-wrap: wrap;*/
        }

        /* Navigation Items */
        ul.nav-menu li a {
          color: white;
          text-decoration: none;

          display: flex;
          align-items: center;
        }



        /* Search Form */
        .search-form {
          display: flex;
          align-items: center;
        }

        .search-form input[type="text"] {
          padding: 8px 10px;
          border: none;

        }

        .search-form button {
          padding: 6px 12px;
          background-color: #555;
          color: white;
          border: none;
          border-radius: 0 3px 3px 0;
          cursor: pointer;
        }

        /* Responsive: Hide nav in mobile view */
        @media screen and (max-width: 600px) {
          nav {
            display: none;

          }
     .main-content {

         margin-right: 0px;

        }


        }



        .nav-button:hover .fil0Zero {
          fill: #FFA500 !important;
        }
         .nav-button svg {
          width: 114%;
          height: 21px;
          padding-right: 0px;
          display: block;
        }

    .youtubethumbnail1 {
      padding: 3px;

      padding-left: 10px;  
    }

    .youtubethumbnail1 h3 {
      text-align: center;
      font-size: 15px;
    }
    #videoTitle1 {
      font-size: 18px;
      margin-bottom: 0px;
    }

    @media (max-width: 768px) {
      .youtubethumbnail1 {
        display: none;
      }
    }




        .mobile-only {
          display: none;
        }

        /* Show only on mobile devices */
        @media screen and (max-width: 768px) {
          .mobile-only  {
            display: block;
            background-color: transparent;
            padding: 15px;
            margin: 10px;
            text-align: center;
            font-size:14px;
            

          }
           .mobile-only h3 {
            display: block;
            background-color: transparent;
            padding: 15px;
            margin: 10px;
            font-weight:normal;
            text-align: center;
            font-size:15px;
            

          }
            h2{
               font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: black;
  text-align: center;margin-bottom: 10px;margin-top: 10px;
            }
        }
        * {
          box-sizing: border-box;
          margin: 0;
          padding: 0;
        }
     a {
          color: black;
          text-decoration: none;
        }

        a:hover {
          color: blue;
        }
        html, body {
          font-family: "Times New Roman", Times, serif;
          background-color: #f9f9f9;
          min-height: 100%;
        }
     @media screen and (max-width: 768px) {
        .custom-hr {
          display: none;
            text-align:center;
            color:black; font-family: 'Roboto', sans-serif;
        }
         
          .mobile-video-title {
           font-family: 'Roboto', sans-serif;font-size: 16px;margin-left: -18px;font-weight:bold; 
        }
         
         
   
         
         
      }

      .under {
          margin-top: 10px;color:red; font-size: 1.5em; font-weight: bold;
      }
.tutorial-label{
    font-size:15px;color: black;margin-left: -9px;
    font-family: 'Roboto', sans-serif;text-align:center;
}




      @media (max-width: 600px) {
          .under  {
              color:red;
            font-size:13px;
            font-weight: bold;
          }
        }

    .vertical_button{
        align-content: center;
           align-items: center;     padding-left: 0px; 


      }

    #backToTop {
      position: fixed;
      bottom: 30px;
      right: 25px;
      z-index: 999;
      background: linear-gradient(135deg, #ffcc00, #ff8800);
      color: white;
      border: none;
      outline: none;
      cursor: pointer;
      padding: 12px 16px;
      border-radius: 50%;
      font-size: 22px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
      transition: all 0.3s ease;
      opacity: 0;
      pointer-events: none;
    }

    /* Hover effect */
    #backToTop:hover {
      transform: translateY(-3px) scale(1.05);
      box-shadow: 0 6px 15px rgba(255, 136, 0, 0.5);
      background: linear-gradient(135deg, #ff8800, #ff5500);
    }

    /* Show button when scrolled */
    #backToTop.show {
      opacity: 1;
      pointer-events: auto;
    }

    /* Smaller screens */
    @media (max-width: 600px) {
      #backToTop {
        bottom: 20px;
        right: 15px;
        padding: 10px 13px;
        font-size: 18px;
      }
    }

    .video-title {
      color: black;font-size: 17px;align-content:center;
      font-family: Arial, sans-serif;
      font-weight: normal;
    }




    /* Mobile tweaks */
    @media (max-width: 600px) {
      .video-heading {
        font-size: 18px;
      }

      .video-grid {
        grid-template-columns: 1fr;
      }
    }


   

    .actuals{
      display:block;max-width:100%;height:auto;
    }
    .custom-hr{
    border: none; height: 2px; background-color: #333; margin: 30px -9px;
    }

        .a1{
            width:72px;
          }
          .a2{
    width:95px;
          }
          .a3{
            width:91px;
          }
          .a4{
            width:95px;
          }
          .a5{
            width:118px
          }

    .a6{
            width:89px;
          }

          .a7{
            width:70px;
          }

          .hr2{
            width: 100%;border: none; height: 1px; background-color: black; margin-left:1px;
          }


          .custom-hr1{
            width: 100%;border: none; height: 1px; background-color: black; 
          }

         
          .under-construction{
            text-align: center; padding: 0px;
          }

          .material-icons{
            font-size:20px;color:lightblue;
          }
          .span1{
            line-height: 1.8;
          }

.all_abuton div {
  padding: 0%;
  height: 67px;
  width: 166px;
}




   .mydate {
      display: inline-block;
      background-color: white;
      color: black;
      border: 1px solid #ccc;
      border-radius: 8px;
      padding: 7px 48px;
      font-family: Arial, sans-serif;
      font-size: 16px;
      font-weight: bold;
       margin-left:17px;
    }


 .back-btn {
  background-color: #f1f1f1;
  border: 1px solid #ccc;
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 4px;
  transition: background 0.3s;
}

.back-btn:hover {
  background-color: #e0e0e0;
} 
.project-container {
      max-width: 900px;
     
      background: #fff;
      border-radius: 12px;
      padding: 30px;
      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    }

    .project-image {
      width: 100%;
      max-height: 400px;
      object-fit: cover;
      border-radius: 8px;
      margin-bottom: 25px;
    }

    .project-title {
      font-size: 2.2rem;
      font-weight: 700;
      color: #343a40;
    }

    .project-meta {
      font-size: 0.95rem;
      color: #6c757d;
      margin-bottom: 15px;
    }

    .project-description {
      font-size: 1.1rem;
      line-height: 1.7;
      color: #4a4a4a;
      white-space: pre-wrap;

    }

    
    

    .back-link {
      margin-top: 30px;
      display: inline-block;
      color: #0d6efd;
      font-weight: 500;
      text-decoration: none;
    }

    .back-link:hover {
      text-decoration: underline;
    }

    .address-box {
      background-color: #f1f3f5;
      border-left: 4px solid #0d6efd;
      padding: 15px;
      border-radius: 6px;
      margin-top: 20px;
      font-size: 1rem;
      color: #333;
    }

      @media screen and (max-width: 600px) {
  .project-container {
    padding: 10px;
    margin: 10px;
  }

  .project-name {
    font-size: 1.5rem;
  }

  .project-description {
    font-size: 0.95rem;
  }

  .published-date,
  .complete-address {
    font-size: 0.85rem; 
  }

  .back-btn {
    width: 100%;
    font-size: 1.1rem;
    padding: 12px;
  }
}




 /* === FOOTER === */
    footer {
      background-color: #d35015;
      color: white;
      width: 100%;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }

    .footer-columns {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      padding: 40px;
      flex-wrap: wrap;
    }

    .footer-column {
      flex: 1 1 220px;
      margin: 10px;
      min-width: 200px;
    }

    .footer-column strong {
      display: block;
      margin-bottom: 12px;
      font-size: 16px;
    }

    .footer-column a {
      display: block;
      color: white;
      text-decoration: none;
      margin-bottom: 8px;
    }

    .footer-column a:hover {
      text-decoration: underline;
    }

    .footer-column input[type="email"] {
      padding: 8px;
      width: 70%;
      margin-top: 10px;
      border: none;
      border-radius: 3px;
    }

    .footer-column button {
      padding: 8px 12px;
      margin-left: 5px;
      background-color: #e67e22;
      color: white;
      border: none;
      border-radius: 3px;
      cursor: pointer;
    }

    .footer-column button:hover {
      background-color: #d35400;
    }

    .social-icons {
      margin-top: 15px;
    }

    .social-icons a {
      color: white;
      margin-right: 10px;
      font-size: 20px;
      
      
    }

    .footer-bottom {
      background-color: #d35015;
      text-align: center;
      padding: 15px 20px;
      font-size: 14px;
      margin-top: auto;
    }

    @media (max-width: 768px) {
      .content {
        flex-direction: column;
      }

      .sidebar {
        width: 100%;
      }

      .footer-columns {
        flex-direction: column;
        padding: 20px;
      }

      .footer-column {
        margin-bottom: 30px;
      }
    }



.site-container {
      max-width: 1280px;
      display: flex;
      flex-direction: column;
      min-height: 100vh;
    }

  
.masthead img {
  width: 100%;
  max-width: 1280px;
  height: auto;
  display: block;
}



.news-title {
  margin-bottom: 10px; /* Adjust this value as needed */
}


 .news {
    float: right;
    width: 650px;
    height: 366px;
    margin: 21px 0 0px 7px;
    border: 2px solid #007BFF; /* blue border */
    border-radius: 8px;
    object-fit: cover;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  }

  .text {
    margin-left: 10px;
    max-width: 807px;
    color: #333;
    font-size: 18px;
    line-height: 1.6;
    padding: 0px;
     
    border-radius: 0px;
    box-shadow: 0 0px 0px rgba(0,0,0,0.05);
  }



  .text p::first-letter {
    font-size: 2.5em;
    font-weight: bold;
    float: left;
    line-height: 1;
    padding-right: 8px;
    font-family: "Times New Roman", Times, serif;
    color: black;
  }

  /* ✅ Responsive Additions */
  @media screen and (max-width: 768px) {
    .news {
      float: none;
      width: 100%;
      height: auto;
      margin: 10px 0;
      display: block;
    }

    .text {
      margin-left: 0;
      max-width: 100%;
      padding: 15px;
      font-size: 16px;
    }

    .text p::first-letter {
      font-size: 2em;
      padding-right: 5px;
      font-family: "Times New Roman", Times, serif;
    }

    .published-date {
      display: block;
      margin-top: 10px;
      font-size: 0.9em;
      color: #555;
    }

    h4 {
      font-size: 1.1em;
      cursor: pointer;
      margin-bottom: 5px;
    }

    .story-content {
      margin-top: 10px;
    }
  }




.published-date{
    font-style: italic;
    font-size: 18px;
}
.ourprojects {
      display: inline-block;
      padding: 10px 20px;
      border-radius: 25px;
   margin-left:347px;
      background-color: transparent;
      color: black;
     font-family: 'Roboto', sans-serif;
      font-size: 14px;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 1px;
      box-shadow: 0 0px 0px rgba(0, 123, 255, 0.4);
      border: 0px solid #0056b3;
    } 

@media (max-width: 600px) {
      .ourprojects  {
          font-family: 'Roboto', sans-serif;
      font-size: 13px;margin-left:76px;font-weight:bold;
      }
    }

   

   #projects {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  padding: 0 10px;
}

.carousel {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.carousel-track {
  display: flex;
  gap: 10px;
  transition: transform 0.5s ease-in-out;
}

.carousel-item {
  flex-shrink: 0;
  width: 100%;
  max-width: 200px;
}

.carousel-track img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 4px;
}

.image-title {
  text-align: center;
  font-weight: bold;
 font-family: 'Roboto', sans-serif;
  margin-top: 5px;
  font-size: 14px;
}

.carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  border: none;
  color: white;
  font-size: 24px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s;
}

.carousel-btn.left {
  left: 10px;
}

.carousel-btn.right {
  right: 10px;
}

.carousel-btn:hover {
  background-color: rgba(0, 0, 0, 0.7);
}

/* ✅ Responsive media query */
@media (max-width: 768px) {
  .carousel-track {
    gap: 5px;
  }

  .carousel-item {
    max-width: 150px;
  }

  .carousel-track img {
    height: 150px;
  }

  .carousel-btn {
    font-size: 18px;
    width: 32px;
    height: 32px;
  }

  .image-title {
    font-size: 12px;
  }
}

@media (max-width: 480px) {
  .carousel-item {
    max-width: 120px;
  }

  .carousel-track img {
    height: 120px;
  }

  .image-title {
    font-size: 11px;
  }
}


.content {
      display: flex;
      flex: 1;
      flex-wrap: wrap;
    }


 .sidebar-toggle {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: rgba(51, 51, 51, 0.8);
    color: white;
    border: none;
    padding: 10px 15px;
    font-size: 18px;
    cursor: pointer;
    display: none; /* hidden by default, only on mobile */
    z-index: 1000;
  }

  /* Sidebar styles */
  .sidebar {
    width: 277px;
    background-color: #B3B3B3;
    color: white;
    padding: 8px;
    flex-shrink: 0;
  }

  .sidebar h2 {
    margin-bottom: 15px;
  }

  .sidebar ul {
    list-style: none;
    padding-left: 0;
  }

  .sidebar ul li,
  .sidebar ul a {
    margin: 9px 0;
    color: white;
    text-decoration: none;
    display: block;
  }

  .sidebar ul a:hover {
    text-decoration: underline;
  }

  /* Layout container */
  .container {
    display: flex;
  }

  /* MOBILE STYLES */
  @media (max-width: 768px) {
    .sidebar-toggle {
      display: block;
    }

    .container {
      flex-direction: column; /* stack masthead and sidebar vertically */
    }

    .sidebar {
      width: 100%;
      padding: 15px;
      display: none; /* hide sidebar initially */
    }

    .sidebar.open {
      display: block; /* show sidebar on toggle */
    }

}


 @media (max-width: 768px) {
    .mydate {
    text-align: center;
        margin-left:50px;
  }
      }
  /* Center the entire list */
  .sidebar ul {
    text-align: center;
  }

  /* Center links inside list items */
  .sidebar ul li a {
    display: inline-block; /* shrink to content width */
    text-align: center;
  }



  }

  @media (max-width: 768px) {
    .sidebar ul a {
        margin: 4px 0; /* Or any other value suitable for mobile */
    }
}





    .main-content {
      flex: 1;
      padding: 20px 0px 20px 10px;
    
      background-color: transparent;
    }




.content1 {
 /* margin-left: 286px;*/
  width: 900px;
  height: 210px;
}

.content1 h1 {
  margin-top: -28px;
  font-family: 'Roboto', sans-serif;
  font-size: 60px;
  padding-top: -90px;
}

/* Responsive styles for smaller screens */
@media (max-width: 768px) {
  .content1 {
    width: calc(100% - 40px); /* Subtracting padding from the full width */
    height: auto; /* Allow height to adjust based on content */
    padding: 5px;
    margin-bottom: -59px;
  margin-top: -35px;
  }

  .content1 h1 {
    font-size: 26px; /* Smaller font size for mobile */
   

    
  }
}

 label {
            display: block;
            font-size: 24px;
            font-weight: bold;
            color: black;
            font-family: 'Roboto', sans-serif;
            padding: 15px 30px; /* Adding space around the text */
            border-radius: 8px; /* Rounded corners */
            margin-bottom: 20px;
            text-transform: uppercase; /* Uppercase text for emphasis */
            box-shadow: 0 0px 0px rgba(0, 0, 0, 0.1); /* Soft shadow effect */
            transition: background-color 0.3s ease, transform 0.3s ease; /* Smooth transition */
        }

        /* Hover effect for the label */
        label:hover {
          
            transform: translateY(-5px); /* Slight upward movement */
        }
     

