.pb-100px {
    padding-bottom: 50px;
}

.logocss-footer{
    width: 100px;
    height:auto;
}

@media (min-width: 992px) {
    .quicklinks {
        display: flex;
        justify-content: center;
        align-items: start;
        gap: 1rem;
        
    }

}
@media (min-width: 767px) and (max-width: 992px) {
    .quicklinks {
        margin-bottom: 30px;
         
     }
     .pl-120px {
        padding-left: 10px !important;
}
.product-details-content .pro-details-same-style.pro-details-social-info {
    margin-bottom: 0px;
}
}
@media (max-width: 767px) {
 .pl-120px {
    padding-left: 10px !important;
}
.line-shape::after {
    display: none;
}
.mb-md-30px {
    margin-bottom: 15px;
}
.mob-about{
    margin-top: 30px;
    margin-bottom: 0px !important;
}
.quicklinks {
   margin-bottom: 15px;
    
}
/* .float {
    bottom: 47% !important;
    right: 40px;
} */
 .logocss-footer{
    width: 74px;
    height:auto;
}


}
@media (max-width: 992px) {
    .line-shape::after {
        display: none;
      }
}


/* .pl-120px {
    padding-left: 0px;
} */

/* ===========float button start============= */
/* Style for the floating action button */
.float, .float-phone {
    position: fixed;
    width: 60px;
    height: 60px;
    background-color: #ef6b96;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    transition: background-color 0.3s ease;
}
 .float-phone:hover {
    position: fixed;
    width: 60px;
    height: 60px;
    background-color: #000;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    transition: background-color 0.3s ease;
}


.float {
    bottom: 50%;
    right: 40px;
}

.my-float {
    margin-top: 16px;
}

.float:hover {
    background-color: #000 !important; /* Optional: Darker shade on hover */
}

.float:hover .my-float {
    color: #fff;
}

.float-phone {
    bottom: 40%;
    right: 40px;
    border-radius: 50%;
}

.my-float-phone {
    margin-top: 16px;
}

.float-phone:hover .my-float-phone {
    color: #fff;
}

/* .contact-padd{
    padding-left: calc(var(--bs-gutter-x)* .5);
} */
/* =========== Mobile Responsiveness =========== */
@media only screen and (max-width: 600px) {
    .float, .float-phone {
        width: 45px;
        height: 45px;
        font-size: 20px;
        bottom: 90px; /* Adjusted to keep space on small screens */
    }

    .my-float, .my-float-phone {
        margin-top: 10px;
    }

    .float-phone {
        bottom: 20px; /* Adjusted position for phone button */
    }
    #scrollUp {
        height: 45px;
        width: 45px;
    }
    .pe-7s-angle-up{
        font-style: 34px;
    }

}

/* Further adjustments for very small screens */
@media only screen and (max-width: 400px) {
    .float, .float-phone {
        width: 40px;
        height: 40px;
        font-size: 18px;
        bottom: 60px;
    }

    .my-float, .my-float-phone {
        margin-top: 12px;
    }

    .float-phone {
        bottom: 10px;
    }
    #scrollUp {
        height: 40px;
        width: 40px;
    }
    .pe-7s-angle-up{
        font-style: 34px;
    }
}
/* ===========float button end============= */

/* =========== Mobile Responsiveness =========== */
@media only screen and (max-width: 767px) {
    .float {
        bottom: 50%;
        right: 20px;
    }
    .float-phone {
        bottom: 42%;
        right: 20px;
        border-radius: 50%;
    }
    .pe-7s-angle-up{
        font-style: 34px;
    }
}

.offcanvas-close:hover{
    background-color: #000 !important;
}