#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;
  }

  /* default css end */
  
  
  /* navbar regular css start */
  .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 */
  }
}
  #heading{
    width: 80%;
    height: 100px;
    background-color: navy;
    margin: auto;
    margin-top: 50px;
    justify-content: center;
    align-items: center;
    text-align: center;
    align-content: center;
  
  }
  #heading h1{
    font-size: 50px;
    color: white;
  }
  #para{
    width: 80%;
    margin: auto;
  }
  #para p{
    text-align: left;
    font-size: 20px;
  }

  /* rotating code */

  .image-gallery {
    overflow: hidden;
    width: 100%;
    position: relative;
    margin-top: 50px;
}

.image-container {
    display: flex;
    animation: scroll 20s linear infinite;
    transition: transform 0.5s ease;
}

.image-item {
    position: relative; /* Position relative to allow absolute positioning of the text */
    margin-right: 10px; /* Space between images */
    text-wrap: wrap;
}

.image-container img {
    width: 500px; /* Adjust width as needed */
    height: 500px;
}

.overlay-text {
    position: absolute;
    top: 50%; /* Center vertically */
    left: 50%; /* Center horizontally */
    transform: translate(-50%, -50%); /* Center text using transform */
    color: white;
    background-color: rgba(0, 0, 0, 0.7); /* Semi-transparent background */
    padding: 10px;
    text-align: center;
}

.scroll-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(255, 255, 255, 0.8);
    border: none;
    cursor: pointer;
    font-size: 24px;
    padding: 10px;
    z-index: 10; /* Ensure buttons are on top */
}

.left {
    left: 10px;
}

.right {
    right: 10px;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%); /* Move half the container's width */
    }
}

#Galaxy{
  
  width: 50%;
  background-color: navy;
  height: 100px;
  color: white;
  margin: auto;
  text-align: center;
  align-items: center;
  justify-content:center;
  justify-items: center;
  border-radius: 10px;
  margin-top: 50px;
  

}
#Galaxy h1{
  display:inline-block; 
  text-align:center;

}
#Galaxycontain{
  display: flex;
  width: 80%;
  
  margin: auto;
  margin-top: 30px;
  gap: 50px;
}

#Galaxycontain div p{
  font-weight: bold;
  font-size: 20px;
  line-height: 1.5;
}
#parap{
  width: 60%;
}
#imgg{
width: 40%;
margin-top: 30px;
}

#imgg img{
  width: 100%;
}

#infrastructure{
  background-color: navy;
  
}
#infrastructure h1{
  color: white;
  text-align: center;
  font-size: 40px;
  
}
#infrmaindiv{
  display: flex;
  width: 80%;
  margin: auto;
}
#infrmaindiv div{
  color: white;
  width: 50%;
}
#infrmaindiv div p{
  font-size: 20px;
}
#infrmaindiv div img{
  border: 5px;
  padding-bottom: 30px;
}

#service{
  width: 100%;
  height: 100px;
  background-color: navy;
  color: white;
  text-align: center;
  justify-content: center;
  align-items: center;

}
#service h1{
display: inline-block;
  text-align: center;
  justify-content: center;
  align-items: center;
}

#servicediv{
  display: flex;
  height: 300px;
  
  width: 100%;
  margin: auto;
  margin-top: 50px;gap: 10px;
}
#servicediv .subdiv{
  width: 35%;
  
  justify-content: center;
  align-items: center;
    
}
#servicediv .subdiv h4{
  font-size: 20px;
  text-align: center;
}
#servicediv .subdiv p{
  font-weight: bold;
  font-size: 15px;
  line-height: 1.5;
  width: 90%;
  text-align: center;
  margin: auto;
}
#innerdiv  {
  display: flex;
}
#innerdiv img{
  width: 20%;
}
#servicediv .subdiv:hover{
border: 2px solid blue;
}

/* awards css */
#awards{
  width: 100%;
  height: 70px;
  background-color: navy;
  color: white;
  text-align: center;
  justify-content: center;
  align-items: center;

}
#awards h1{
  display: inline-block;
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .trophy-container {
    display: flex;
    justify-content: space-around;
    margin: 50px;
}

/* Individual trophy item */
.trophy-item {
    width: 250px;
    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 */
.trophy-image {
    width: 200px;
    margin-bottom: 10px;
    transition: transform 0.5s ease-in-out;
}

/* Image zoom effect on hover */
.trophy-item:hover .trophy-image {
    transform: scale(1.1); /* Image zooms in */
}

/* Layout for heading with vertical bar */
.heading-with-bar {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

/* Vertical bar */
.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: left;
}

/* Initially hidden paragraph */
.trophy-item p {
    font-size: 14px;
    color: #555;
    margin-top: 10px;
    text-align: center;
    opacity: 0; /* Initially hide the paragraph */
    height: 0;
    overflow: hidden;
    transition: opacity 0.5s ease-in-out, height 0.5s ease-in-out;
}

/* Show paragraph on hover */
.trophy-item:hover p {
    opacity: 1; /* Reveal the paragraph on hover */
    height: auto; /* Adjust height when hovered to show the content */
}

/* Hover effect for the entire item */
.trophy-image:hover {
    transform: translateY(-5px); /* Slight upward lift on hover */
}

/* image rotate image */

/* Container for all the cards */
.cardss-container {
    display: flex;
    justify-content: space-around;
    padding: 20px;
    width: 100%;
}

/* Individual card styling */
.cardd {
    width: 33%;
    border-radius: 10px;
    overflow: hidden;
    background-color: white;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.4s ease-in-out;
    position: relative;
    justify-content: center;
    align-items: center;
    justify-items: center;
}

/* Container for images */
.image-containerr {
 
    width: 80%;
    height: auto;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    justify-items: center;
}

/* Image styling */
.image-containerr img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease-in-out;
}

/* Rotate image on hover */
.cardd:hover .image-containerr img {
    transform: rotate(-5deg); /* Small rotation */
}

/* Rotate and elevate the card on hover */
.cardd:hover {
    transform: translateY(-10px); /* Move up slightly */
}

/* Card content (heading and paragraph) */
.content {
    padding: 15px;
    text-align: left;
}

/* Heading styling */
.content h3 {
    font-size: 18px;
    color: #333;
    margin-bottom: 10px;
}

/* Paragraph styling */
.content p {
    font-size: 14px;
    color: #555;
    line-height: 1.5;
    display: none;
    transition: opacity 0.4s ease-in-out;
}

/* Show paragraph on hover */
.cardd:hover .content p {
    display: block;
    opacity: 1;
}

/* Stewdigital contact information */
.stewdigitalcontact {
    display: flex;
    align-items: center;
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
}

.stewdigitalcontact img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.stewdigitalcontact a {
    text-decoration: none;
    color: #007BFF;
    font-weight: bold;
}

.stewdigitalcontact a:hover {
    text-decoration: underline;
}



/* footer css */
.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;
  height: 220px;
}

.social-link {
  display: block;
  text-align: center;
  padding: 0px 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:480px)
{

  
  #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;
  }



.social-sidebar {
    margin: 5 5px;
}


.social-sidebar {
  display: flex;
  position: fixed; 
  flex-direction:row;
  top: auto;
  left: 0;
  bottom: 12%;
  transform: translateY(-50%);
  background-color: #2d349a; /* Blue background color */
  padding: 5px 5px;
  z-index: 1000;
  width: 80%;
  margin: auto;
}

.social-link {
  display: block;
  text-align: center;
  padding: 10px 5px;
  color: #fff;
  font-size: 10px;
  transition: all 0.3s ease;
  justify-content: center;
  align-items: center;
  margin: auto;
}

.social-link:hover {
  /* background-color: #000080; Darker blue on hover */
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.image-gallery {
  overflow: hidden;
  width: 100%;
  position: relative;
  margin-top: 50px;
}

.image-container {
  display: flex;
  animation: scroll 10s linear infinite;
  transition: transform 0.10s ease;
}

.image-item {
  position: relative; /* Position relative to allow absolute positioning of the text */
  margin-right: 10px; /* Space between images */
  text-wrap: wrap;
}

.image-container img {
  width: 300px; /* Adjust width as needed */
  height: 300px;
}

.overlay-text {
  position: absolute;
  top: 50%; /* Center vertically */
  left: 50%; /* Center horizontally */
  transform: translate(-50%, -50%); /* Center text using transform */
  color: white;
  background-color: rgba(0, 0, 0, 0.7); /* Semi-transparent background */
  padding: 10px;
  text-align: center;
}

.scroll-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(255, 255, 255, 0.8);
  border: none;
  cursor: pointer;
  font-size: 24px;
  padding: 10px;
  z-index: 10; /* Ensure buttons are on top */
}

.left {
  left: 10px;
}

.right {
  right: 10px;
}

@keyframes scroll {
  0% {
      transform: translateX(0);
  }
  100% {
      transform: translateX(-280%); /* Move half the container's width */
  }
} 
#Galaxy{
  
  width: 100%;
  background-color: navy;
  height: 50px;
  color: white;
  margin: auto;
  text-align: center;
  align-items: center;
  justify-content:center;
  justify-items: center;
  border-radius: 10px;
  margin-top: 50px;
  

}
#Galaxy h1{
  display:inline-block; 
  text-align:center;
  font-size: 20px;

}

#Galaxycontain{
  display: block;
  width: 100%;
  margin: auto;
  margin-top: 30px;
}

#Galaxycontain div p{
  font-weight: bold;
  font-size: 15px;
  line-height: 1.5;
  width: 100%;
  text-align: left;
   word-wrap: break-word; 

}
#parap{
  width: 100%;
}
#imgg{
  width: 100%;
  }

  #infrastructure h1{
    color: white;
    text-align: center;
    font-size: 25px;
    height: 20px;
    
    
  }

  #infrmaindiv{
    display: block;
    width: 100%;
    margin: auto;
  
  }

  #infrmaindiv div{
    color: white;
    width: 100%;
  }
  #infrmaindiv div p{
    font-size: 20px;
    text-align: left;
    word-wrap: break-word;
  }
  #infrmaindiv div img{
    /* border: 5px;
    padding-bottom: 30px; */
    width: 100%;
  }

  #service{
    width: 100%;
    height: 100px;
    background-color: navy;
    color: white;
    text-align: center;
    justify-content: center;
    align-items: center;
  
  }
  #service h1{
  display: inline-block;
    text-align: center;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    height: 20px;
  }
  
  #servicediv{
    display: block;
    height: auto;
    width: 100%;
    margin: auto;
   
  }
  .subdiv{
    margin-top: 50px;
  
    border-bottom: 2px solid black;
  }
  #servicediv .subdiv{
    width: 100%;
    justify-content: center;
    align-items: center;
      
  }

#servicediv .subdiv h4{
  font-size: 20px;
  text-align: center;
  width: 100%;
}

  #innerdiv  {
    display: block;
    
  }
  #innerdiv img{
    width: 50%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    align-items: center;
    justify-items: center;

    
  }

  #awards{
    width: 100%;
    height: 70px;
    background-color: navy;
    color: white;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
  
  }

  #awards h1{
    display: inline-block;
      text-align: center;
      justify-content: center;
      align-items: center;
      font-size: 20px;
    }
  
   .trophy-container {
      display: block;
      justify-content: space-around;
       margin:auto;
      width: 90%;
  }
  
  .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;
    margin-top: 50px;
}
.trophy-item img{
  width: 100%;
}
.cardss-container {
  display: block;
  justify-content: space-around;
  padding: 20px;
  width: 100%;
}
.cardd {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  background-color: white;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.4s ease-in-out;
  position: relative;
  justify-content: center;
  align-items: center;
  justify-items: center;
  margin-top: 50px;
}
.image-containerr {
 
  width: 100%;
  height: auto;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  justify-items: center;
}

.footer-container {
  display: block;
  justify-content: space-between;
  background-color: #cccccc;
  padding: 20px;
  margin: 0;
  width: 100%;
}
.footer-logo {
  max-width: 500px;
  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%;
  margin-top: -90px;

}
.footer-social {
  width: 100%;
  margin-top: -90px;
}
.footer-social a {
  text-decoration: none;
  color: #333;
  margin-right: 5px;
  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;
  width: 100%;
  margin-left: 50px;
  
}

.footer-links{
  
  width: 100%;
  justify-content: center ;
  justify-items: ce;

}



.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;
}






}