Al-HUWAITI Shell
Al-huwaiti


Server : LiteSpeed
System : Linux us-phx-web1202.main-hosting.eu 4.18.0-553.84.1.lve.el8.x86_64 #1 SMP Tue Nov 25 18:33:03 UTC 2025 x86_64
User : u615232177 ( 615232177)
PHP Version : 8.1.33
Disable Function : NONE
Directory :  /home/u615232177/domains/florencewaltersconsulting.com/public_html/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /home/u615232177/domains/florencewaltersconsulting.com/public_html/footer.php
<!-- Footer -->
<footer>
    <?php if($page_name == "index.php"){ ?>
    <div
        class="footer-contact bg-contain">
        <div class="container">
            <div class="contact-box radius18">
                <div class="row justify-content-center">
                    <div class="col-12 col-lg-6">
                        <div
                            class="contact-media"
                            data-aos="fade-right"
                            data-aos-anchor=".contact-box">
                            <img
                                src="site_img/general/about1.jpg"
                                loading="lazy">
                        </div>
                    </div>
                    <div class="col-12 col-lg-6">
                        <div class="contact-form-wrap">
                            <div class="contact-box-headings section-headings">
                                <div
                                    class="subheading text-20 subheading-bg"
                                    data-aos="fade-up"
                                    data-aos-anchor=".contact-box">
                                    <svg
                                        class="icon icon-14"
                                        xmlns="http://www.w3.org/2000/svg"
                                        width="14"
                                        height="14"
                                        viewBox="0 0 14 14"
                                        fill="none">
                                        <g clip-path="url(#clip0_9088_4143)">
                                            <path
                                                d="M8.71401 5.28599C11.7514 5.4205 14 5.9412 14 7C14 8.0588 11.7514 8.5795 8.71401 8.71401C8.5795 11.7514 8.0588 14 7 14C5.9412 14 5.4205 11.7514 5.28599 8.71401C2.2486 8.5795 -1.33117e-07 8.0588 0 7C4.62818e-08 5.94119 2.2486 5.4205 5.28599 5.28599C5.4205 2.2486 5.9412 0 7 0C8.0588 0 8.5795 2.2486 8.71401 5.28599Z"
                                                fill="CurrentColor" />
                                        </g>
                                        <defs>
                                            <clipPath>
                                                <rect width="14" height="14" fill="CurrentColor" />
                                            </clipPath>
                                        </defs>
                                    </svg>
                                    <span>Newsletter</span>
                                    <svg
                                        class="icon icon-14"
                                        xmlns="http://www.w3.org/2000/svg"
                                        width="14"
                                        height="14"
                                        viewBox="0 0 14 14"
                                        fill="none">
                                        <g clip-path="url(#clip0_9088_4143)">
                                            <path
                                                d="M8.71401 5.28599C11.7514 5.4205 14 5.9412 14 7C14 8.0588 11.7514 8.5795 8.71401 8.71401C8.5795 11.7514 8.0588 14 7 14C5.9412 14 5.4205 11.7514 5.28599 8.71401C2.2486 8.5795 -1.33117e-07 8.0588 0 7C4.62818e-08 5.94119 2.2486 5.4205 5.28599 5.28599C5.4205 2.2486 5.9412 0 7 0C8.0588 0 8.5795 2.2486 8.71401 5.28599Z"
                                                fill="CurrentColor" />
                                        </g>
                                        <defs>
                                            <clipPath>
                                                <rect width="14" height="14" fill="CurrentColor" />
                                            </clipPath>
                                        </defs>
                                    </svg>
                                </div>
                                <h2
                                    class="heading text-20"
                                    data-aos="fade-up"
                                    data-aos-delay="50"
                                    data-aos-anchor=".contact-box">
                                    Sign up for our Newsletter
                                </h2>
                                <p
                                    class="text text-18"
                                    data-aos="fade-up"
                                    style='margin:0 !important;'
                                    data-aos-delay="80"
                                    data-aos-anchor=".contact-box">
                                    Drop your email and we'll keep you in the loop
                                </p>
                            </div>
                            <form method="POST" id="subscribe-form" class="form contact-form">
                                <div class="dzSubscribeMsg" id="subscribe-response"></div>
                                <div
                                    class="field"
                                    data-aos="fade-left"
                                    data-aos-anchor=".contact-form-wrap">
                                    <label for="ContactForm-email" class="visually-hidden">
                                        Your Email
                                    </label>
                                    <input
                                        id="ContactForm-email"
                                        class="text text-16"
                                        type="text"
                                        placeholder="Your Email*"
                                        name="email"
                                        required>
                                </div>

                                <div
                                    class="form-button"
                                    data-aos="fade-up"
                                    data-aos-anchor=".contact-form-wrap">
                                    <button
                                        type="submit"
                                        name="email_subscribe"
                                        class="button button--primary"
                                        aria-label="Request Free Consultation">
                                        Submit
                                        <span class="svg-wrapper">
                                            <svg
                                                class="icon-20"
                                                width="20"
                                                height="20"
                                                viewBox="0 0 20 20"
                                                fill="none"
                                                xmlns="http://www.w3.org/2000/svg">
                                                <path
                                                    d="M13.3365 7.84518L6.16435 15.0173L4.98584 13.8388L12.158 6.66667H5.83652V5H15.0032V14.1667H13.3365V7.84518Z"
                                                    fill="currentColor"></path>
                                            </svg>
                                        </span>
                                    </button>
                                </div>
                            </form>
                            <script>
                            document.getElementById("subscribe-form").addEventListener("submit", function(e) {
                                e.preventDefault();

                                let formData = new FormData(this);
                                formData.append("email_subscribe", "1");

                                fetch("subscribe", {
                                        method: "POST",
                                        body: formData
                                    })
                                    .then(async res => {
                                        // If PHP throws an error, it might not be JSON
                                        const text = await res.text();
                                        console.log("Raw response:", text);

                                        try {
                                            return JSON.parse(text);
                                        } catch (err) {
                                            throw new Error("Response is not valid JSON");
                                        }
                                    })
                                    .then(data => {
                                        document.getElementById("subscribe-response").textContent = data.message;
                                    })
                                    .catch(err => {
                                        console.error("Fetch error:", err);
                                        document.getElementById("subscribe-response").textContent = "Error: " + err.message;
                                    });
                            });
                            </script>

                        </div>
                    </div>
                </div>
            </div>
        </div>
    </div>
    <?php } ?>
    <!-- Footer Main -->
    <div
        class="footer-main bg-contain"
        style="background-image: url(assets/img/footer/footer-bg-large.jpg)">
        <div class="footer-top">
            <div class="container">
                <div class="row footer-custom-row">
                    <div class="col-12 col-md-6">
                        <div
                            class="footer-widget footer-widget-brand"
                            data-aos="fade-up"
                            data-aos-anchor=".footer-top">
                            <a
                                class="footer-logo"
                                href="<?= $link ?>"
                                aria-label="Logo">
                                <img
                                    src="assets/img/logo-white.png"
                                    alt="Consulo Logo"
                                    width="189"
                                    height="32"
                                    loading="lazy" />
                            </a>
                            <p class="text text-16">
                                <?= $company_name ?> is a multidisciplinary consulting firm providing practical advisory, project support, and capacity-building solutions.
                            </p>
                            <ul
                                class="social-icons list-unstyled"
                                data-aos="fade-up"
                                data-aos-anchor=".footer-top">
                                <li>
                                    <a
                                        class="social-link text"
                                        href="https://web.facebook.com/">
                                        <svg
                                            width="10"
                                            height="18"
                                            viewBox="0 0 10 18"
                                            fill="none"
                                            xmlns="http://www.w3.org/2000/svg">
                                            <path
                                                d="M6.66634 10.2552H8.74967L9.58301 6.92188H6.66634V5.25521C6.66634 4.39739 6.66634 3.58854 8.33301 3.58854H9.58301V0.788625C9.31159 0.752583 8.28551 0.671875 7.20209 0.671875C4.94001 0.671875 3.33301 2.05259 3.33301 4.5883V6.92188H0.833008V10.2552H3.33301V17.3385H6.66634V10.2552Z"
                                                fill="currentColor" />
                                        </svg>
                                        <span class="visually-hidden">Facebook</span>
                                    </a>
                                </li>
                                <li>
                                    <a
                                        class="social-link text"
                                        href="https://www.linkedin.com/">
                                        <svg
                                            width="17"
                                            height="16"
                                            viewBox="0 0 17 16"
                                            fill="none"
                                            xmlns="http://www.w3.org/2000/svg">
                                            <path
                                                d="M3.78357 2.16742C3.78326 2.84601 3.37157 3.45666 2.74262 3.71142C2.11367 3.96619 1.39306 3.81419 0.920587 3.32711C0.448112 2.84001 0.318129 2.11511 0.59192 1.49421C0.86572 0.873305 1.48862 0.480397 2.1669 0.500755C3.0678 0.527797 3.78398 1.26612 3.78357 2.16742ZM3.83357 5.06742H0.500237V15.5007H3.83357V5.06742ZM9.10025 5.06742H5.78357V15.5007H9.06692V10.0257C9.06692 6.97573 13.0419 6.6924 13.0419 10.0257V15.5007H16.3336V8.8924C16.3336 3.75075 10.4503 3.94242 9.06692 6.4674L9.10025 5.06742Z"
                                                fill="currentColor" />
                                        </svg>
                                        <span class="visually-hidden">Linkedin</span>
                                    </a>
                                </li>
                                <li>
                                    <a class="social-link text" href="https://x.com/FW_Consulting">
                                        <svg
                                            width="18"
                                            height="14"
                                            viewBox="0 0 18 14"
                                            fill="none"
                                            xmlns="http://www.w3.org/2000/svg">
                                            <path
                                                d="M17.5104 1.71289C16.8743 1.9943 16.1996 2.17914 15.5088 2.26127C16.2366 1.82561 16.7812 1.14026 17.0411 0.332886C16.3573 0.739186 15.6088 1.02515 14.8282 1.17835C14.1693 0.475394 13.2483 0.0770356 12.2848 0.0781272C10.3605 0.0781272 8.79975 1.63835 8.79975 3.56354C8.79975 3.83666 8.83109 4.10153 8.88967 4.35709C5.99206 4.21121 3.42506 2.82455 1.70565 0.715686C1.39608 1.24757 1.23338 1.85216 1.2342 2.46757C1.2342 3.67667 1.84967 4.74388 2.78458 5.36868C2.23115 5.35118 1.6899 5.20171 1.20599 4.93262C1.20545 4.94726 1.20545 4.9619 1.20545 4.97574C1.20545 6.66484 2.40683 8.07384 4.00166 8.39376C3.70234 8.47476 3.3936 8.51568 3.08352 8.51543C2.85831 8.51543 2.63976 8.49468 2.42733 8.45393C2.8711 9.83826 4.15739 10.8461 5.683 10.8738C4.44845 11.8427 2.92391 12.3683 1.35453 12.3661C1.07677 12.3663 0.799246 12.3499 0.523438 12.3171C2.1167 13.3413 3.97127 13.8849 5.86535 13.8829C12.2763 13.8829 15.7817 8.57243 15.7817 3.9671C15.7817 3.81643 15.778 3.66523 15.7713 3.51615C16.4536 3.02322 17.0425 2.41257 17.5104 1.71289Z"
                                                fill="currentColor" />
                                        </svg>
                                        <span class="visually-hidden">Twitter</span>
                                    </a>
                                </li>
                                <li>
                                    <a
                                        class="social-link text"
                                        href="https://www.instagram.com/florencewaltersconsulting">
                                        <svg
                                            width="18"
                                            height="18"
                                            viewBox="0 0 18 18"
                                            fill="none"
                                            xmlns="http://www.w3.org/2000/svg">
                                            <path
                                                d="M9.85724 0.671875C10.7951 0.673425 11.2703 0.678392 11.681 0.690617L11.8427 0.6959C12.0296 0.702542 12.2139 0.710875 12.4362 0.721292C13.3229 0.762267 13.9278 0.902542 14.4591 1.10879C15.0083 1.3206 15.4722 1.60671 15.9354 2.06991C16.3979 2.5331 16.6841 2.99837 16.8966 3.54629C17.1021 4.07685 17.2424 4.68241 17.2841 5.56921C17.294 5.79143 17.302 5.97577 17.3086 6.16263L17.3138 6.32437C17.326 6.73499 17.3316 7.21032 17.3333 8.14818L17.334 8.76952C17.3341 8.84543 17.3341 8.92377 17.3341 9.0046L17.334 9.23968L17.3335 9.8611C17.3319 10.7989 17.327 11.2743 17.3147 11.6848L17.3094 11.8466C17.3028 12.0335 17.2945 12.2178 17.2841 12.44C17.2431 13.3268 17.1021 13.9317 16.8966 14.4629C16.6847 15.0123 16.3979 15.4762 15.9354 15.9393C15.4722 16.4018 15.0062 16.6879 14.4591 16.9004C13.9278 17.106 13.3229 17.2463 12.4362 17.2879C12.2139 17.2978 12.0296 17.3059 11.8427 17.3124L11.681 17.3177C11.2703 17.3299 10.7951 17.3354 9.85724 17.3373L9.23582 17.3379C9.1599 17.3379 9.08157 17.3379 9.00074 17.3379H8.76565L8.14424 17.3373C7.2064 17.3358 6.73109 17.3309 6.32046 17.3186L6.15873 17.3134C5.97185 17.3067 5.78752 17.2983 5.5653 17.2879C4.67849 17.247 4.07433 17.106 3.54239 16.9004C2.99377 16.6887 2.52919 16.4018 2.06599 15.9393C1.6028 15.4762 1.31739 15.0102 1.10489 14.4629C0.898636 13.9317 0.759052 13.3268 0.717386 12.44C0.707486 12.2178 0.69941 12.0335 0.692869 11.8466L0.687627 11.6848C0.675435 11.2743 0.669877 10.7989 0.668077 9.8611L0.667969 8.14818C0.669519 7.21032 0.674477 6.73499 0.686702 6.32437L0.691994 6.16263C0.698635 5.97577 0.706969 5.79143 0.717386 5.56921C0.758352 4.68171 0.898636 4.07754 1.10489 3.54629C1.31669 2.99768 1.6028 2.5331 2.06599 2.06991C2.52919 1.60671 2.99447 1.32129 3.54239 1.10879C4.07364 0.902542 4.6778 0.762958 5.5653 0.721292C5.78752 0.7114 5.97185 0.703325 6.15873 0.696783L6.32046 0.691542C6.73109 0.679342 7.2064 0.673783 8.14424 0.671983L9.85724 0.671875ZM9.00074 4.83796C6.6983 4.83796 4.83405 6.70423 4.83405 9.0046C4.83405 11.307 6.70033 13.1713 9.00074 13.1713C11.3032 13.1713 13.1674 11.305 13.1674 9.0046C13.1674 6.70221 11.3011 4.83796 9.00074 4.83796ZM9.00074 6.50462C10.3815 6.50462 11.5007 7.62352 11.5007 9.0046C11.5007 10.3853 10.3818 11.5046 9.00074 11.5046C7.61999 11.5046 6.50072 10.3858 6.50072 9.0046C6.50072 7.62385 7.61957 6.50462 9.00074 6.50462ZM13.3757 3.58796C12.8013 3.58796 12.3341 4.05455 12.3341 4.62892C12.3341 5.20329 12.8007 5.6706 13.3757 5.6706C13.9501 5.6706 14.4174 5.20402 14.4174 4.62892C14.4174 4.05455 13.9493 3.58724 13.3757 3.58796Z"
                                                fill="currentColor" />
                                        </svg>
                                        <span class="visually-hidden">Instagram</span>
                                    </a>
                                </li>
                            </ul>
                        </div>
                    </div>
                    <div class="col-12 col-md-6">
                        <div
                            class="footer-widget footer-widget-menu"
                            data-aos="fade-up"
                            data-aos-anchor=".footer-top">
                            <div class="widget-heading heading text-22">Quick Links</div>
                            <ul class="footer-menu list-unstyled">
                                <li>
                                    <a
                                        href="about"
                                        class="text text-16 link"
                                        aria-label="About Us">
                                        About Us
                                    </a>
                                </li>
                                <li>
                                    <a
                                        href="team"
                                        class="text text-16 link"
                                        aria-label="Our Team">
                                        Our Team
                                    </a>
                                </li>
                                <li>
                                    <a
                                        href="services"
                                        class="text text-16 link"
                                        aria-label="Services">
                                        Services
                                    </a>
                                </li>
                                <li>
                                    <a
                                        href="blog"
                                        class="text text-16 link"
                                        aria-label="Blogs">
                                        Blogs
                                    </a>
                                </li>
                                <li>
                                    <a
                                        href="contact"
                                        class="text text-16 link"
                                        aria-label="Blogs">
                                        Contact Us
                                    </a>
                                </li>
                            </ul>
                        </div>
                    </div>
                    <div class="col-12 col-md-6">
                        <div
                            class="footer-widget footer-widget-menu"
                            data-aos="fade-up"
                            data-aos-anchor=".footer-top">
                            <div class="widget-heading heading text-22">Services</div>
                            <ul class="footer-menu list-unstyled">
                                <?php
                                        $stmt_sernav = $con -> prepare('SELECT unique_id,heading FROM services'); 
                                        $stmt_sernav -> execute(); 
                                        $stmt_sernav -> store_result(); 
                                        $stmt_sernav -> bind_result($service_id,$service_title); 
                                        $numrows_sernav = $stmt_sernav -> num_rows();
                                        if($numrows_sernav > 0){
                                            while ($stmt_sernav -> fetch()) {                                      
                                        echo"
                                        <li>
                                    <a
                                        href='details?u=$service_id&title=services'
                                        class='text text-16 link'
                                        aria-label='$service_title'>
                                        $service_title
                                    </a>
                                </li>
                                        ";
                                            }
                                        } ?>


                            </ul>
                        </div>
                    </div>
                    <div class="col-12 col-md-6">
                        <div
                            class="footer-widget footer-widget-menu"
                            data-aos="fade-up"
                            data-aos-anchor=".footer-top">
                            <div class="widget-heading heading text-22">Information</div>
                            <ul class="footer-menu list-unstyled">
                                <li>
                                    <a
                                        href="contact"
                                        class="text text-16 link"
                                        aria-label="Contact">
                                        Contact
                                    </a>
                                </li>
                                <li>
                                    <a
                                        href="privacy"
                                        class="text text-16 link"
                                        aria-label="Privacy Policy">
                                        Privacy Policy
                                    </a>
                                </li>
                                <li>
                                    <a
                                        href="terms"
                                        class="text text-16 link"
                                        aria-label="Terms & Conditions">
                                        Terms & Conditions
                                    </a>
                                </li>
                                <li>
                                    <a
                                        href="faqs"
                                        class="text text-16 link"
                                        aria-label="FAQ">
                                        Faqs
                                    </a>
                                </li>
                            </ul>
                        </div>
                    </div>
                </div>
            </div>
        </div>
        <div class="footer-bottom">
            <div class="container">
                <div class="row footer-bottom-row">
                    <div class="col-12 col-md-6 col-lg-6">
                        <div class="footer-copyright text text-16">
                            Copyright ©<span class="current-year"></span> <?= $company_name ?>. All
                            rights reserved.
                        </div>
                    </div>
                    <div class="col-12 col-md-6 col-lg-6">
                        <ul class="footer-menu footer-policies list-unstyled">
                            <li>
                                <a
                                    href="privacy"
                                    class="text text-16 link"
                                    aria-label="Privacy Policy">
                                    Privacy Policy
                                </a>
                            </li>
                            <li>
                                <a
                                    href="faqs"
                                    class="text text-16 link"
                                    aria-label="FAQ">
                                    Faqs
                                </a>
                            </li>
                            <li>
                                <a
                                    href="contact"
                                    class="text text-16 link"
                                    aria-label="FAQ">
                                    Contact
                                </a>
                            </li>
                        </ul>
                    </div>
                </div>
            </div>
        </div>
    </div>
</footer>

<!-- Modal and Drawer Overlay -->
<drawer-opener id="drawer-overlay"></drawer-opener>

<!-- Scroll to Top Button -->
<scroll-top>
    <div class="scroll-to-top">
        <svg
            xmlns="http://www.w3.org/2000/svg"
            fill="none"
            viewBox="0 0 24 24"
            stroke-width="1.5"
            stroke="currentColor">
            <path
                stroke-linecap="round"
                stroke-linejoin="round"
                d="m4.5 15.75 7.5-7.5 7.5 7.5" />
        </svg>
    </div>
</scroll-top>

<!-- all js -->
<script src="assets/js/vendor.js" defer></script>
<script src="assets/js/main.js" defer></script>
<a href="https://wa.me/<?= $company_phone1 ?>" target="_blank" class="whatsapp-float">
    <img src="assets/img/wa.png" alt="Whatsapp Icon" title="Chat with us!">
</a>

<style>
.whatsapp-float {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 9999;
}

.whatsapp-float img {
    width: 60px;
    /* adjust size as needed */
    height: 60px;
    cursor: pointer;
    border-radius: 50%;
    /* makes the glow circular */
    animation: bounce 2s infinite, glow 2.5s infinite;
}

/* Gentle bounce */
@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-8px);
    }

    60% {
        transform: translateY(-4px);
    }
}

/* Soft green pulsing glow */
@keyframes glow {
    0% {
        box-shadow: 0 0 5px rgba(37, 211, 102, 0.4),
            0 0 10px rgba(37, 211, 102, 0.3);
    }

    50% {
        box-shadow: 0 0 15px rgba(37, 211, 102, 0.7),
            0 0 25px rgba(37, 211, 102, 0.6);
    }

    100% {
        box-shadow: 0 0 5px rgba(37, 211, 102, 0.4),
            0 0 10px rgba(37, 211, 102, 0.3);
    }
}
</style>
</body>

</html>

Al-HUWAITI Shell