.float,
.float1 {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 59px;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100
}

.email-single-line span {
    white-space: nowrap
}

.float {
    left: 25px
}

.float1 {
    left: 95%
}

.iconwhatsup {
    display: none
}

@media only screen and (max-width:600px) {
    .lbldes {
        display: none !important
    }
    .iconwhatsup {
        display: block !important
    }
    .float1 {
        width: 50px;
        height: 50px;
        left: 81% !important
    }
}



.float,
.float12 {
  
    position: fixed;
    width: 60px;
    height: 32px;
    bottom: 408px;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100
}

.email-single-line span {
    white-space: nowrap
}

.float {
    left: 25px
}

.float12 {
 left: 95%;
}

.iconwhatsup {
    display: none
}

@media only screen and (max-width:600px) {
    .lbldes {
        display: none !important
    }
    .iconwhatsup {
        display: block !important
    }
    .float1 {
        width: 50px;
        height: 50px;
        left: 81% !important
    }
}



.float,
.float123 {
  
    position: fixed;
    width: 60px;
    height: 45px;
    bottom: 352px;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100
}

.email-single-line span {
    white-space: nowrap
}

.float {
    left: 25px
}

.float123 {
  left: 95%
}

.iconwhatsup {
    display: none
}

@media only screen and (max-width:600px) {
    .lbldes {
        display: none !important
    }
    .iconwhatsup {
        display: block !important
    }
    .float1 {
        width: 50px;
        height: 50px;
        left: 81% !important
    }
}








.float,
/* Wrapper for all social icons */
.floating-social-container {
    position: fixed;
    top: 40%;
    right: 3%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    z-index: 1000;
}

.floating-social-container a {
    width: 40px;
    height: 40px;
    background-color: white;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    font-size: 30px;
    color: #fff;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

/* Individual icon styling */
.floating-social-container a .fa {
    line-height: inherit;
}

/* Hide on mobile */
@media screen and (max-width: 1200px) {
    .floating-social-container {
        display: none !important;
    }
}

/* Adjust right positioning for ultra-wide desktop */
@media screen and (min-width: 1367px) and (max-width: 1460px) {
    .floating-social-container {
        right: 3%;
    }
}

@media screen and (min-width: 1250px) and (max-width: 1366px) {
    .floating-social-container {
        right: 3%;
    }
}
