body{
  padding:0px;
  margin:0px;
  background-color: #fff;
  }
  .navbar{
  color:#000;
  height:90px;
  width:100%;
  background-color:rgb(251, 249, 247);
  box-shadow:0px 0px 0px 5px #f8560b;
  }
  .stringcode-logo-image{
  height:70px;
  width:140px;
  margin-left:80px;
  /* padding:7px; */
  border: 0;
  background-color:rgb(179, 176, 172);
  margin-top:1px;
  border-bottom: none; 
  outline: none;

  }
  .navbar-brand-name{
      margin-top:0px;
  }
  .navbar-menu-container{
  margin-left:580px;
  padding:20px;
  margin-top:-50px;
  }
  .navbar-menu{
  padding:20px;
  
  font-size:20px;
  color:#3b2612;
  width:20px;
  height:10px;
  }
  .navbar-menu:hover{
  width:20px;
  height:10px;
  border-radius:10px;
  background-color:#f8560b;
  color:#fff;
  padding:5px 10px;
  margin:5px;
  cursor:pointer;
 
}
.description{
  margin-left:10px;
  margin-top:20px;
  text-align: center; /* Aligns text content in the center */

 
}
.description1{
  font-size:18px;
  color:#000;
  margin-top:20px;
  font-weight:bold;
  margin-left:10px;
  
}
.description2{
  font-size:18px;
  color:#000;
  margin-top:30px;
  margin-left:10px;

}
.description3{
  font-size:18px;
  color:#000;
  margin-top:30px;
  margin-left:10px;

}
.mail{
  font-weight:bold;
  margin-left:1150px;
  margin-top:-100px;
}
.read-more-btn {
  background-color: #f8560b;
  color: white;
  border: none;
  padding: 8px 16px;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s;
  margin-top: auto; /* Pushes the button to the bottom */
  margin-left: 80px;
  margin-right: 80px;
  font-size:16px;
}

.read-more-btn:hover {
  background-color: #f8560b;
  padding:5px 10px;
  cursor:pointer;
  font-size:18px;
}
.read-more-btn1 {
  background-color: #f8560b;
  color: white;
  border: none;
  padding: 8px 16px;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s;
  margin-top:55px; /* Pushes the button to the bottom */
  margin-left: 80px;
  margin-right: 80px;
  font-size:16px;
}

.read-more-btn1:hover {
  background-color: #f8560b;
  padding:5px 10px;
  cursor:pointer;
  font-size:18px;
}
.read-more-btn2 {
  background-color: #f8560b;
  color: white;
  border: none;
  padding: 8px 16px;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s;
  margin-top:10px; /* Pushes the button to the bottom */
  margin-left: 80px;
  margin-right: 80px;
  font-size:16px;
}

.read-more-btn2:hover {
  background-color: #f8560b;
  padding:5px 10px;
  cursor:pointer;
  font-size:18px;
}

/* Existing styles for services */
/* Basic styles, feel free to modify */
body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  background-color: rgb(217, 216, 216);
}
header {
  background-color:rgb(217, 216, 216);
  color:#000;
  padding: 20px;
  text-align: center;
  margin-top:20px;
}

.services-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  padding: 20px;
}

.service {
  border: 1px solid #ccc;
  border-radius: 5px;
  margin: 10px;
  padding: 20px;
  width: 300px;
  text-align: center;
  background-color: #fef8f8;
  display: flex;
  flex-direction: column; /* Align items in a column */
}
.service p {
  text-align:justify;
}
.about-us-btn{
  background-color:#f8560b;
  color:#fff;
  padding:8px 16px;
  margin-left:50px;
  margin-top:20px;
  border-radius:5px;
  cursor:pointer;
  border:2px solid #fb5d07;
  font-size:16px;
}
.about-us-btn:hover{
  padding:5px 10px;
  font-size:18px;

}
.footer-contact{
  background-color:  #24262b;
  padding: 50px 0;
  height:250px;
  margin-top:30px;
}
.contact-container{
  max-width: 2000px;
  margin:auto;
  display: flex;
  margin-left:180px ;
  
}
.footer-col{
  color: white;
  font-size: 20px;

}
.contact-row{
  line-height:27px;
  margin-left:10px;
  margin-top:-40px;
}
.contact-footer-info{
  text-decoration: none;
  color: #faf8f8;
}
.social-link{
 line-height: 100px;
  display: flex;
}
.footer-col h4{
  line-height:50px;
  text-underline-position: 5px;
}
.img-contact{
  width:30px;
  height:30px;
  cursor:pointer;
}

.slider {
  width: 100%;
  height: 400px; /* Adjust the height as needed */
  position: relative;
  z-index: 0; /* Ensure a lower z-index compared to other elements */
  
}

.slider img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Maintain image aspect ratio */
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0; /* Initially hide all images */
  transition: opacity 0.5s ease-in-out;
}

.slider img:first-child {
  opacity: 1; /* Show the first image by default */
  z-index: 1;
}

.slider img:nth-child(2) {
  z-index: 0;
}

.navigation-button {
  text-align: center;
  position: relative;
}

.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
}

.active,
.dot:hover {
  background-color: #717171;
}
.link-tag{
  color:#000;
  text-decoration: none;
}
.contact{
  margin-top:-60px;
  text-align:start;
  text-decoration: none;
  color:#ccc;
}
.heading1{
  margin-left:30px;
}
.contact-footer-info ul li{
  margin-top:-10px;
}
.content{
  margin-top:20px;
  padding:20px;
}
.section-title{
   text-align: center;
   margin-top:30px;
}
.heading{
   text-align: center;
   font-size: 30px;
   font-family: 'Times New Roman', Times, serif;
   font-weight: bold;
}
.section-content{
   text-align: justify;
   font-size: 20px;
   margin-left: 50px;
   margin-right: 50px;
   margin-top:20px;
}
.link-tag{
   text-decoration: none;
   color:#000;
}
.link-tag:hover{
   text-decoration:none;
   color:white;
}
.footer-contact{
   background-color:  #24262b;
   padding: 50px 0;
   height:250px;
   margin-top:50px;
 }
 .contact-container{
   max-width: 2000px;
   margin:auto;
   display: flex;
   margin-left:180px ;
   
 }
 @media screen and (max-width:600px){
  .navbar{
    width:1100px;
  }
  .navbar-menu{
    margin-top:-20px;
    margin-left:10px;
  }
  .slider{
    width:1100px;
    margin-top:10px;
  }
  .description1{
    display:flex;
    text-align:center;
    margin-left:400px;
    width:300px;
  }
  .description2{
    display:flex;
    text-align:center;
    margin-left:350px;
    margin-top:-30px;
    text-align:center;
    width:600px;
  }
  .description3{
    display:flex;
    margin-top:50px;
    margin-left:-390px;
    text-align:center;
    width:600px;
  }
  header{
    margin-left:400px;
    margin-top:-10px;
    padding:10px;
    text-align:center;
    width:300px;
    
  }
  .read-more-btn{
    padding:8px 16px;
    font-size:16px;
  }
  .services-container{
    margin-left:520px;
  }
  .section-content{
  margin-left:240px;
  text-align:justify;
  width:600px;
  }
  .heading{
    margin-left:270px;
    width:500px;
  }
  .footer-contact{
    width:1100px;
  }
  .heading1{
    margin-left:-30px;
  }
  .contact-footer-info{
    margin-left:-60px;;
  }
  .contact{
    margin-left:-60px;
  }
 }