.navbar {
    padding: 1rem 2rem;
  }
  
  .navbar-brand img {
    width: 60px;
    height: 60px;
  }
  
  .navbar-nav .nav-link {
    font-size: 1.2rem;
    padding: 0.8rem 1rem;
    position: relative;
    color: #000;
    transition: color 0.3s;
  }
  
  .navbar-nav .nav-link::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 5px;
    width: 0%;
    height: 2px;
   
    transition: width 0.3s;
  }
  
  .navbar-nav .nav-link.active::after {
    width: 100%;
  }
  
  .navbar-nav .nav-link:hover::after {
    width: 100%;
    }
    .navbar-toggler-icon {
        width: 35px;
        height: 35px;
      }
        .about-img{
        width:350px;
        height:350px;
        }   .contact-container {
            padding: 50px 0;
            background-color: #f8f9fa;
          }
          .contact-title {
            font-size: 2rem;
            font-weight: bold;
          }
          .social-icons img {
            width: 32px;
            margin: 0 10px;
          }
          .contact-title{
              color: green;
          }
          .second-tittle{
              color: green;
          }
          .btn-success{
              background-color:rgb(8, 94, 8);
          }
          .map-container {
            margin-top: 20px;
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 4px 8px rgba(0,0,0,0.1);
          }