
        /* Sticky Footer - Visible Only on Mobile */
        .sticky-footer {
            position: fixed;
            bottom: 0;
            left: 0;
            right: 0;
            background-color: #333;
            /* Dark background for contrast */
            padding: 10px 0;
            z-index: 9999;
            /* Ensure it's above other elements */
            display: none;
            /* Hidden by default */
            box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
        }

        /* Footer Icon Styles */
        .footer-icon {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            text-decoration: none;
            color: white;
            font-size: 14px;
            width: 33%;
            /* Ensure each icon takes equal width */
            text-align: center;
        }

        .footer-icon i {
            font-size: 20px;
            /* Adjust icon size */
            margin-bottom: 5px;
        }

        .footer-icon span {
            font-size: 12px;
            /* Label text size */
        }

        /* Show Sticky Footer on Mobile */
        @media (max-width: 767px) {
            .sticky-footer {
                display: block;
                /* Show on mobile */
            }
            #phone-2 {
                /* display: inline-block !important; */
                /* Ensures the element stays visible */
                visibility: visible !important;
                /* Makes sure the element is visible */
            }
        }


        /* Optional: Add some space between the footer content and the bottom of the page */
        body {
            padding-bottom: 60px;
            /* Adjust this value as needed to avoid overlap */
        }
        #text-phone{
            font-size: 3.4vw;
        }
        #text-phone-icon{
            font-size: 22px;
        }
        .text-call{
            display: flex;
            flex-direction: column;
            gap: 3px;
            justify-content: center;
            align-items: center;
            margin-bottom: -16px;
           
        }
        #footer-phone-call{
            display: flex;
            flex-direction: row;
            justify-content: center;
            align-items: center;
            margin: 0;
            padding: 0;
        }
