.logo{
  width: 100px;
  height: 10px;
  margin-bottom: 50px;
}


.contact-button1{
    display: inline-block;
    background-color: #481f9a;
    color: white;
    padding: 12px 24px;
    font-size: 1rem;
    text-decoration: none;
    border-radius: 4px;
    transition:  0.3s ease;
    margin-top: 20px;

}

.banner-section {
    position: relative;
    width: 100%;
    height: 500px;
    overflow: hidden;
    text-align: center;
    color: white;
  }
  
  .banner-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
  }
  
  .banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); 
    z-index: 2;
  }
  
  .banner-text {
    position: relative;
    z-index: 3;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 20px;
  }
  
  .banner-text h1 {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 10px;
  }
  
  .banner-text p {
    font-size: 1.25rem;
  }
  

  .about-section {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
    padding: 100px;
    gap: 40px;
  }
  
  .about-content {
    flex: 1;
    padding-top: 60px;
    min-width: 300px;
    max-width: 50%;
  }
  
  .about-content h2 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 20px;
  }
  
  .about-content p {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #333;
  }
  
  .about-image {
    flex: 1;
    min-width: 300px;
    max-width: 50%;
  }
  
  .about-image img {
    width: 100%;
    height: 600px;
    object-fit: cover;
    border-radius: 8px;
  }

  .contact-section {
    background-image: url('asssests/1.png'); 
    background-size: cover;
    background-position: center;
    padding: 100px 40px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-height: 500px;
    position: relative;
    margin-bottom: 100px;
  }
  
  .contact-section {
    background-image: url('asssests/1.png');
    background-size: cover;
    background-position: center;
  }
  
  .contact-content {
    max-width: 400px;
    text-align: left;
    border-radius: 8px;
  }
  
  .contact-content h2 {
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 20px;
  }
  
  .contact-content p {
    font-size: 1.2rem;
    margin-bottom: 20px;
    line-height: 1.6;
  }
  
  .contact-button {
    display: inline-block;
    background-color: #481f9a;
    color: white;
    padding: 12px 24px;
    font-size: 1rem;
    text-decoration: none;
    border-radius: 4px;
    transition:  0.3s ease;
  }
  
  .contact-button:hover {
    background-color: #0056b3;
  }

  .swiper {
    padding-bottom: 100px;
    width: 100%;
    height: 100%;
  }

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 300px;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

.map-container{
   position: relative;
}
  
  
  body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
  }
  
  .map-container {
    width: 100%;
    height: 500px;
    position: relative;
    overflow: hidden;
  }
  
  .map-container iframe {
    width: 100%;
    height: 100%;
    border: none;
  }

.footer{
  background-color: rgb(30, 30, 30);
  color: #fff;
  height: 200px;
  padding: 30px;
}


.icon-bar {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  z-index: 99999;
}
.icon-bar a {
  display: block;
  text-align: center;
  padding: 16px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
}
.facebook {
  background: #25D366;
}
.twitter {
  background: #55ACEE;
}
.sidebar-link {
  background: #d44638;
}
/* .small-only {
  display: none;
}




