.dropbtn {
  background: linear-gradient(105deg, rgba(91,104,235,1) 0%, rgba(40,225,253,1) 100%);;
  color: white;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  border: none;
  margin-top:10px;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background: white;
  color: #fff !important;
  min-width: 180px;
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 14px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background: linear-gradient(105deg, rgba(91,104,235,1) 0%, rgba(40,225,253,1) 100%);}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {background-color: #4b8ef1;;}






.playstore-icon {
        position: fixed;
        bottom: 20px;
        right: 20px;
        background-color: ;
        color: #fff;
        width: 60px;
        height: 60px;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
        transition: background-color 0.3s ease;
        z-index: 9999;
        overflow: hidden;
      }
    
      .playstore-icon:hover {
        background-color: ;
      }
    
      .playstore-icon img {
        width: 40px;
        height: 40px;
        transition: transform 0.3s ease;
      }
    
    
      /* Pulse Animation */
      @keyframes pulseAnimation {
        0% {
          transform: scale(1);
        }
        50% {
          transform: scale(1.1);
        }
        100% {
          transform: scale(1);
        }
      }
    	.pulse img{
    		animation: pulseAnimation 0.5s infinite alternate;
    	
    	}
    	.playstore-icon:hover img {
            transform: scale(1.1);
          }
    

        .img1{
            max-width:75%;
            display: inline-block;
            margin-top:20px;
        
        }
        
        
        .loc{
            height:50px;
            width:48px;
        }