.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;;}





/* smarttv Icon Styles Start */
.smarttv-icon {
    position: fixed;
    bottom: 380px; /* Adjust this value to position it above fast-icon */
    right: 20px;
    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;
}

.smarttv-icon img {
    /*width: 40px;*/
    /*height: 40px;*/
    transition: transform 0.3s ease;
}

.whatsapp-icon:hover img {
    transform: scale(1.1);
}
/* smarttv Icon Styles End */


/* WhatsApp Icon Styles Start */
.whatsapp-icon {
    position: fixed;
    bottom: 290px; /* Adjust this value to position it above fast-icon */
    right: 20px;
    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;
}

.whatsapp-icon img {
    width: 40px;
    height: 40px;
    transition: transform 0.3s ease;
}

.whatsapp-icon:hover img {
    transform: scale(1.1);
}
/* WhatsApp Icon Styles End */

/* fast Icon Styles Start */
.fast-icon {
    position: fixed;
    bottom: 200px; /* 90px above IP icon (110px + 90px) */
    right: 20px;
    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;
}

.fast-icon img {
    width: 40px;
    height: 40px;
    transition: transform 0.3s ease;
}

.fast-icon:hover img {
    transform: scale(1.1);
}
/* fast Icon Styles End */

/* IP Icon Styles Start */
.ip-icon {
    position: fixed;
    bottom: 110px; /* 90px above Play Store icon (20px + 90px) */
    right: 20px;
    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;
}

.ip-icon img {
    width: 40px;
    height: 40px;
    transition: transform 0.3s ease;
}

.ip-icon:hover img {
    transform: scale(1.1);
}
/* IP Icon Styles End */

.playstore-icon {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: ; /* This seems to be an empty value, consider adding a 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: ; /* This seems to be an empty value, consider adding a 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:50px;
}