#details{
    width: 100%;
    background-color: royalblue;
    height: auto;
    display: flex;
    justify-content: space-around;
   
    align-items: center;
}
#details:nth-child(2)
{
    margin-top: 20px;
}
.fa {
    padding: 10px 5px;
    font-size: 15px;
    width: 30px;
    text-align: center;
    text-decoration: none;
    margin: 5px 3px;
    border-color: red;
    border-radius: 3px;
    
  }
  .fa-facebook {
    background:papayawhip;
    color: black;
  }
  .fa-twitter {
    background: papayawhip;
    color: black;
  }
  .fa-youtube-play {
    background: papayawhip;
    color: black;
  }
  
  .fa-instagram {
    background: papayawhip;
    color: black;
  }
  .fa-linkedin{
    background: papayawhip;
    color: black;
  }
  #logo
  {
    width: 70%;
    height: 100px;
    display: flex;
    justify-items: center;
    align-items: center;
   margin:auto ;
     
   
  }
  #logo h1{
    color: navy;
    font-size: 50px;
  }
  .container {
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
  }
  .header-area {
    background:  royalblue,
    
  }
  .navbar {
    background-color:royalblue;
    overflow: hidden;
}

/* .navbar {
  background-color: #333;
  overflow: hidden;
} */

.navbar-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.navbar-menu li {
  position: relative;
}

.navbar-menu li a {
  display: block;
  padding: 14px 20px;
  color: white;
  text-decoration: none;
  text-align: center;
}

.navbar-menu li a:hover {
  background-color: #575757;
}

/* Dropdown menu styles */
.dropdown-content {
  display: none; /* Hidden by default */
  position:sticky;
  background-color: royalblue;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  left: 0;
}

.dropdown-content li {
  width: 100%;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  background-color: #ddd;
}

/* Show dropdown on hover for desktop */
@media (min-width: 769px) { /* Desktop View */
  .dropdown:hover .dropdown-content {
      display: block; /* Show the dropdown content on hover */
  }
}

/* Mobile styles */
@media (max-width: 768px) {
  .navbar-menu {
      flex-direction: column;
      display: none;
  }

  .navbar-menu.open {
      display: flex;
  }

  .nav-toggler {
      display: block;
      background-color: #333;
      color: white;
      padding: 14px;
      border: none;
      cursor: pointer;
      margin: auto;
  }

  .nav-toggler span {
      display: block;
      width: 25px;
      height: 3px;
      background-color: white;
      margin: 5px 0;
  }

  .dropdown-content {
      position: static; /* Static positioning for mobile */
      display: none; /* Hidden by default */
  }

  .dropdown.active .dropdown-content {
      display: block; /* Show on mobile when active */
  }
}
/* header end */  
 

#aboutna{
  width: 80%;
  height: 80px;
  background-color: royalblue;
  justify-content: center;
  text-align: center;
  margin: auto;
  margin-top: 50px;
  color: white;
}
#aboutna h1{
  display: inline-block;
}
  
.divpara{
  width: 80%;
  word-wrap: break-word;
  margin: auto;
  font-size: 20px;
  margin-top: 50px;
 
}
.htag{
  color: navy;
}

.divparac
{
  width: 80%;
  word-wrap: break-word;
  margin: auto;
  font-size: 20px;
  margin-top: 80px;
  background-color: rgb(240,233,233);
}



/* footer  */

.footer-container {
  display: flex;
  justify-content: space-between;
  background-color: #cccccc;
  padding: 20px;
  margin: 0;
}

.footer-left, .footer-center, .footer-right {
  width: 30%;
}

.footer-logo {
  max-width: 150px;
  margin-bottom: 10px;
}

.footer-description {
  color: #333;
  line-height: 1.5;
  font-size: 15px;
}

.footer-social {
  margin-top: 20px;
}

.footer-social a {
  text-decoration: none;
  color: #333;
  margin-right: 10px;
  font-size: 18px;
}

.footer-social a:hover {
  color: #007BFF;
}

.footer-center h3 {
  margin-bottom: 10px;
  font-size: 18px;
  color: #000;
}

.footer-links {
  list-style-type: none;
}

.footer-links li {
  margin-bottom: 10px;
}

.footer-links li a {
  text-decoration: none;
  color: #333;
  font-size: 20px;
}

.footer-links li a:hover {
  color: #007BFF;
}

.footer-right h3 {
  margin-bottom: 10px;
  font-size: 18px;
  color: #000;
}

.footer-right iframe {
  border-radius: 8px;
  border: none;
  width: 100%;
}

#copyright{
  width: 100%;
  background-color: navy;
  height: 70px;
  color: white;
  margin: auto;
  display: flex;
}
#copyright div{
  width: 40%;
  margin: auto;
}

/* slide social media */

.social-sidebar {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background-color: #2d349a; /* Blue background color */
  padding: 10px 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  z-index: 1000;
}

.social-link {
  display: block;
  text-align: center;
  padding: 15px 0;
  color: #fff;
  font-size: 25px;
  transition: all 0.3s ease;
  justify-content: center;
  align-items: center;
}

.social-link:hover {
  background-color: #000080; /* Darker blue on hover */
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}

.social-link i {
  display: inline-block;
}

/* .facebook {
  background-color: #4267B2;
}

.twitter {
  background-color: #1DA1F2;
}

.youtube {
  background-color:navy;
}

.instagram {
  background-color: #C13584;
} */

/* up button */
/* Style for the Scroll to Top Button */
#scrollTopBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed position on the page */
  bottom: 20px; /* 20px from the bottom */
  right: 30px; /* 30px from the right */
  z-index: 99; /* Ensure it is visible above other elements */
  background-color: #0078D7; /* Blue background */
  color: white; /* White text */
  border: none; /* No border */
  outline: none; /* No outline */
  cursor: pointer; /* Pointer cursor on hover */
  padding: 15px; /* Padding inside the button */
  border-radius: 50%; /* Make it circular */
  font-size: 18px; /* Increase font size */
}

/* Button hover effect */
#scrollTopBtn:hover {
  background-color: #555; /* Darker background on hover */
}

@media all and (max-width:780px){

  #details{
    width: 100%;
    background-color: royalblue;
    height: auto;
    display: block;
    justify-content:center;
   justify-items: center;
    align-items: center;
}

#details div{
  width: 100%;
  justify-content: center;
  align-items: center;
  justify-items: center;
  text-align: center  ;
}

#logo
  {
    width: 100%;
    height: auto;
    display: block;
    justify-items: center;
    align-items: center;
     margin:auto;
     text-align: center;
     justify-content: center;

     
   
  }
  
  #logo img{
    width: 30%;

  }

  #logo h1{
    color: navy;
    font-size: 20px;
  }


  #aboutush
  {
    width: 100%;
    height: 80px;
    background-color: royalblue;
    color: white;
    justify-content: center;
    align-items: center;
    justify-items: center;
    margin: auto;
    text-align: center;
    margin-top: 50px;
  }
  #aboutush h1{
    display: inline-block;
    
  }
  #desciption{
    width: 100%;
    display: block;
    margin: auto;
  }
  #desciption .descriptiondiv{
    margin-top: 30px;
  }

  #desciption .descriptiondiv:nth-child(1){
    width: 100%;
    text-align: left;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    text-wrap: wrap;
    line-height: 1.5;
  }
  #desciption .descriptiondiv h3{
    color: navy;
  }
  #desciption .descriptiondiv:nth-child(2){
    width: 90%;
    border: 2px solid black;
  }

  #desciption .descriptiondiv img{
    width: 90%;
  }

  #sanchalak{
    width: 100%;
    margin: auto;
    margin-top: 50px;
    display: block;
  }

  #sanchalak .sanchalakdiv:nth-child(1){
    width: 100%;
    text-align: left;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    line-height: 1.5;
    text-wrap: wrap;
    margin-top: 50px;
  }
  #sanchalak .sanchalakdiv h3{
   text-align: center;
  }
  #sanchalak .sanchalakdiv:nth-child(2){
    width: 100%;
   
  }

  #sanchalak .sanchalakdiv img{
    width: 100%;
  }

  #quality{
    width: 100%;
    height: 80px;
    background-color: royalblue;
    margin: auto;
    text-align: center;
    justify-content: center;
    align-items: center;
    color: white;
    margin-top: 50px;
  }
  #quality h1{
    display: inline-block;
  }

  .qualitydiv{
    width: 100%;
    height: auto;
    
    justify-content: center;
    align-items: center;
    margin: auto;
  }
  .qualitydiv p{
    display: inline-block;
    font-size: 18px;
    width: 90%;
    justify-content: center;
    margin-top: 30px;
  }

  #awards{
    width: 90%;
    height: 90px;
    background-color: royalblue;
    color: white;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin: auto;
    margin-top: 50px;
  
  }
  #awards h1{
    display: inline-block;
      text-align: center;
      justify-content: center;
      align-items: center;
    }
    .trophy-container {
      display: block;
      justify-content: space-around;
      margin: 50px;
  }

  .trophy-item {
    width: 100%;
    text-align: center;
    position: relative; /* Position for hover effects */
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
}
.trophy-image {
  width: 100%;
  margin-bottom: 10px;
  transition: transform 0.5s ease-in-out;
}

.bar {
  width: 3px;
  height: 25px;
  background-color: #333;
  margin-right: 10px;
}

/* Heading next to bar */
.heading-with-bar h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 0;
  color: #333;
  text-align: center;
}

#customers
  {
    width: 100%;
    height: 80px;
    background-color: royalblue;
    color: white;
    justify-content: center;
    align-items: center;
    justify-items: center;
    margin: auto;
    text-align: center;
    margin-top: 50px;
  }
  #customers h1{
    display: inline-block;
    
  }

  .testimonial-container {
    display: block;
    overflow: hidden;
    cursor: grab;
    width: 100%;
    margin: 100px auto;
    padding: 20px;
    background-color: #f4f4f4;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    scroll-behavior: smooth; /* For smooth scroll between items */
}
  
.testimonial {
    flex: 0 0 30%;
    margin: 10px 10px;
    padding: 20px;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.testimonial h5 {
    margin-bottom: 10px;
}

.testimonial p {
    font-size: 10px;
    color: #555;
    word-wrap: break-word;
    line-height: 1.5;
}

.testimonial h4 {
    margin-top: 15px;
    font-size: 18px;
    color: #333;
    font-weight: bold;
}

.grabbing {
    cursor: grabbing;
}

.dots {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.dot {
    height: 15px;
    width: 15px;
    margin: 0 5px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.3s ease;
}

.dot.active {
    background-color: #717171;
}


.footer-container {
  display: block;
  justify-content: space-between;
  background-color: #cccccc;
  padding: 20px;
  margin: 0;
  width: 90%;
}
.footer-logo {
  max-width: 100%;
  margin-bottom: 10px;
  margin: auto;
}
.footer-left, .footer-center, .footer-right {
  width: 100%;
}
.footer-description {
  display: block;
  color: #333;
  line-height: 1.5;
  font-size: 15px;
  width: 100%;

}
.footer-social {
  width: 100%;
  margin-top: 20px;
}
.footer-social a {
  text-decoration: none;
  color: #333;
 
  font-size: 10px;
}
.footer-center{
  width: 100%;
  justify-content: center;
  justify-items: center;
  align-items:center ;
  text-align: center;
 
  margin: auto;
  margin-left: -20px;
}
.footer-center h3{
  display: inline-block;
}

.footer-links{

  display: grid;
  grid-template-columns: auto auto auto ;
  width: 100%;
  justify-content: center ;
  justify-items: center;
 margin-left: -40px;
}



.footer-links li {
  
  width: 100%;
  margin:auto;
 
  margin: 10px;
  padding: 2px;


}

.footer-links li a {
  text-decoration: none;
  color: #333;
  font-size: 15px;
  width: 100%;
}

.footer-links li a:hover {
  color: #007BFF;
}

.footer-right {
  width: 100%;
  justify-content: center;
  justify-items: center;
  align-items:center ;
  text-align: center;
  margin: auto;
}

.footer-right h3{
  display: inline-block;
}

.footer-right iframe{
  width: 100%;
  margin-left: -20px;
}


#copyright{
  width: 100%;
  background-color: navy;
  height: 100px;
  color: white;
  margin: auto;
  display: block;
}
#copyright div{
  width: 100%;
  margin: auto;
}
#copyright div h4{
  font-size: 15px;
}

/* Style for the Scroll to Top Button */
#scrollTopBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed position on the page */
  bottom: 70px; /* 20px from the bottom */
  right: 100px; /* 30px from the right */
  z-index: 99; /* Ensure it is visible above other elements */
  background-color: #0078D7; /* Blue background */
  color: white; /* White text */
  border: none; /* No border */
  outline: none; /* No outline */
  cursor: pointer; /* Pointer cursor on hover */
  padding: 15px; /* Padding inside the button */
  border-radius: 70%; /* Make it circular */
  font-size: 18px; /* Increase font size */
}

/* Button hover effect */
#scrollTopBtn:hover {
  background-color: #555; /* Darker background on hover */
}


}