.logo {
  height: 140px; 
  width: 140px;
  transition: 0.3s;
  margin-top: -30px;
  top: 0;
}
.logo1 {
  height: 150px; 
  width: 150px;
  transition: 0.2s;
  margin-top: -40px;
  top: 0;
  display: none;
  margin-bottom: -15px;
}
.title{
  text-align: center;
  font-size: 30px;
  margin-bottom: -30px;
  font-family: 'Poppins', sans-serif;
  width:100%;
}
.top-image {
  height: 100px;
  transition: 0.2s;
}

.header-container{ /* changed this for the nav */
  position: scroll;
  top:0;
  width:100%;
  background-color:white;
  padding: 20px 10px;
    align-items: center;
    box-shadow: 1px 5px 20px #b1b1b1;
}

nav {
  overflow: hidden;
  text-align: center;
  top: 0;
  margin-top: -90px;
  margin-bottom: -10px;
  font-size: 19px;

}
.mobileContent{
  display:none;
}
nav a {
  display: inline-block;
  color: #777777;
  text-align: center;
  padding: 20px 20px;
  text-decoration: none;
  font-family: 'Poppins', sans-serif;
  margin: 0;
}

nav a:hover {
  
  opacity: 1;
  color: #9F6CDA;
  padding: 20px 20px;
  border-bottom: 2px solid #9F6CDA;
  
}
.social-icons {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.social-icons a {
  margin: 0 5px;
}

.social-icons img {
  width: 20px;
  height: 20px;
}
.social-icons a:hover {
  border-bottom:none;
}
/*.contact-infos {
  
  flex-direction: column; 
  text-align: right;
  
font-size: 5px;
}*/

.contact-infos p {
  text-align: right;
margin-top: -22px;
margin-bottom: -20px;
margin-left: -100px;
margin-right: 5px;
font-size: 15px;
top:0;
}

.contact-infos a {
  color: #777777;
  text-decoration: none;
}

.contact-infos a:hover {
  border-bottom:none;
}

.line{
  border: 1px solid black; /* Set the border style */
  
}
@media screen and (max-width: 767px) {
  .header-container {
    height: 100px;
    display: none;
    align-items: center;
    position: sticky; /* Make the header sticky */
    top: 0; /* Stick to the top of the viewport */
    z-index: 1000;
    padding:0;
    background-color: #fff; /* Adjust this value as needed */
  }
  .title-container{
   display: flex;
   
   
  }
  .title{
    font-size: 18px;
    margin-top: 27px;
    margin-left: -35px;
    font-family: 'Poppins', sans-serif;
  }
  .logo {
    margin: 2px;
    width: 80px;
    height: 80px;
    display: inline;
    margin-top: -3px;
    float:left;
  }
  
  .header-text {
    display:inline-flex; /* Ensure header text is displayed inline */
    font-size: 20px;
    margin-right: 1px;
    
    /* Adjust the font size of the header text */ /* Add spacing between the header text and the button */
  }
  
.mobileContent{
  height: 70px;
  display: block;
  align-items: center;
  position: sticky; /* Make the header sticky */
  top: 0; /* Stick to the top of the viewport */
  z-index: 1000;
  padding:0;
  background-color: #fff;
  box-shadow: 1px 1px 10px rgb(104, 104, 104);
}
.mobileContent logo{
  margin-top: 20px;
    width: 65px;
    height: 65px;

}
.butt {
  display: inline-block; /* Ensure button is displayed inline */
  padding: 15px 20px; /* Blue color for the button */
  
  border-radius: 2px;
  margin: 20px;
  float:right;
  cursor: pointer;
  background-image: url('menu.png'); /* Add the path to your image */
  background-size: cover;
  background-position: center;
  margin-top: 5px;
  margin-right: 10px;
}
nav a {
  display: none;
}

/* Style for the navigation list */
#navList {
  overflow-x: hidden;
  display: none; /* Initially hide the navigation list */
  position: absolute; /* Position the dropdown list */
  top: 100%; /* Align the top of the list with the bottom of the button */
  /* Position the list to the left of the button */
 /* Align the left of the list with the left of the button */
  width: 100%; /* Make the dropdown list as wide as the button */
  background-color: #fff; /* Adjust background color */
  border: 1px solid #ddd; /* Add border */
  border-top: none; /* Center the list items */
  margin-top: 0.001px;
  
}

/* Style for the navigation links */
#navList a {
  display: block;
  padding: 10px 10px;
  color: #333; /* Dark color for the navigation links */
  text-decoration: none;
  transition: background-color 0.3s;
  z-index: 1000;
  text-align: center; /* Smooth transition for background color */
  overflow: hidden;
}

/* Hover effect for navigation links */
#navList a:hover {
  background-color: #f0f0f0; /* Light gray background color on hover */
}
}






  
body {
  font-family: 'Arial', sans-serif;
  margin: 0;
  padding: 0;
  width: 100vw; /* Set the width to 100% of the viewport width */
max-width: 100%; /* Ensure the container doesn't exceed the viewport width */
margin: 0 auto;
}


.bcontainer {
  padding-left: 100px;
  padding-right: 100px;
}

.bcontainer img {
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
  float: right; /* Align the image to the right */
    margin-left: 20px;
}

.hetch {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 20px;
  color:#9F6CDA;
}

.hetch + .pa {
  margin-top: -20px;
}

.hetch + .hetch {
  margin-top: 30px;
}

.pa {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 20px;
}

.ulli {
  list-style-type: disc;
  margin-left: 20px;
}

.ulli li {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 10px;
}

.btn {
  display: inline-block;
  padding: 10px 20px;
  background-color: #007bff;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
}

.btn:hover {
  background-color: #0056b3;
}
.contant{
  padding-top: 200px;
}
@media screen and (max-width: 767px) {
  .bcontainer {
      padding-left: 10px;
      padding-right: 10px;
  }
  
  .bcontainer img {
      float: none;
      margin: 0 auto 20px; /* Center the image */
  }
  .hetch{
    font-size: 30px;
  }
  .hetch, .hetch + .pa, .hetch + .hetch, .pa, .ulli, .ulli li, .btn {
      
      margin-left: 20px;
  }
  .contant{
    padding-top: 0px;
  }
}

/* Footer Styles */
  /* General Footer Styling (unchanged) */
  footer {
    height: auto; /* Adjust height to fit content dynamically */
    background-color: #e7deee;
    color: #111111;
    padding: 30px 0;
    font-family: 'Poppins', sans-serif;
  }
  .footer-sectionabout{
    margin-left: 80px;
    
    
    }
  .wave-fcontainer{
    margin-top: -120px;
    
  }
 
  .fcontainer {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
  }
  
  .footer-content {
    margin-top: 50px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    align-items: start;
  }
  
  .footer-section {
    flex: 1;
    min-width: 250px;
  }
  
  .footer-section h2 {
    font-size: 18px;
    margin-bottom: 10px;
    text-align: center;
  }
  
  .footer-section p,
  .footer-section ul {
    font-size: 15px;
    margin: 5px 0;
    text-align: center;
  }
  
  .footer-section ul {
    list-style: none;
    padding: 0;
  }
  
  .footer-section ul li {
    margin-bottom: 8px;
  }
  
  .footer-section ul li a {
    color: #111111;
    text-decoration: none;
  }
  
  .footer-section ul li a:hover {
    text-decoration: underline;
  }
   
  /* Styling for the Phone Info Section */
  .footer-section-ph {
     /* Subtle background for contrast */
    padding: 15px;
    border-radius: 10px;
    text-align: center;
   
  }
  
  .footer-section-ph h2 {
    font-size: 20px;
    margin-bottom: 15px;
    color: black;
    text-align: center;
     /* Highlighted heading color */
  }
  
  .footer-section-ph p {
    font-size: 15px;
    line-height: 1.8;
    margin: 8px 0;
  }
  
  .footer-section-ph a {
    color:#1b3e5c;
    font-weight: bold;
    text-decoration: none;
  }
  
  .footer-section-ph a:hover {
    text-decoration: underline;
  }
  
  /* serv Contact Info Section */
  
  .serv {
    margin-top: 35px;
    
  }
  
  
  .serv a {
    color: #111111;
    text-decoration: none;
  }
  
  .serv a:hover {
    text-decoration: underline;
  }
  .copyright{
    text-align: center;
    font-size: 14px;
    margin-bottom: -20px;
    margin-top: 40px;
  }
  .copyright a{
    color: #111111;
    text-decoration: none;
  }
  .copyright a:hover {
    text-decoration: underline;
  }
  
  
  @media (max-width: 768px) {
    .footer-content {
      display: grid;
      grid-template-columns: 1fr;
      gap: 20px;
      align-items: center;
      padding-top: 0px;
    }
    .footer-sectionabout{
      margin-left: 5px;
      text-align: center;
    }
    
  }
  