    .navbar {
        position: fixed;
        background-color: #a7d7a7;
        top: 0;
        left: 0;
        width: 100%;
        padding: 0.5rem 1rem;
        z-index: 1000;
        box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    }

    .nav-item {
        font-weight: 600;
        padding: 0 0.75rem;
    }

    nav ul li a:hover {
    background: rgba(255, 255, 255, 0.2);
    }

    .navbar-nav .nav-link.active {
    background-color: #3CA11D !important;
    color: white !important;
    border-radius: 5px;
    padding: 8px 12px;
    }

    body {
        padding-top: 70px; /* Adjust based on navbar height */  
    }
    html {
        scroll-behavior: smooth;
    }

    * {
        font-family: 'Inter', sans-serif;
    }

    body {
        background-color: #f8f9fa;
        
    }
    .login-btn{
        border-radius: 50px;
         background-color: #3CA11D; 
         font-weight: 00PX; 
         font-size: 13PX;
          padding: 8PX 26PX;
}
.pst-e-ptn-logo{
      width: 30px;
  }
  .Post-Ptn-logo{
  background-color: white;
   width: 50px;
    height: 50px;
     border-radius: 25px;
      display: flex; 
      align-items: center;
       justify-content: center;
       position: fixed;
        bottom: 50px;right: 50px;
         box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);z-index: 9999;
  }
  .google-play-icon {
        width: 8%;
        margin-top: 12px;
   }
    .donate-img {
        
        max-width: 267px;
        height: auto;
    }

    .Media-section {
        padding: 4rem 1rem;
    }
    .media{
        background-color: #F6F5F2;
        padding: 30px;
        border-radius: 1rem;
    }
    .media-section1{
        display: flex;
        justify-content: space-around;
        width: 100%;
    }
    .media-img{
        width: 27%;
        height: 100%;
    }
    .media-img1{
        width: 11%;
        height: 100%;
    }
    .media-img-middle{
        width: 88%;
        margin: 30px 0px;
    }
    .media-img-btm2{
        width: 43%;
        height: 0%;
    }
    .media-img-btm1{
        width: 10%;
        height: 0%;
    }

    .footer {
        padding: 3rem 1rem;
        margin-top: 30px;
    }
    @media (max-width: 992px){
        .google-play-icon {
        width: 12%;
        margin-top: 12px;
   }
    }
    @media (max-width: 768px){
        .media-section1{
            display: flex;
            flex-direction: column;
            gap: 18px;
            align-items: center;
        }
        .google-play-icon {
        width: 18%;
        margin-top: 18px;
   }
        .media-img1{
            width: 100%;
            height: 100%;
        }
        .media-img{
            width: 100%;
            height: 100%;
        }
        .media-img-btm1{
            width: 100%;
            height: 100%;
        }
        .media-img-btm2{
            width: 100%;
            height: 100%;
        }
    }
    @media (max-width: 478px){
        .google-play-icon {
        width: 20%;
        margin-top: 12px;
   }
    }
    @media (max-width: 420px){
    .media-icons{
    width: 18px;
margin-bottom: 10px;
}
h4{
font-size: 13px;
}
.navbar-toggler{
width: 1.2em;
height: 1.2em;
}
.navbar-toggler-icon{
width: 1em;
height: 1em;
position: relative;
bottom: 4px;
right: 10px;
}
.img-fluid{
width: 100px;
}
.Media-section {
        padding: 1rem;
    }
    .login-btn{
    font-size: 12px;
    padding: 4px 18px;
    margin-left: 12px;
}
.Post-Ptn-logo{
    bottom: 25px;
    right: 18px;
    width: 35px;
    height: 35px;
    border-radius: 25px;
    }
    .pst-e-ptn-logo {
    width: 26px;
    margin-bottom: 4px;
    }
    .google-play-icon {
        width: 22%;
        margin-top: 12px;
   }
   .footer {
            border-radius: 25px 25px 0px 0px;
            padding: 50px 0px;
        }
}
