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/index.php
<?php session_start();
$page_name = basename($_SERVER['PHP_SELF']); 
include("header.php"); ?>
<title><?php echo $company_name; ?> - Home</title>

<!-- Main -->
<main>
    <!-- Hero Slider -->
    <new-banner class="hero-slider slider-with-thumb with-floating-header">
        <div class="main-slider" data-aos="fade-down">
            <div class="swiper">
                <div class="swiper-wrapper">
                    <?php
                $stmt_slider = $con -> prepare('SELECT * FROM picture_slider'); 
                $stmt_slider -> execute(); 
                $stmt_slider -> store_result(); 
                $stmt_slider -> bind_result($slideid,$slideheading,$slideparagraph,$slidepicture); 
                $numrows_slider = $stmt_slider -> num_rows();
                if($numrows_slider > 0){
                    while ($stmt_slider -> fetch()) { 
                ?>
                    <div class="swiper-slide">
                        <div class="slider-card overlay">
                            <picture class="slider-media">
                                <source
                                    media="(max-width: 575px)"
                                    srcset="site_img/home_background/<?= $slidepicture; ?>" />
                                <source
                                    media="(max-width: 991px)"
                                    srcset="site_img/home_background/<?php echo $slidepicture; ?>" />
                                <img
                                    src="site_img/home_background/<?php echo $slidepicture; ?>"
                                    width="1920"
                                    height="1280"
                                    loading="eager"
                                    alt="Hero Image" />
                            </picture>
                            <div class="slider-content">
                                <div
                                    class="container-fluid height-100 d-flex align-items-center">
                                    <div
                                        class="content-box slider-animation section-headings">
                                        <div class="subheading text-20 subheading-bg">
                                            <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_414319)">
                                                    <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><?= $company_name ?></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)z">
                                                    <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-90 fw-700">
                                            <?= $slideheading; ?>
                                        </h2>
                                        <div class="text text-18">
                                            <?= $slideparagraph; ?>
                                        </div>
                                        <div class="buttons">
                                            <a
                                                href="services"
                                                class="button button--secondary"
                                                aria-label="hero button">
                                                Get Started
                                                <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" />
                                                    </svg>
                                                </span>
                                            </a>
                                        </div>
                                    </div>
                                </div>
                            </div>
                        </div>
                    </div>
                    <?php } } ?>
                </div>
            </div>
        </div>
        <div class="container-fluid position-relative">
            <div class="thumb-slider">
                <div class="swiper">
                    <div class="swiper-wrapper">
                        <!-- Slides -->
                        <?php 
                         //fade-right, fade-left, zoom-in
                         $data_aos_array = array("fade-left", "zoom-in", "fade-right", "zoom-out");
                         ?>
                        <?php
                            $stmt_slider1 = $con -> prepare('SELECT picture FROM picture_slider'); 
                            $stmt_slider1 -> execute(); 
                            $stmt_slider1 -> store_result(); 
                            $stmt_slider1 -> bind_result($slidepicture1); 
                            $numrows_slider1 = $stmt_slider1 -> num_rows();
                            if($numrows_slider1 > 0){
                                while ($stmt_slider1 -> fetch()) { 
                                    $random_key = array_rand($data_aos_array);
                                    $random_value = $data_aos_array[$random_key];
                        ?>
                        <div class="swiper-slide" data-aos="<?= $random_value ?>">
                            <div class="thumb-img">
                                <img
                                    src="site_img/home_background/<?= $slidepicture1; ?>"
                                    width="120"
                                    height="120"
                                    loading="lazy"
                                    alt="Slider image" />
                            </div>
                        </div>

                        <?php } } ?>

                    </div>
                </div>
            </div>
        </div>--
    </new-banner>

    <div class="image-text mt-100">
        <div class="container">
            <div class="row align-items-center">
                <div class="col-lg-6 col-12">
                    <div class="media-wrap">
                        <img
                            src="site_img/general/home1.jpg"
                            style="height:600px;width:100%;object-fit:cover;"
                            loading="lazy"
                            alt="Image"
                            data-aos="zoom-in-up">
                        <div
                            class="image-small"
                            data-aos="zoom-in-down"
                            data-aos-anchor-placement="bottom-bottom">
                            <img
                                src="site_img/general/home2.jpg"
                                style="height:100px;width:100px;object-fit:cover;"
                                loading="lazy"
                                alt="Image">
                        </div>
                    </div>
                </div>
                <div class="col-lg-6 col-12">
                    <div class="content section-headings">
                        <div
                            class="subheading text-20 subheading-bg"
                            data-aos="fade-up">
                            <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><?= $company_name ?></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-50"
                            data-aos="fade-up"
                            data-aos-delay="50">
                            Context aware solutions that help you perform and evolve
                        </h2>
                        <div
                            class="text text-18"
                            data-aos="fade-up"
                            data-aos-delay="80">
                            Our mission is to empowers businesses off all sizes to thrive
                            in an increasingly competitive business environment.
                        </div>
                        <ul class="list-block list-unstyled">
                            <li
                                class="text-item text text-18"
                                data-aos="fade-up"
                                data-aos-delay="100">
                                <svg
                                    xmlns="http://www.w3.org/2000/svg"
                                    width="60"
                                    height="60"
                                    viewBox="0 0 60 60"
                                    fill="none">
                                    <circle cx="30" cy="30" r="29.5" stroke="#1C2539" />
                                    <g clip-path="url(#clip0_9088_7871)">
                                        <path
                                            d="M17.6645 23.0585C17.9536 23.0713 18.1997 22.8406 18.2097 22.5496L18.2916 20.171H19.8332L19.8752 23.414C19.8776 23.6041 19.9822 23.7782 20.149 23.8696C20.2281 23.913 20.3153 23.9345 20.4025 23.9345C20.499 23.9345 20.5954 23.908 20.6804 23.8554L23.0793 22.3682C23.4423 22.1432 23.8385 21.9858 24.257 21.9001L26.0346 21.5365C26.2934 22.4812 26.9984 23.2578 27.9438 23.5951C28.4258 23.7671 28.9633 23.6936 29.3816 23.3988C29.7998 23.104 30.0495 22.6224 30.0495 22.1107V21.4152C31.3436 21.3001 32.5622 20.7633 33.5262 19.8745L35.1291 18.3968C35.3432 18.1994 35.3568 17.8657 35.1594 17.6515C34.9619 17.4374 34.6283 17.4239 34.4141 17.6212L32.8112 19.0989C32.0429 19.8073 31.0773 20.2424 30.0495 20.3541V19.4985C30.3096 19.3462 30.5363 19.1366 30.7068 18.8822C31.3934 17.857 31.5003 16.5734 30.9927 15.4487C30.8117 15.0655 30.7404 14.8867 30.5598 14.5411C30.6899 14.4487 30.7951 14.321 30.8593 14.1678C30.9929 13.8489 30.9252 13.4808 30.6867 13.2299C30.3259 12.8504 29.6593 12.3448 28.533 12.0921C27.3385 11.8242 26.3261 12.15 25.7719 12.9473C25.182 12.9439 24.3397 13.2015 23.9312 14.2172C23.3791 15.5897 23.8024 16.9465 25.0634 17.8468C25.223 17.958 25.5552 18.1053 25.8893 18.0809C26.0727 18.3439 26.2575 18.5924 26.5698 18.8814L26.0545 20.4559L24.0457 20.8668C23.5049 20.9774 22.9928 21.181 22.5236 21.4718L20.9177 22.4673L20.853 17.4732C20.8406 16.5142 20.0503 15.734 19.0912 15.734C18.1366 15.734 17.3631 16.4814 17.3303 17.4354C17.2871 18.691 17.1986 21.2624 17.1556 22.5134C17.1456 22.8044 17.3734 23.0485 17.6645 23.0585ZM29.8306 18.2952C29.6657 18.5413 29.3909 18.6999 29.0955 18.7196C28.2307 18.7771 27.4117 18.3914 26.9055 17.6873L26.8234 17.5731C26.9393 17.4164 27.0189 17.2324 27.0519 17.0322C27.1102 16.6636 27.2776 16.1451 27.4864 15.7812C27.872 15.1088 28.6831 14.8455 29.3986 14.7512C29.6197 14.9309 29.9074 15.5952 30.0315 15.8825C30.3881 16.6729 30.313 17.5749 29.8306 18.2952ZM26.5029 13.802C26.7417 13.2068 27.2556 13.0528 27.7233 13.0528C28.2626 13.0354 29.2258 13.3744 29.5923 13.6708C28.7134 13.7436 27.5391 14.0128 26.8322 14.8713C26.6729 14.7728 26.5603 14.6535 26.4959 14.5147C26.357 14.2157 26.4662 13.8936 26.5029 13.802ZM24.9098 14.6107C25.0278 14.3171 25.2032 14.1617 25.3753 14.0814C25.3597 14.3876 25.4141 14.6894 25.5392 14.9589C25.6568 15.2122 25.8825 15.531 26.3114 15.7873C26.1751 16.1203 26.0742 16.4791 26.0113 16.8603C25.9955 16.9552 25.928 16.9964 25.8892 17.0126C25.8552 17.0267 25.7663 17.0524 25.6763 16.9882C24.8007 16.3631 24.5356 15.541 24.9098 14.6107ZM28.9241 19.7801C28.9477 19.7801 28.9713 19.7794 28.9949 19.7789V22.1106C28.9949 22.2824 28.9143 22.4376 28.7739 22.5367C28.6336 22.6358 28.4602 22.6594 28.2984 22.6017C27.587 22.3478 27.0852 21.7127 26.9966 20.9681L27.4851 19.4755C27.9316 19.6741 28.42 19.7801 28.9241 19.7801ZM19.0913 16.7887C19.4763 16.7887 19.7934 17.1018 19.7984 17.4867L19.8195 19.1163H18.3278L18.3844 17.4716C18.3977 17.0886 18.7081 16.7887 19.0913 16.7887Z"
                                            fill="CurrentColor" />
                                        <path
                                            d="M40.5805 44.8109H39.7454L39.8653 37.543C39.8785 36.7532 39.5412 36.0061 38.9402 35.4933L36.6506 33.5403C36.4289 33.3511 36.0961 33.3777 35.9071 33.5993C35.7181 33.8208 35.7446 34.1537 35.9661 34.3427L38.2557 36.2958C38.6163 36.6034 38.8186 37.0516 38.8108 37.5255L38.6906 44.8109H37.3269L36.5306 42.2281C36.213 41.1978 36.2378 40.0714 36.6004 39.0562L36.823 38.4328C36.8725 38.294 36.8618 38.1409 36.7933 38.0104C36.7248 37.8799 36.605 37.784 36.4627 37.7459L30.6868 36.1996L30.5948 34.3953C30.5801 34.1044 30.3345 33.8792 30.0413 33.8955C29.7504 33.9103 29.5266 34.1581 29.5415 34.449L29.8263 40.0356C29.8571 40.6418 29.547 41.2022 29.0167 41.4979L28.294 41.901C28.0396 42.0429 27.9484 42.364 28.0903 42.6184C28.1868 42.7915 28.3664 42.889 28.5514 42.889C28.6383 42.889 28.7265 42.8675 28.8078 42.8222L29.5305 42.4191C30.4142 41.9262 30.9312 40.9924 30.8797 39.9819L30.7433 37.3067L35.6373 38.6169C35.1928 39.7857 35.1262 41.2859 35.5228 42.5389L36.4015 45.3893V46.7853C36.4015 47.456 36.9472 48.0017 37.6179 48.0017H42.0965C42.5012 48.0017 42.8305 47.6723 42.8305 47.2677V47.061C42.8305 45.8202 41.8212 44.8109 40.5805 44.8109ZM37.6179 46.9468C37.5287 46.9468 37.4562 46.8743 37.4562 46.7851V45.8656H40.5806C41.2011 45.8656 41.7128 46.3411 41.7704 46.9468H37.6179Z"
                                            fill="CurrentColor" />
                                        <path
                                            d="M26.1036 36.7365C25.4655 35.2029 25.2087 33.5316 25.3546 31.8796L31.6141 30.6277L34.0866 32.7368C34.3082 32.9259 34.6411 32.8994 34.83 32.6778C35.019 32.4562 34.9926 32.1233 34.771 31.9343L32.3587 29.8764L33.6032 25.3202C33.6523 25.1402 33.7435 24.9712 33.8668 24.8312C35.039 23.5 41.5132 16.151 42.5131 15.0151C43.1031 14.3454 43.1149 13.363 42.5411 12.6792C42.2232 12.3004 41.7765 12.0744 41.2831 12.0429C40.789 12.0112 40.3177 12.1785 39.9543 12.5135C39.0336 13.3623 37.1142 15.1317 36.1987 15.9758C35.9846 16.1732 35.971 16.5069 36.1684 16.7211C36.366 16.9351 36.6994 16.9486 36.9137 16.7514L38.6546 15.1464L39.8769 16.4122L33.0753 24.1339C32.8462 24.3939 32.6769 24.708 32.5856 25.0423L31.3388 29.607C30.2809 29.8186 26.1948 30.6358 25.2521 30.8244L24.141 26.7059C24.0544 26.3846 23.8469 26.1177 23.557 25.9544C23.267 25.7909 22.9313 25.7519 22.6115 25.8442L19.1776 26.836C18.9126 26.9123 18.6362 26.8591 18.4186 26.6897C18.2012 26.5202 18.0819 26.265 18.0914 25.9895L18.1253 25.0028C18.1354 24.7117 17.9075 24.4677 17.6164 24.4576C17.3274 24.4452 17.0813 24.6754 17.0713 24.9665L17.0373 25.9532C17.016 26.5703 17.2832 27.142 17.7704 27.5216C18.2575 27.9012 18.877 28.0206 19.4703 27.8493L22.9042 26.8575C22.9658 26.8397 23.0154 26.8597 23.0393 26.8733C23.0633 26.8868 23.106 26.9187 23.1228 26.9806L24.3366 31.4801C24.1139 33.4007 24.3868 35.3559 25.1298 37.1416L26.0376 39.3235L25.6865 39.4013C24.366 39.6944 23.2072 40.4631 22.4239 41.566L20.2228 44.665C19.9891 44.994 19.8656 45.3812 19.8656 45.7847V46.783C19.8656 47.4538 20.4113 47.9994 21.082 47.9994H25.5606C25.9653 47.9994 26.2946 47.67 26.2946 47.2654V47.0587C26.2946 46.1293 25.7281 45.3297 24.9222 44.987L26.7053 43.9926C26.9597 43.8508 27.0509 43.5296 26.909 43.2752C26.7671 43.0208 26.4458 42.9295 26.1915 43.0715L23.0763 44.8088H21.4143L23.2837 42.1768C23.9154 41.2874 24.8499 40.6674 25.9149 40.4311L26.8804 40.2169C27.0327 40.1832 27.1623 40.0836 27.2342 39.9452C27.3061 39.8067 27.3131 39.6436 27.2532 39.4995L26.1036 36.7365ZM39.4303 14.4313L40.6693 13.2891C40.8188 13.1513 41.0126 13.0826 41.2157 13.0955C41.4186 13.1085 41.6024 13.2014 41.733 13.3572C41.969 13.6384 41.9642 14.0425 41.7216 14.318L40.5763 15.6181L39.4303 14.4313ZM24.0447 45.8635C24.6652 45.8635 25.1768 46.339 25.2344 46.9447H21.0819C20.9927 46.9447 20.9202 46.8722 20.9202 46.7831V45.8635H24.0447Z"
                                            fill="CurrentColor" />
                                    </g>
                                    <defs>
                                        <clipPath id="clip0_9088_7871">
                                            <rect
                                                width="36"
                                                height="36"
                                                fill="white"
                                                transform="translate(12 12)" />
                                        </clipPath>
                                    </defs>
                                </svg>
                                <h3 class="title text text-22 fw-600">Our ambition</h3>
                                <div class="text text-16">
                                    To be a trusted partner, enabling organizations to operate efficiently.
                                </div>
                            </li>
                            <li
                                class="text-item text text-18"
                                data-aos="fade-up"
                                data-aos-delay="200">
                                <svg
                                    xmlns="http://www.w3.org/2000/svg"
                                    width="60"
                                    height="60"
                                    viewBox="0 0 60 60"
                                    fill="none">
                                    <circle cx="30" cy="30" r="29.5" stroke="#1C2539" />
                                    <g clip-path="url(#clip0_9088_7881)">
                                        <path
                                            d="M30.2367 26.3969C29.9451 26.3727 29.6871 26.591 29.6632 26.8839L29.5444 28.3407C29.3383 28.2575 29.1135 28.2112 28.878 28.2112H28.6278V26.8196C28.6278 26.1923 28.1175 25.6819 27.4902 25.6819H25.3008C23.6635 25.6819 22.0433 25.137 20.7387 24.1476L20.488 23.9575C20.2973 23.8129 20.062 23.7528 19.8255 23.7878C19.5889 23.823 19.3813 23.949 19.241 24.1428C18.5807 25.0547 18.2317 26.1318 18.2317 27.2577V28.2112H17.9815C17.7556 28.2112 17.5394 28.2539 17.3403 28.3307L16.8959 25.1623C16.8345 24.7242 16.852 24.2829 16.948 23.8506C17.0117 23.5639 16.831 23.2797 16.5442 23.216C16.2574 23.1521 15.9732 23.3331 15.9095 23.6198C15.7857 24.1768 15.7632 24.7454 15.8422 25.3101L16.387 29.1942C16.2649 29.4358 16.1956 29.7085 16.1956 29.9972C16.1956 30.9821 16.9968 31.7833 17.9817 31.7833H18.2478C18.3716 33.4531 19.2868 34.9052 20.6197 35.7654V37.1111L16.9487 38.8461C14.3185 40.089 12.6191 42.7718 12.6191 45.6807V47.4674C12.6191 47.7612 12.8573 47.9993 13.1511 47.9993C13.445 47.9993 13.6831 47.7612 13.6831 47.4674V45.6807C13.6831 43.1812 15.1433 40.8761 17.4031 39.808L20.7367 38.2325C21.073 39.3302 22.0957 40.1307 23.3021 40.1307C24.5084 40.1307 25.5312 39.3301 25.8674 38.2325L29.2013 39.8081L29.2547 39.8346C29.3297 39.871 29.4089 39.8882 29.4868 39.8882C29.6842 39.8882 29.8737 39.778 29.9657 39.5886C30.0941 39.3243 29.984 39.0061 29.7198 38.8777L29.7013 38.8686C29.6861 38.8609 29.6709 38.8533 29.6556 38.8461L25.9846 37.1111V35.9201C27.4549 35.0865 28.4803 33.5578 28.6118 31.7834H28.8779C29.8628 31.7834 30.664 30.9821 30.664 29.9973C30.664 29.759 30.6167 29.5318 30.5317 29.3237L30.7236 26.9704C30.7475 26.6775 30.5295 26.4208 30.2367 26.3969ZM17.2593 29.9972C17.2593 29.599 17.5833 29.2751 17.9815 29.2751H18.2316V30.7194H17.9815C17.5833 30.7194 17.2593 30.3954 17.2593 29.9972ZM24.9208 37.4481C24.9208 38.3406 24.1947 39.0668 23.3021 39.0668C22.4095 39.0668 21.6834 38.3406 21.6834 37.4481V36.2914C22.2296 36.4868 22.8173 36.5941 23.4298 36.5941C23.9479 36.5941 24.4482 36.5168 24.9208 36.375V37.4481ZM27.5639 31.3959C27.5639 33.6755 25.7093 35.5301 23.4298 35.5301C21.1502 35.5301 19.2956 33.6755 19.2956 31.3959V27.2577C19.2956 26.4198 19.5373 25.6156 19.9966 24.9201L20.0958 24.9954C21.5842 26.1242 23.4327 26.7458 25.3008 26.7458H27.4902C27.5308 26.7458 27.5639 26.7789 27.5639 26.8196V31.3959ZM28.878 30.7194H28.6278V29.2751H28.878C29.2761 29.2751 29.6001 29.599 29.6001 29.9972C29.6001 30.3954 29.2762 30.7194 28.878 30.7194Z"
                                            fill="CurrentColor" />
                                        <path
                                            d="M17.4977 22.2682C17.638 22.2682 17.7781 22.213 17.8826 22.1035C18.4046 21.5567 19.0725 21.188 19.8141 21.0374C19.8484 21.0304 19.882 21.02 19.9144 21.0064L21.643 20.2796C24.0632 19.262 26.8038 19.9557 28.462 22.0064C28.6468 22.2348 28.9819 22.2702 29.2102 22.0854C29.4387 21.9007 29.4741 21.5657 29.2894 21.3373C28.3772 20.2094 27.1072 19.3774 25.7135 18.9944C24.2261 18.5858 22.6761 18.691 21.2307 19.2988L19.5492 20.0058C18.6147 20.2065 17.7734 20.6771 17.113 21.3689C16.9101 21.5814 16.9179 21.9182 17.1304 22.121C17.2336 22.2194 17.3657 22.2682 17.4977 22.2682Z"
                                            fill="CurrentColor" />
                                        <path
                                            d="M30.9625 40.2847C30.757 40.4945 30.7603 40.8313 30.9702 41.0369C32.21 42.2518 32.9211 43.9429 32.9211 45.6767V47.4634C32.9211 47.7572 33.1592 47.9954 33.4531 47.9954C33.7469 47.9954 33.985 47.7572 33.985 47.4634V45.6767C33.985 43.6588 33.1576 41.6906 31.7148 40.277C31.5049 40.0715 31.1682 40.0747 30.9625 40.2847Z"
                                            fill="CurrentColor" />
                                        <path
                                            d="M17.1511 44.6719C16.8573 44.6719 16.6191 44.9101 16.6191 45.2038V47.4677C16.6191 47.7615 16.8573 47.9997 17.1511 47.9997C17.445 47.9997 17.6831 47.7615 17.6831 47.4677V45.2038C17.6831 44.9101 17.445 44.6719 17.1511 44.6719Z"
                                            fill="CurrentColor" />
                                        <path
                                            d="M29.4529 44.6719C29.159 44.6719 28.9209 44.9101 28.9209 45.2038V47.4677C28.9209 47.7615 29.159 47.9997 29.4529 47.9997C29.7467 47.9997 29.9848 47.7615 29.9848 47.4677V45.2038C29.9848 44.9101 29.7467 44.6719 29.4529 44.6719Z"
                                            fill="CurrentColor" />
                                        <path
                                            d="M39.8362 23.1695C39.5837 23.3197 39.5008 23.6462 39.6511 23.8987C39.7506 24.0659 39.9275 24.1586 40.1088 24.1586C40.2013 24.1586 40.2951 24.1345 40.3803 24.0837C41.976 23.1341 42.9672 21.3925 42.9672 19.5386C42.9672 19.3859 42.9598 19.2301 42.9449 19.0625C42.9187 18.7699 42.6601 18.5545 42.3675 18.5802C42.0748 18.6065 41.8589 18.865 41.8852 19.1576C41.8974 19.2933 41.9033 19.4179 41.9033 19.5387C41.9033 21.0194 41.1112 22.4106 39.8362 23.1695Z"
                                            fill="CurrentColor" />
                                        <path
                                            d="M37.6812 15.314C38.3764 15.314 39.0658 15.4869 39.6749 15.8138C39.9337 15.9527 40.2561 15.8556 40.3951 15.5967C40.5341 15.3378 40.4369 15.0153 40.178 14.8764C39.4147 14.4666 38.5513 14.25 37.6812 14.25C34.7661 14.25 32.3945 16.6216 32.3945 19.5366C32.3945 22.4517 34.7661 24.8233 37.6812 24.8233C37.7694 24.8233 37.8598 24.821 37.9499 24.8165C38.2434 24.8018 38.4693 24.552 38.4546 24.2585C38.4399 23.9651 38.1918 23.7386 37.8967 23.7538C37.8243 23.7574 37.7517 23.7593 37.6812 23.7593C35.3528 23.7593 33.4585 21.865 33.4585 19.5366C33.4585 17.2082 35.3528 15.314 37.6812 15.314Z"
                                            fill="CurrentColor" />
                                        <path
                                            d="M46.9867 15.1394L45.5427 14.3323L45.3644 12.6877C45.3352 12.4185 45.1714 12.189 44.9264 12.0738C44.6811 11.9587 44.4001 11.9792 44.1742 12.1286L41.7744 13.7166C41.5333 13.8762 41.4028 14.1539 41.4339 14.4415L41.6333 16.2811L39.7795 17.5078C39.2483 16.9579 38.5042 16.6149 37.6811 16.6149C36.0714 16.6149 34.7617 17.9246 34.7617 19.5343C34.7617 21.144 36.0714 22.4536 37.6811 22.4536C39.2908 22.4536 40.6004 21.144 40.6004 19.5343C40.6004 19.1299 40.5176 18.7445 40.3683 18.394L42.2204 17.1684L43.8357 18.0713C43.9532 18.137 44.0825 18.1696 44.2114 18.1696C44.3594 18.1696 44.5071 18.1266 44.6361 18.0413L47.0358 16.4533C47.2617 16.304 47.3905 16.0532 47.3803 15.7826C47.3703 15.512 47.2231 15.2716 46.9867 15.1394ZM39.5365 19.5344C39.5365 20.5574 38.7043 21.3897 37.6812 21.3897C36.6581 21.3897 35.8257 20.5574 35.8257 19.5344C35.8257 18.5113 36.6581 17.6789 37.6812 17.6789C38.1327 17.6789 38.547 17.8413 38.8691 18.1104L37.3877 19.0907C37.1427 19.2528 37.0755 19.5829 37.2376 19.8279C37.3399 19.9826 37.5092 20.0664 37.6817 20.0664C37.7825 20.0664 37.8845 20.0378 37.9748 19.978L39.457 18.9972C39.5085 19.1674 39.5365 19.3476 39.5365 19.5344ZM42.511 14.5051L44.3587 13.2824L44.4797 14.3979L42.632 15.6205L42.511 14.5051ZM44.1985 17.0552L43.219 16.5078L43.9407 16.0303L45.0668 15.2851L46.0462 15.8326L44.1985 17.0552Z"
                                            fill="CurrentColor" />
                                        <path
                                            d="M44.6027 19.2041C44.307 19.1948 44.0641 19.427 44.0558 19.7207C44.009 21.3665 43.3296 22.9146 42.1428 24.0802C40.9554 25.2464 39.3937 25.8976 37.7454 25.914C36.1035 25.9302 34.5416 25.325 33.3412 24.21C33.2333 24.1097 33.0883 24.0588 32.9417 24.0691L30.3382 24.2528L31.6639 22.3008C31.7617 22.157 31.7829 21.9744 31.7208 21.812C31.4215 21.0291 31.2816 20.203 31.3048 19.3568C31.399 15.9267 34.2539 13.1578 37.6819 13.1578C37.7007 13.1578 37.72 13.1578 37.7387 13.158C38.5193 13.165 39.281 13.3117 40.0031 13.5941C40.2767 13.7011 40.5854 13.5662 40.6923 13.2925C40.7993 13.019 40.6643 12.7103 40.3907 12.6033C39.5477 12.2735 38.6586 12.1022 37.7483 12.094C37.7261 12.0938 37.7041 12.0938 37.6819 12.0938C33.6826 12.0938 30.3512 15.3251 30.2413 19.3275C30.2168 20.2193 30.3481 21.0925 30.6316 21.9272L29.2334 23.9857C29.0447 24.2636 29.0315 24.6172 29.1992 24.9084C29.3667 25.1996 29.6794 25.3658 30.0142 25.3421L32.7912 25.1461C34.1487 26.3307 35.8733 26.9781 37.6809 26.9781C37.7058 26.9781 37.7309 26.978 37.756 26.9778C39.6809 26.9587 41.5036 26.1992 42.8884 24.8392C44.2723 23.48 45.0646 21.6729 45.1193 19.7509C45.1277 19.4572 44.8963 19.2124 44.6027 19.2041Z"
                                            fill="CurrentColor" />
                                    </g>
                                    <defs>
                                        <clipPath id="clip0_9088_7881">
                                            <rect
                                                width="36"
                                                height="36"
                                                fill="white"
                                                transform="translate(12 12)" />
                                        </clipPath>
                                    </defs>
                                </svg>
                                <h3 class="title text text-22 fw-600">Our purpose</h3>
                                <div class="text text-16">
                                    To deliver practical advisory, project support, and capacity-building solutions.
                                </div>
                            </li>
                        </ul>
                        <div class="buttons" data-aos="fade-up" data-aos-delay="100">
                            <a
                                href="about"
                                class="button button--primary"
                                aria-label="More About Us">
                                More About Us
                                <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" />
                                    </svg>
                                </span>
                            </a>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </div>

    <!-- Scrolling Text -->
    <div class="running-content has-large-text py-5">
        <div class="content-inner">
            <div class="content-lists running-animation">
                <div class="content-item">
                    <div class="heading text-80"><?= $company_name ?></div>
                    <div class="image-logo">
                        <img
                            src="assets/img/favicon.png"
                            alt="Logo"
                            width="128"
                            height="128">
                    </div>
                    <div class="heading text-80"><?= $company_name ?></div>
                    <div class="image-logo">
                        <img
                            src="assets/img/favicon.png"
                            alt="Logo"
                            width="128"
                            height="128">
                    </div>
                </div>
                <div class="content-item">
                    <div class="heading text-80">Your Journey</div>
                    <div class="image-logo">
                        <img
                            src="assets/img/favicon.png"
                            alt="Logo"
                            width="128"
                            height="128">
                    </div>
                    <div class="heading text-80">Our Expertise</div>
                    <div class="image-logo">
                        <img
                            src="assets/img/favicon.png"
                            alt="Logo"
                            width="128"
                            height="128">
                    </div>
                </div>
                <div class="content-item">
                    <div class="heading text-80">Your Journey</div>
                    <div class="image-logo">
                        <img
                            src="assets/img/favicon.png"
                            alt="Logo"
                            width="128"
                            height="128">
                    </div>
                    <div class="heading text-80">Our Expertise</div>
                    <div class="image-logo">
                        <img
                            src="assets/img/favicon.png"
                            alt="Logo"
                            width="128"
                            height="128">
                    </div>
                </div>
            </div>
        </div>
    </div>


    <!-- Why Choose Us -->
    <div class="promotion mt-50 section-padding">
        <div class="container">
            <div class="promotion-container">
                <div class="row">
                    <div class="col-lg-7 col-12">
                        <div class="promtion-content section-headings">
                            <div
                                class="subheading text-20 subheading-bg"
                                data-aos="fade-right">
                                <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>Why Choose Us</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-50"
                                data-aos="fade-right"
                                data-aos-delay="200">
                                Supporting Growth at Every Stage
                            </h2>
                            <div
                                class="text text-18"
                                data-aos="fade-right"
                                data-aos-delay="200">
                                We provide practical advisory, project support, and capacity-building solutions that help organizations remain compliant, operate efficiently, and scale sustainably across diverse sectors and regions.
                            </div>

                            <ul class="promotion-lists list-unstyled">
                                <li
                                    class="promotion-item"
                                    data-aos="fade-up"
                                    data-aos-delay="10">
                                    <div class="promotion-title">
                                        <svg
                                            class="icon icon-50"
                                            xmlns="http://www.w3.org/2000/svg"
                                            width="50"
                                            height="50"
                                            viewBox="0 0 50 50"
                                            fill="none">
                                            <circle cx="25" cy="25" r="25" fill="#1C2539" />
                                            <g clip-path="url(#clip0_9088_5518)">
                                                <path
                                                    d="M19.5985 31.1283L19.0574 34.375H19C18.5864 34.375 18.25 34.7114 18.25 35.125V35.875C18.25 36.2886 18.5864 36.625 19 36.625H31C31.4136 36.625 31.75 36.2886 31.75 35.875V35.125C31.75 34.7114 31.4136 34.375 31 34.375H30.9426L30.4015 31.1283C30.2886 30.451 29.7378 29.9526 29.0669 29.8878L32.5289 24.6947L31.2651 19.6409L26.2041 21.328L25.6371 23.0009L24.589 16.8869L18.8121 13.5858L16.3416 19.7609L21.0389 29.8784C20.3204 29.8971 19.7174 30.4154 19.5985 31.1283ZM31.0004 35.875H19V35.125H31L31.0004 35.875ZM29.662 31.2516L30.1825 34.375H19.8175L20.338 31.2516C20.3988 30.8886 20.71 30.625 21.0782 30.625H28.9221C29.29 30.625 29.6012 30.8886 29.662 31.2516ZM26.6991 29.1906L28.618 25.3525L31.3727 25.0769L28.1744 29.875H26.8165L26.6991 29.1906ZM31.6559 24.295L28.5831 24.6021L27.0475 21.8376L30.7349 20.6084L31.6559 24.295ZM26.5833 22.5475L27.9509 25.0094L26.4846 27.9419L25.9037 24.553L26.5833 22.5475ZM26.0553 29.875H24.5271L22.9934 24.8897L22.2768 25.1102L23.7423 29.875H21.8643L17.3894 20.2368L20.9598 20.8319L22.0454 24.3603L22.762 24.1397L21.67 20.5915L24.0119 17.9571L26.0553 29.875ZM19.1879 14.6643L23.6624 17.221L21.1071 20.0958L17.2709 19.4564L19.1879 14.6643ZM21.25 31.375H28.75V33.625H27.25V32.875H28V32.125H22V32.875H26.5V33.625H21.25V31.375ZM32.5 18.4052V19.375H33.25V18.4052L34.1553 17.5H35.125V16.75H34.1553L33.25 15.8447V14.875H32.5V15.8447L31.5947 16.75H30.625V17.5H31.5947L32.5 18.4052ZM32.875 16.5302L33.4697 17.125L32.875 17.7198L32.2803 17.125L32.875 16.5302ZM33.25 14.125H32.5V13.375H33.25V14.125ZM29.875 17.5H29.125V16.75H29.875V17.5ZM32.5 20.125H33.25V20.875H32.5V20.125ZM35.875 16.75H36.625V17.5H35.875V16.75ZM15.25 34.1553V35.125H16V34.1553L16.9052 33.25H17.875V32.5H16.9052L16 31.5947V30.625H15.25V31.5947L14.3447 32.5H13.375V33.25H14.3447L15.25 34.1553ZM15.625 32.2803L16.2198 32.875L15.625 33.4697L15.0303 32.875L15.625 32.2803ZM15.25 29.125H16V29.875H15.25V29.125ZM16 36.625H15.25V35.875H16V36.625ZM34.75 28.2197V27.25H34V28.2197L33.0947 29.125H32.125V29.875H33.0947L34 30.7803V31.75H34.75V30.7803L35.6553 29.875H36.625V29.125H35.6553L34.75 28.2197ZM34.375 30.0947L33.7803 29.5L34.375 28.9053L34.9697 29.5L34.375 30.0947ZM34 26.5V25.75H34.75V26.5H34ZM34.75 33.25H34V32.5H34.75V33.25ZM30.625 29.875V29.125H31.375V29.875H30.625ZM14.875 14.125H14.125V13.375H14.875V14.125ZM14.125 14.875H13.375V14.125H14.125V14.875ZM14.125 14.875H14.875V15.625H14.125V14.875ZM14.875 14.875V14.125H15.625V14.875H14.875ZM16.75 24.625H16V23.875H16.75V24.625ZM15.25 24.625H16V25.375H15.25V24.625ZM16 25.375H16.75V26.125H16V25.375ZM16.75 25.375V24.625H17.5V25.375H16.75ZM26.125 14.875H25.375V14.125H26.125V14.875ZM25.375 15.625H24.625V14.875H25.375V15.625ZM25.375 15.625H26.125V16.375H25.375V15.625ZM26.125 15.625V14.875H26.875V15.625H26.125Z"
                                                    fill="white" />
                                            </g>
                                            <defs>
                                                <clipPath>
                                                    <rect
                                                        width="24"
                                                        height="24"
                                                        fill="white"
                                                        transform="translate(13 13)" />
                                                </clipPath>
                                            </defs>
                                        </svg>
                                        <div class="text text-18 fw-600">
                                            Trusted <br>Expertise
                                        </div>
                                    </div>
                                    <div class="promotion-text text text-16">
                                        Our multidisciplinary team brings deep technical and sector experience.
                                    </div>
                                </li>
                                <li
                                    class="promotion-item"
                                    data-aos="fade-up"
                                    data-aos-delay="50">
                                    <div class="promotion-title">
                                        <svg
                                            class="icon icon-50"
                                            xmlns="http://www.w3.org/2000/svg"
                                            width="50"
                                            height="50"
                                            viewBox="0 0 50 50"
                                            fill="none">
                                            <circle cx="25" cy="25" r="25" fill="#1C2539" />
                                            <g clip-path="url(#clip0_9088_5518)">
                                                <path
                                                    d="M19.5985 31.1283L19.0574 34.375H19C18.5864 34.375 18.25 34.7114 18.25 35.125V35.875C18.25 36.2886 18.5864 36.625 19 36.625H31C31.4136 36.625 31.75 36.2886 31.75 35.875V35.125C31.75 34.7114 31.4136 34.375 31 34.375H30.9426L30.4015 31.1283C30.2886 30.451 29.7378 29.9526 29.0669 29.8878L32.5289 24.6947L31.2651 19.6409L26.2041 21.328L25.6371 23.0009L24.589 16.8869L18.8121 13.5858L16.3416 19.7609L21.0389 29.8784C20.3204 29.8971 19.7174 30.4154 19.5985 31.1283ZM31.0004 35.875H19V35.125H31L31.0004 35.875ZM29.662 31.2516L30.1825 34.375H19.8175L20.338 31.2516C20.3988 30.8886 20.71 30.625 21.0782 30.625H28.9221C29.29 30.625 29.6012 30.8886 29.662 31.2516ZM26.6991 29.1906L28.618 25.3525L31.3727 25.0769L28.1744 29.875H26.8165L26.6991 29.1906ZM31.6559 24.295L28.5831 24.6021L27.0475 21.8376L30.7349 20.6084L31.6559 24.295ZM26.5833 22.5475L27.9509 25.0094L26.4846 27.9419L25.9037 24.553L26.5833 22.5475ZM26.0553 29.875H24.5271L22.9934 24.8897L22.2768 25.1102L23.7423 29.875H21.8643L17.3894 20.2368L20.9598 20.8319L22.0454 24.3603L22.762 24.1397L21.67 20.5915L24.0119 17.9571L26.0553 29.875ZM19.1879 14.6643L23.6624 17.221L21.1071 20.0958L17.2709 19.4564L19.1879 14.6643ZM21.25 31.375H28.75V33.625H27.25V32.875H28V32.125H22V32.875H26.5V33.625H21.25V31.375ZM32.5 18.4052V19.375H33.25V18.4052L34.1553 17.5H35.125V16.75H34.1553L33.25 15.8447V14.875H32.5V15.8447L31.5947 16.75H30.625V17.5H31.5947L32.5 18.4052ZM32.875 16.5302L33.4697 17.125L32.875 17.7198L32.2803 17.125L32.875 16.5302ZM33.25 14.125H32.5V13.375H33.25V14.125ZM29.875 17.5H29.125V16.75H29.875V17.5ZM32.5 20.125H33.25V20.875H32.5V20.125ZM35.875 16.75H36.625V17.5H35.875V16.75ZM15.25 34.1553V35.125H16V34.1553L16.9052 33.25H17.875V32.5H16.9052L16 31.5947V30.625H15.25V31.5947L14.3447 32.5H13.375V33.25H14.3447L15.25 34.1553ZM15.625 32.2803L16.2198 32.875L15.625 33.4697L15.0303 32.875L15.625 32.2803ZM15.25 29.125H16V29.875H15.25V29.125ZM16 36.625H15.25V35.875H16V36.625ZM34.75 28.2197V27.25H34V28.2197L33.0947 29.125H32.125V29.875H33.0947L34 30.7803V31.75H34.75V30.7803L35.6553 29.875H36.625V29.125H35.6553L34.75 28.2197ZM34.375 30.0947L33.7803 29.5L34.375 28.9053L34.9697 29.5L34.375 30.0947ZM34 26.5V25.75H34.75V26.5H34ZM34.75 33.25H34V32.5H34.75V33.25ZM30.625 29.875V29.125H31.375V29.875H30.625ZM14.875 14.125H14.125V13.375H14.875V14.125ZM14.125 14.875H13.375V14.125H14.125V14.875ZM14.125 14.875H14.875V15.625H14.125V14.875ZM14.875 14.875V14.125H15.625V14.875H14.875ZM16.75 24.625H16V23.875H16.75V24.625ZM15.25 24.625H16V25.375H15.25V24.625ZM16 25.375H16.75V26.125H16V25.375ZM16.75 25.375V24.625H17.5V25.375H16.75ZM26.125 14.875H25.375V14.125H26.125V14.875ZM25.375 15.625H24.625V14.875H25.375V15.625ZM25.375 15.625H26.125V16.375H25.375V15.625ZM26.125 15.625V14.875H26.875V15.625H26.125Z"
                                                    fill="white" />
                                            </g>
                                            <defs>
                                                <clipPath>
                                                    <rect
                                                        width="24"
                                                        height="24"
                                                        fill="white"
                                                        transform="translate(13 13)" />
                                                </clipPath>
                                            </defs>
                                        </svg>
                                        <div class="text text-18 fw-600">
                                            End-to-End <br>Support
                                        </div>
                                    </div>
                                    <div class="promotion-text text text-16">
                                        From advisory and planning to project execution and capacity-building.
                                    </div>
                                </li>
                            </ul>
                            <div class="buttons" data-aos="fade-up">
                                <a
                                    href="services"
                                    class="button button--secondary"
                                    aria-label="View All Details">
                                    Discover More
                                    <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" />
                                        </svg>
                                    </span>
                                </a>
                            </div>
                        </div>
                    </div>
                    <div class="col-lg-5 col-12">
                        <div class="promotion-img radius18" data-aos="flip-left">
                            <img
                                src="site_img/general/home3.jpg"
                                style="height:700px;width:100%;object-fit:cover;"
                                loading="lazy"
                                alt="Promotion image">
                        </div>
                    </div>
                </div>
                <counter-up class="counter-up-wrap">
                    <div class="counter-up">
                        <div
                            class="counter-item"
                            data-aos="fade-up"
                            data-aos-delay="50">
                            <h2 class="heading text-50" data-target="20">
                                0 <span>+</span>
                            </h2>
                            <div class="text text-18 fw-500">Projects Delivered</div>
                        </div>

                        <div class="counter-item">
                            <h2 class="heading text-50" data-target="12">
                                0<span>+</span>
                            </h2>
                            <div class="text text-18 fw-500">Organizations Supported</div>
                        </div>

                        <div
                            class="counter-item"
                            data-aos="fade-down"
                            data-aos-delay="50">
                            <h2 class="heading text-50" data-target="25">
                                0<span>+</span>
                            </h2>
                            <div class="text text-18 fw-500">Years of Combined Experience</div>
                        </div>
                    </div>
                </counter-up>

            </div>
        </div>
    </div>



    <div class="text-image-sticky mt-100">
        <div class="container">
            <div
                class="section-headings section-headings-horizontal align-items-start overflow-hidden">
                <div class="section-headings-left">
                    <h2 class="heading text-50" data-aos="fade-right">
                        Our Approach
                    </h2>
                </div>
                <div
                    class="section-headings-right text text-18"
                    data-aos="fade-left">
                    We take a practical, multidisciplinary approach — combining advisory, project support, and capacity-building to help organizations remain compliant, operate efficiently, and scale sustainably.
                </div>

            </div>
            <div class="section-content">
                <div class="image-text-card radius18">
                    <div class="row align-items-center product-grid">
                        <div class="col-lg-6 col-12">
                            <div class="content section-headings">
                                <div
                                    class="subheading text-20 subheading-bg"
                                    data-aos="fade-up">
                                    <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>Our Focus</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-50" data-aos="fade-up">
                                    Practical Solutions for Real-World Challenges
                                </h2>
                                <div class="text text-18" data-aos="fade-up">
                                    We work with organizations to deliver actionable advisory, project support, and capacity-building solutions that improve compliance, efficiency, and long-term performance.
                                </div>
                                <div class="buttons" data-aos="fade-up">
                                    <a
                                        href="services"
                                        class="button button--primary"
                                        aria-label="More About Us">
                                        Learn More
                                        <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" />
                                            </svg>
                                        </span>
                                        <span class="visually-hidden">To learn more about the service, click this
                                            button.</span>
                                    </a>
                                </div>
                            </div>
                        </div>
                        <div class="col-lg-6 col-12">
                            <div class="media-wrap radius18" data-aos="zoom-in-up">
                                <img
                                    src="site_img/general/home4.jpg"
                                    style="width:600px;height:400px;object-fit:cover;"
                                    loading="lazy"
                                    alt="Image">
                            </div>
                        </div>
                    </div>
                </div>
                <div class="image-text-card radius18">
                    <div class="row align-items-center product-grid">
                        <div class="col-lg-6 col-12">
                            <div class="content section-headings">
                                <div
                                    class="subheading text-20 subheading-bg"
                                    data-aos="fade-up">
                                    <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>Our Values</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-50" data-aos="fade-up">
                                    Building Systems That Support Sustainable Growth
                                </h2>
                                <div class="text text-18" data-aos="fade-up">
                                    Our approach helps organizations strengthen governance, optimize operations, and scale confidently in an increasingly complex business environment.
                                </div>
                                <div class="buttons" data-aos="fade-up">
                                    <a
                                        href="services"
                                        class="button button--primary"
                                        aria-label="More About Us">
                                        Learn More
                                        <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" />
                                            </svg>
                                        </span>
                                        <span class="visually-hidden">To learn more about the service, click this
                                            button.</span>
                                    </a>
                                </div>
                            </div>
                        </div>
                        <div class="col-lg-6 col-12">
                            <div class="media-wrap radius18" data-aos="zoom-in-up">
                                <img
                                    src="site_img/general/home5.jpg"
                                    style="width:600px; height:400px; object-fit:cover;"
                                    loading="lazy"
                                    alt="Image">
                            </div>
                        </div>
                    </div>
                </div>
                <div class="image-text-card radius18">
                    <div class="row align-items-center product-grid">
                        <div class="col-lg-6 col-12">
                            <div class="content section-headings">
                                <div
                                    class="subheading text-20 subheading-bg"
                                    data-aos="fade-up">
                                    <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>Our Approach</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-50" data-aos="fade-up">
                                    Insight-Driven Strategy, Hands-On Delivery
                                </h2>
                                <div class="text text-18" data-aos="fade-up">
                                    We partner with teams to translate strategy into execution, providing practical guidance and implementation support from planning through delivery.
                                </div>
                                <div class="buttons" data-aos="fade-up">
                                    <a
                                        href="services"
                                        class="button button--primary"
                                        aria-label="More About Us">
                                        Learn More
                                        <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" />
                                            </svg>
                                        </span>
                                        <span class="visually-hidden">To learn more about the service, click this
                                            button.</span>
                                    </a>
                                </div>
                            </div>
                        </div>
                        <div class="col-lg-6 col-12">
                            <div class="media-wrap radius18" data-aos="zoom-in-up">
                                <img
                                    src="site_img/general/home6.jpg"
                                    style="width:600px;height:400px;object-fit:cover;"
                                    loading="lazy"
                                    alt="Image">
                            </div>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </div>

    <!-- Our Services -->
    <div class="our-services section-padding">
        <div class="container">
            <div class="section-headings section-headings-horizontal">
                <div class="section-headings-left">
                    <div class="subheading text-20 subheading-bg" data-aos="fade-right" data-aos-delay="10">
                        <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>Our Services</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-50" data-aos="fade-right" data-aos-delay="20">
                        Solutions tailored to your business needs
                    </h2>
                </div>

                <div
                    class="section-headings-right buttons"
                    data-aos="fade-left"
                    data-aos-delay="20">
                    <a
                        href="services"
                        class="button button--secondary"
                        aria-label="hero button">
                        More Services
                        <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" />
                            </svg>
                        </span>
                    </a>
                </div>
            </div>

            <div class="section-content" data-aos="fade-up">
                <div class="container">
                    <service-slider class="service-slider">
                        <div class="swiper">
                            <div class="swiper-wrapper">
                                <?php
                                    $count = 0;
                                    $stmt_ser = $con -> prepare("SELECT unique_id,heading,preamble,picture FROM services"); 
                                    $stmt_ser -> execute(); 
                                    $stmt_ser -> store_result(); 
                                    $stmt_ser -> bind_result($ser_id,$service_head,$service_preamble,$picture); 
                                    $numrows_ser = $stmt_ser -> num_rows();
                                    if($numrows_ser > 0){
                                        while ($stmt_ser -> fetch()) { 
                                            $count++;
                                            
                                            
                                ?>
                                <div class="swiper-slide">
                                    <a href="details?u=<?= $ser_id; ?>&title=<?= "services"; ?>" class="card-service radius18" aria-label="Service Card">
                                        <img
                                            src="site_img/<?= "services" ?>/<?= $picture ?>"
                                            alt="service image"
                                            style="width:600px;height:400px;object-fit:cover;"
                                            loading="lazy">
                                        <div class="card-service-content-absolute">
                                            <div class="card-service-content">
                                                <div class="card-working-process">
                                                    <h2 class="heading text-24 fw-500"><?= $service_head ?></h2>
                                                    <div class="card-icon-text card-icon-text-horizontal">

                                                        <div class="content">
                                                            <p class="text text-16"><?= $service_preamble ?></p>
                                                        </div>
                                                    </div>
                                                </div>
                                            </div>
                                        </div>
                                    </a>
                                </div>
                                <?php } } ?>
                            </div>
                        </div>
                        <div class="swiper-pagination"></div>
                    </service-slider>
                </div>
            </div>
        </div>
    </div>

    <?php
    $stmt_pr = $con -> prepare('SELECT * FROM pricing ORDER BY id DESC'); 
    $stmt_pr -> execute(); 
    $stmt_pr -> store_result(); 
    $stmt_pr -> bind_result($pr_id,$pr_heading,$pr_body,$pr_price,$pr_feature1,$pr_feature2,$pr_feature3,$pr_feature4,$pr_feature5); 
    $numrows_pr = $stmt_pr -> num_rows();
    if($numrows_pr > 0){
    ?>
    <!-- Pricing Plan -->
    <div class="pricing-plan mt-100">
        <div class="container">
            <div class="section-headings text-center">
                <h2 class="heading text-50" data-aos="fade-up">
                    A Pricing Plan for Every Organization
                </h2>
            </div>

            <div class="section-content">
                <div class="pricing-cards">
                    <div class="row product-grid justify-content-center">
                        <?php while ($stmt_pr -> fetch()) {
                             ?>
                        <div class="col-12 col-lg-12 col-xl-4">
                            <div class="card-pricing radius18 active">
                                <div class="card-pricing-headings radius18" data-aos="fade-up">
                                    <h2 class="heading text-24"><?= $pr_heading ?></h2>
                                    <div class="text text-16">
                                        <?= $pr_body ?>
                                    </div>
                                    <div class="pricing-box">
                                        <span class="subheading text-24 fw-600"><?= $currency; ?><?php echo number_format((float)$pr_price, 2, '.', ','); ?></span>

                                    </div>
                                </div>
                                <ul class="text-lists list-unstyled">
                                    <li
                                        class="text-item text text-18"
                                        data-aos="fade-up"
                                        data-aos-delay="90">
                                        <svg
                                            xmlns="http://www.w3.org/2000/svg"
                                            width="28"
                                            height="28"
                                            viewBox="0 0 28 28"
                                            fill="none">
                                            <g clip-path="url(#clip0_9088_5324)">
                                                <path
                                                    fill-rule="evenodd"
                                                    clip-rule="evenodd"
                                                    d="M8.81362 13.0268C8.34112 12.7113 7.70994 12.783 7.31911 13.196C6.92886 13.6084 6.89211 14.2431 7.23336 14.6975L10.7334 19.3642C10.9445 19.6453 11.2712 19.8168 11.6229 19.8303C11.9741 19.8431 12.313 19.6972 12.5446 19.4324L20.7113 10.0991C21.1144 9.63883 21.0928 8.94525 20.6623 8.51008C20.2318 8.07492 19.5388 8.04692 19.0739 8.44475L11.5786 14.8696L8.81362 13.0268Z"
                                                    fill="white" />
                                                <path
                                                    fill-rule="evenodd"
                                                    clip-rule="evenodd"
                                                    d="M13.9327 0.515625C6.52939 0.515625 0.519531 6.52549 0.519531 13.9288C0.519531 21.3321 6.52939 27.3419 13.9327 27.3419C21.336 27.3419 27.3458 21.3321 27.3458 13.9288C27.3458 6.52549 21.336 0.515625 13.9327 0.515625ZM13.9327 1.68166C20.6921 1.68166 26.1798 7.16938 26.1798 13.9288C26.1798 20.6882 20.6921 26.1759 13.9327 26.1759C7.17329 26.1759 1.68557 20.6882 1.68557 13.9288C1.68557 7.16938 7.17329 1.68166 13.9327 1.68166Z"
                                                    fill="CurrentColor" />
                                                <path
                                                    fill-rule="evenodd"
                                                    clip-rule="evenodd"
                                                    d="M9.13872 12.5389C8.42939 12.0658 7.48265 12.1731 6.89698 12.792C6.31073 13.4115 6.25648 14.363 6.76806 15.0449L10.2681 19.7115C10.5848 20.1339 11.0748 20.3905 11.6021 20.4104C12.1295 20.4302 12.6376 20.2109 12.9852 19.8142L21.1519 10.4809C21.7562 9.78965 21.7241 8.74956 21.0784 8.0974C20.4326 7.44465 19.3926 7.40205 18.6961 7.99938L11.5356 14.1366L9.13872 12.5389ZM8.4918 13.5096L11.2562 15.3529C11.4738 15.4976 11.7608 15.4801 11.9597 15.3103L19.455 8.88547C19.6871 8.68597 20.0342 8.70055 20.2495 8.91814C20.4647 9.13514 20.4752 9.48222 20.274 9.71264L12.1073 19.046C11.9912 19.1778 11.8221 19.2513 11.6459 19.2443C11.4703 19.2379 11.307 19.1521 11.2014 19.0116L7.7014 14.3449C7.53106 14.1174 7.54913 13.8006 7.74455 13.5941C7.93938 13.3876 8.25497 13.3521 8.4918 13.5096Z"
                                                    fill="CurrentColor" />
                                            </g>
                                            <defs>
                                                <clipPath>
                                                    <rect width="28" height="28" fill="white" />
                                                </clipPath>
                                            </defs>
                                        </svg>
                                        <?= $pr_feature1 ?>
                                    </li>
                                    <li
                                        class="text-item text text-18"
                                        data-aos="fade-up"
                                        data-aos-delay="140">
                                        <svg
                                            xmlns="http://www.w3.org/2000/svg"
                                            width="28"
                                            height="28"
                                            viewBox="0 0 28 28"
                                            fill="none">
                                            <g clip-path="url(#clip0_9088_5324)">
                                                <path
                                                    fill-rule="evenodd"
                                                    clip-rule="evenodd"
                                                    d="M8.81362 13.0268C8.34112 12.7113 7.70994 12.783 7.31911 13.196C6.92886 13.6084 6.89211 14.2431 7.23336 14.6975L10.7334 19.3642C10.9445 19.6453 11.2712 19.8168 11.6229 19.8303C11.9741 19.8431 12.313 19.6972 12.5446 19.4324L20.7113 10.0991C21.1144 9.63883 21.0928 8.94525 20.6623 8.51008C20.2318 8.07492 19.5388 8.04692 19.0739 8.44475L11.5786 14.8696L8.81362 13.0268Z"
                                                    fill="white" />
                                                <path
                                                    fill-rule="evenodd"
                                                    clip-rule="evenodd"
                                                    d="M13.9327 0.515625C6.52939 0.515625 0.519531 6.52549 0.519531 13.9288C0.519531 21.3321 6.52939 27.3419 13.9327 27.3419C21.336 27.3419 27.3458 21.3321 27.3458 13.9288C27.3458 6.52549 21.336 0.515625 13.9327 0.515625ZM13.9327 1.68166C20.6921 1.68166 26.1798 7.16938 26.1798 13.9288C26.1798 20.6882 20.6921 26.1759 13.9327 26.1759C7.17329 26.1759 1.68557 20.6882 1.68557 13.9288C1.68557 7.16938 7.17329 1.68166 13.9327 1.68166Z"
                                                    fill="CurrentColor" />
                                                <path
                                                    fill-rule="evenodd"
                                                    clip-rule="evenodd"
                                                    d="M9.13872 12.5389C8.42939 12.0658 7.48265 12.1731 6.89698 12.792C6.31073 13.4115 6.25648 14.363 6.76806 15.0449L10.2681 19.7115C10.5848 20.1339 11.0748 20.3905 11.6021 20.4104C12.1295 20.4302 12.6376 20.2109 12.9852 19.8142L21.1519 10.4809C21.7562 9.78965 21.7241 8.74956 21.0784 8.0974C20.4326 7.44465 19.3926 7.40205 18.6961 7.99938L11.5356 14.1366L9.13872 12.5389ZM8.4918 13.5096L11.2562 15.3529C11.4738 15.4976 11.7608 15.4801 11.9597 15.3103L19.455 8.88547C19.6871 8.68597 20.0342 8.70055 20.2495 8.91814C20.4647 9.13514 20.4752 9.48222 20.274 9.71264L12.1073 19.046C11.9912 19.1778 11.8221 19.2513 11.6459 19.2443C11.4703 19.2379 11.307 19.1521 11.2014 19.0116L7.7014 14.3449C7.53106 14.1174 7.54913 13.8006 7.74455 13.5941C7.93938 13.3876 8.25497 13.3521 8.4918 13.5096Z"
                                                    fill="CurrentColor" />
                                            </g>
                                            <defs>
                                                <clipPath>
                                                    <rect width="28" height="28" fill="white" />
                                                </clipPath>
                                            </defs>
                                        </svg>
                                        <?= $pr_feature2 ?>
                                    </li>
                                    <li
                                        class="text-item text text-18"
                                        data-aos="fade-up"
                                        data-aos-delay="170">
                                        <svg
                                            xmlns="http://www.w3.org/2000/svg"
                                            width="28"
                                            height="28"
                                            viewBox="0 0 28 28"
                                            fill="none">
                                            <g clip-path="url(#clip0_9088_5324)">
                                                <path
                                                    fill-rule="evenodd"
                                                    clip-rule="evenodd"
                                                    d="M8.81362 13.0268C8.34112 12.7113 7.70994 12.783 7.31911 13.196C6.92886 13.6084 6.89211 14.2431 7.23336 14.6975L10.7334 19.3642C10.9445 19.6453 11.2712 19.8168 11.6229 19.8303C11.9741 19.8431 12.313 19.6972 12.5446 19.4324L20.7113 10.0991C21.1144 9.63883 21.0928 8.94525 20.6623 8.51008C20.2318 8.07492 19.5388 8.04692 19.0739 8.44475L11.5786 14.8696L8.81362 13.0268Z"
                                                    fill="white" />
                                                <path
                                                    fill-rule="evenodd"
                                                    clip-rule="evenodd"
                                                    d="M13.9327 0.515625C6.52939 0.515625 0.519531 6.52549 0.519531 13.9288C0.519531 21.3321 6.52939 27.3419 13.9327 27.3419C21.336 27.3419 27.3458 21.3321 27.3458 13.9288C27.3458 6.52549 21.336 0.515625 13.9327 0.515625ZM13.9327 1.68166C20.6921 1.68166 26.1798 7.16938 26.1798 13.9288C26.1798 20.6882 20.6921 26.1759 13.9327 26.1759C7.17329 26.1759 1.68557 20.6882 1.68557 13.9288C1.68557 7.16938 7.17329 1.68166 13.9327 1.68166Z"
                                                    fill="CurrentColor" />
                                                <path
                                                    fill-rule="evenodd"
                                                    clip-rule="evenodd"
                                                    d="M9.13872 12.5389C8.42939 12.0658 7.48265 12.1731 6.89698 12.792C6.31073 13.4115 6.25648 14.363 6.76806 15.0449L10.2681 19.7115C10.5848 20.1339 11.0748 20.3905 11.6021 20.4104C12.1295 20.4302 12.6376 20.2109 12.9852 19.8142L21.1519 10.4809C21.7562 9.78965 21.7241 8.74956 21.0784 8.0974C20.4326 7.44465 19.3926 7.40205 18.6961 7.99938L11.5356 14.1366L9.13872 12.5389ZM8.4918 13.5096L11.2562 15.3529C11.4738 15.4976 11.7608 15.4801 11.9597 15.3103L19.455 8.88547C19.6871 8.68597 20.0342 8.70055 20.2495 8.91814C20.4647 9.13514 20.4752 9.48222 20.274 9.71264L12.1073 19.046C11.9912 19.1778 11.8221 19.2513 11.6459 19.2443C11.4703 19.2379 11.307 19.1521 11.2014 19.0116L7.7014 14.3449C7.53106 14.1174 7.54913 13.8006 7.74455 13.5941C7.93938 13.3876 8.25497 13.3521 8.4918 13.5096Z"
                                                    fill="CurrentColor" />
                                            </g>
                                            <defs>
                                                <clipPath>
                                                    <rect width="28" height="28" fill="white" />
                                                </clipPath>
                                            </defs>
                                        </svg>
                                        <?= $pr_feature3 ?>
                                    </li>
                                    <li
                                        class="text-item text text-18"
                                        data-aos="fade-up"
                                        data-aos-delay="170">
                                        <svg
                                            xmlns="http://www.w3.org/2000/svg"
                                            width="28"
                                            height="28"
                                            viewBox="0 0 28 28"
                                            fill="none">
                                            <g clip-path="url(#clip0_9088_5324)">
                                                <path
                                                    fill-rule="evenodd"
                                                    clip-rule="evenodd"
                                                    d="M8.81362 13.0268C8.34112 12.7113 7.70994 12.783 7.31911 13.196C6.92886 13.6084 6.89211 14.2431 7.23336 14.6975L10.7334 19.3642C10.9445 19.6453 11.2712 19.8168 11.6229 19.8303C11.9741 19.8431 12.313 19.6972 12.5446 19.4324L20.7113 10.0991C21.1144 9.63883 21.0928 8.94525 20.6623 8.51008C20.2318 8.07492 19.5388 8.04692 19.0739 8.44475L11.5786 14.8696L8.81362 13.0268Z"
                                                    fill="white" />
                                                <path
                                                    fill-rule="evenodd"
                                                    clip-rule="evenodd"
                                                    d="M13.9327 0.515625C6.52939 0.515625 0.519531 6.52549 0.519531 13.9288C0.519531 21.3321 6.52939 27.3419 13.9327 27.3419C21.336 27.3419 27.3458 21.3321 27.3458 13.9288C27.3458 6.52549 21.336 0.515625 13.9327 0.515625ZM13.9327 1.68166C20.6921 1.68166 26.1798 7.16938 26.1798 13.9288C26.1798 20.6882 20.6921 26.1759 13.9327 26.1759C7.17329 26.1759 1.68557 20.6882 1.68557 13.9288C1.68557 7.16938 7.17329 1.68166 13.9327 1.68166Z"
                                                    fill="CurrentColor" />
                                                <path
                                                    fill-rule="evenodd"
                                                    clip-rule="evenodd"
                                                    d="M9.13872 12.5389C8.42939 12.0658 7.48265 12.1731 6.89698 12.792C6.31073 13.4115 6.25648 14.363 6.76806 15.0449L10.2681 19.7115C10.5848 20.1339 11.0748 20.3905 11.6021 20.4104C12.1295 20.4302 12.6376 20.2109 12.9852 19.8142L21.1519 10.4809C21.7562 9.78965 21.7241 8.74956 21.0784 8.0974C20.4326 7.44465 19.3926 7.40205 18.6961 7.99938L11.5356 14.1366L9.13872 12.5389ZM8.4918 13.5096L11.2562 15.3529C11.4738 15.4976 11.7608 15.4801 11.9597 15.3103L19.455 8.88547C19.6871 8.68597 20.0342 8.70055 20.2495 8.91814C20.4647 9.13514 20.4752 9.48222 20.274 9.71264L12.1073 19.046C11.9912 19.1778 11.8221 19.2513 11.6459 19.2443C11.4703 19.2379 11.307 19.1521 11.2014 19.0116L7.7014 14.3449C7.53106 14.1174 7.54913 13.8006 7.74455 13.5941C7.93938 13.3876 8.25497 13.3521 8.4918 13.5096Z"
                                                    fill="CurrentColor" />
                                            </g>
                                            <defs>
                                                <clipPath>
                                                    <rect width="28" height="28" fill="white" />
                                                </clipPath>
                                            </defs>
                                        </svg>
                                        <?= $pr_feature4 ?>
                                    </li>
                                    <li
                                        class="text-item text text-18"
                                        data-aos="fade-up"
                                        data-aos-delay="170">
                                        <svg
                                            xmlns="http://www.w3.org/2000/svg"
                                            width="28"
                                            height="28"
                                            viewBox="0 0 28 28"
                                            fill="none">
                                            <g clip-path="url(#clip0_9088_5324)">
                                                <path
                                                    fill-rule="evenodd"
                                                    clip-rule="evenodd"
                                                    d="M8.81362 13.0268C8.34112 12.7113 7.70994 12.783 7.31911 13.196C6.92886 13.6084 6.89211 14.2431 7.23336 14.6975L10.7334 19.3642C10.9445 19.6453 11.2712 19.8168 11.6229 19.8303C11.9741 19.8431 12.313 19.6972 12.5446 19.4324L20.7113 10.0991C21.1144 9.63883 21.0928 8.94525 20.6623 8.51008C20.2318 8.07492 19.5388 8.04692 19.0739 8.44475L11.5786 14.8696L8.81362 13.0268Z"
                                                    fill="white" />
                                                <path
                                                    fill-rule="evenodd"
                                                    clip-rule="evenodd"
                                                    d="M13.9327 0.515625C6.52939 0.515625 0.519531 6.52549 0.519531 13.9288C0.519531 21.3321 6.52939 27.3419 13.9327 27.3419C21.336 27.3419 27.3458 21.3321 27.3458 13.9288C27.3458 6.52549 21.336 0.515625 13.9327 0.515625ZM13.9327 1.68166C20.6921 1.68166 26.1798 7.16938 26.1798 13.9288C26.1798 20.6882 20.6921 26.1759 13.9327 26.1759C7.17329 26.1759 1.68557 20.6882 1.68557 13.9288C1.68557 7.16938 7.17329 1.68166 13.9327 1.68166Z"
                                                    fill="CurrentColor" />
                                                <path
                                                    fill-rule="evenodd"
                                                    clip-rule="evenodd"
                                                    d="M9.13872 12.5389C8.42939 12.0658 7.48265 12.1731 6.89698 12.792C6.31073 13.4115 6.25648 14.363 6.76806 15.0449L10.2681 19.7115C10.5848 20.1339 11.0748 20.3905 11.6021 20.4104C12.1295 20.4302 12.6376 20.2109 12.9852 19.8142L21.1519 10.4809C21.7562 9.78965 21.7241 8.74956 21.0784 8.0974C20.4326 7.44465 19.3926 7.40205 18.6961 7.99938L11.5356 14.1366L9.13872 12.5389ZM8.4918 13.5096L11.2562 15.3529C11.4738 15.4976 11.7608 15.4801 11.9597 15.3103L19.455 8.88547C19.6871 8.68597 20.0342 8.70055 20.2495 8.91814C20.4647 9.13514 20.4752 9.48222 20.274 9.71264L12.1073 19.046C11.9912 19.1778 11.8221 19.2513 11.6459 19.2443C11.4703 19.2379 11.307 19.1521 11.2014 19.0116L7.7014 14.3449C7.53106 14.1174 7.54913 13.8006 7.74455 13.5941C7.93938 13.3876 8.25497 13.3521 8.4918 13.5096Z"
                                                    fill="CurrentColor" />
                                            </g>
                                            <defs>
                                                <clipPath>
                                                    <rect width="28" height="28" fill="white" />
                                                </clipPath>
                                            </defs>
                                        </svg>
                                        <?= $pr_feature5 ?>
                                    </li>
                                </ul>

                            </div>
                        </div>
                        <?php } ?>
                    </div>
                </div>
            </div>
        </div>
    </div>
    <?php } ?>

    <?php
    $stmt_test = $con -> prepare('SELECT * FROM testimonials ORDER BY id DESC'); 
    $stmt_test -> execute(); 
    $stmt_test -> store_result(); 
    $stmt_test -> bind_result($test_id,$test_name,$test_occupation,$test_comment,$test_picture, $dis); 
    $numrows_test = $stmt_test -> num_rows();
    if($numrows_test > 0){
    ?>
    <!-- Testimonial -->
    <div class="testimonial-4 mt-100 overflow-x-hidden">
        <div class="container">
            <div class="testimonial-inner">
                <div class="row product-grid">
                    <div class="col-lg-6 col-12">
                        <div class="heading-wrapper">
                            <div class="section-headings" data-aos="fade-right">
                                <div class="subheading text-20 subheading-bg">
                                    <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>Testimonials</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-50">
                                    See what our customers have to say about us
                                </h2>
                            </div>
                        </div>
                    </div>
                    <div class="col-lg-6 col-12">
                        <testicolumn-slider
                            class="team-slider testicolumn-slider"
                            data-aos="fade-left">
                            <div class="swiper">
                                <div class="swiper-wrapper">
                                    <?php while ($stmt_test -> fetch()) { ?>
                                    <div class="swiper-slide">
                                        <div class="card-testimonial radius18">
                                            <ul class="rating-list list-unstyled">
                                                <li class="rating-icon">
                                                    <svg
                                                        class="icon icon-24"
                                                        width="24"
                                                        height="24"
                                                        viewBox="0 0 24 24"
                                                        fill="none"
                                                        xmlns="http://www.w3.org/2000/svg">
                                                        <path
                                                            d="M11.9998 17L6.12197 20.5902L7.72007 13.8906L2.48926 9.40983L9.35479 8.85942L11.9998 2.5L14.6449 8.85942L21.5104 9.40983L16.2796 13.8906L17.8777 20.5902L11.9998 17Z"
                                                            fill="CurrentColor" />
                                                    </svg>
                                                </li>
                                                <li class="rating-icon">
                                                    <svg
                                                        class="icon icon-24"
                                                        width="24"
                                                        height="24"
                                                        viewBox="0 0 24 24"
                                                        fill="none"
                                                        xmlns="http://www.w3.org/2000/svg">
                                                        <path
                                                            d="M11.9998 17L6.12197 20.5902L7.72007 13.8906L2.48926 9.40983L9.35479 8.85942L11.9998 2.5L14.6449 8.85942L21.5104 9.40983L16.2796 13.8906L17.8777 20.5902L11.9998 17Z"
                                                            fill="CurrentColor" />
                                                    </svg>
                                                </li>
                                                <li class="rating-icon">
                                                    <svg
                                                        class="icon icon-24"
                                                        width="24"
                                                        height="24"
                                                        viewBox="0 0 24 24"
                                                        fill="none"
                                                        xmlns="http://www.w3.org/2000/svg">
                                                        <path
                                                            d="M11.9998 17L6.12197 20.5902L7.72007 13.8906L2.48926 9.40983L9.35479 8.85942L11.9998 2.5L14.6449 8.85942L21.5104 9.40983L16.2796 13.8906L17.8777 20.5902L11.9998 17Z"
                                                            fill="CurrentColor" />
                                                    </svg>
                                                </li>
                                                <li class="rating-icon">
                                                    <svg
                                                        class="icon icon-24"
                                                        width="24"
                                                        height="24"
                                                        viewBox="0 0 24 24"
                                                        fill="none"
                                                        xmlns="http://www.w3.org/2000/svg">
                                                        <path
                                                            d="M11.9998 17L6.12197 20.5902L7.72007 13.8906L2.48926 9.40983L9.35479 8.85942L11.9998 2.5L14.6449 8.85942L21.5104 9.40983L16.2796 13.8906L17.8777 20.5902L11.9998 17Z"
                                                            fill="CurrentColor" />
                                                    </svg>
                                                </li>
                                                <li class="rating-icon">
                                                    <svg
                                                        class="icon icon-24"
                                                        width="24"
                                                        height="24"
                                                        viewBox="0 0 24 24"
                                                        fill="none"
                                                        xmlns="http://www.w3.org/2000/svg">
                                                        <path
                                                            d="M11.9998 17L6.12197 20.5902L7.72007 13.8906L2.48926 9.40983L9.35479 8.85942L11.9998 2.5L14.6449 8.85942L21.5104 9.40983L16.2796 13.8906L17.8777 20.5902L11.9998 17Z"
                                                            fill="CurrentColor" />
                                                    </svg>
                                                </li>
                                            </ul>
                                            <p class="text text-24">
                                                “ <?= $test_comment ?> ”
                                            </p>
                                            <div class="user-info-wrap">
                                                <div class="user-info">
                                                    <?php if($test_picture !== "" ) { ?>
                                                    <div class="user-img">
                                                        <img
                                                            src="site_img/testimonials/<?= $test_picture ?>"
                                                            width="80"
                                                            height="80"
                                                            loading="lazy"
                                                            alt="image" />
                                                    </div>
                                                    <?php } ?>
                                                    <div class="user-name-desig">
                                                        <h2 class="user-name heading text-24">
                                                            <?= $test_name ?>
                                                        </h2>
                                                        <div class="user-desig text text-18">
                                                            <?= $test_occupation ?>
                                                        </div>
                                                    </div>
                                                </div>
                                                <div class="icon-quote">
                                                    <svg
                                                        class="icon icon-62"
                                                        width="62"
                                                        height="62"
                                                        viewBox="0 0 62 62"
                                                        fill="none"
                                                        xmlns="http://www.w3.org/2000/svg">
                                                        <path
                                                            d="M14.5312 9.41406C6.51702 9.41406 0 15.9329 0 23.9453C0 31.2606 5.43154 37.3306 12.4771 38.3311C11.9131 42.4287 10.3486 46.3275 7.90415 49.7085C7.42874 50.3683 7.44654 51.2624 7.9538 51.9009C8.4515 52.5292 9.31635 52.7674 10.0754 52.4473C21.6088 47.6332 29.0625 36.4438 29.0625 23.9453C29.0625 15.9329 22.5455 9.41406 14.5312 9.41406ZM47.4688 9.41406C39.4545 9.41406 32.9375 15.9329 32.9375 23.9453C32.9375 31.2606 38.369 37.3306 45.4146 38.3311C44.8506 42.4287 43.2861 46.3275 40.8417 49.7085C40.3662 50.3683 40.384 51.2624 40.8913 51.9009C41.389 52.5292 42.2538 52.7674 43.0129 52.4473C54.5463 47.6332 62 36.4438 62 23.9453C62 15.9329 55.483 9.41406 47.4688 9.41406Z"
                                                            fill="CurrentColor" />
                                                    </svg>
                                                </div>
                                            </div>
                                        </div>
                                    </div>
                                    <?php } ?>
                                </div>
                            </div>
                            <div class="swiper-pagination"></div>
                        </testicolumn-slider>
                    </div>
                </div>
            </div>
        </div>
    </div>
    <?php } ?>

    <?php $yes = "Yes";
        $stmt_articles = $con -> prepare('SELECT blog_id,heading,category,preamble,picture,date FROM blog WHERE featured = ? LIMIT 3');
        $stmt_articles -> bind_param('s',$yes);
        $stmt_articles -> execute(); 
        $stmt_articles -> store_result(); 
        $stmt_articles -> bind_result($article_id,$a_title,$a_category,$a_preamble,$a_picture,$a_date); 
        $numrows_articles = $stmt_articles -> num_rows();
        if($numrows_articles > 0){      
    ?>
    <!-- Featured Blog -->
    <div class="featured-blog blog-style-3 mt-100 section-padding">
        <div class="container">
            <div class="section-headings text-center">
                <div class="subheading subheading-bg text-20" data-aos="fade-up">
                    <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>Our Blog</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-50" data-aos="fade-up" data-aos-delay="50">
                    Latest News & Events
                </h2>
            </div>
            <div class="section-content">
                <div class="row product-grid justify-content-center">
                    <?php while ($stmt_articles -> fetch()) { 
                $stmt_sli = $con -> prepare('SELECT category_name FROM blog_categories WHERE id = ?'); 
                $stmt_sli -> bind_param('i',$a_category);
                $stmt_sli -> execute(); 
                $stmt_sli -> store_result(); 
                $stmt_sli -> bind_result($category_name); 
                $numrows_sli = $stmt_sli -> num_rows();
                if($numrows_sli > 0){
                    while ($stmt_sli -> fetch()) {}
                }

                $date_a = new DateTime($a_date);
                $date_day = $date_a->format('d');
                $date_month = $date_a->format('F');
                $date_year  = $date_a->format('Y'); 
                ?>
                    <div class="col-12 col-md-6 col-lg-4" data-aos="fade-up">
                        <div class="card-blog-list" data-aos="fade-up">
                            <div class="card-blog-list-media radius18">
                                <div class="media">
                                    <img
                                        src="site_img/blog/<?= $a_picture; ?>"
                                        alt="blog image"
                                        style="width:600px;height:400px;object-fit:cover;"
                                        loading="lazy" />
                                </div>
                            </div>

                            <h2 class="card-blog-heading heading text-22">
                                <a href="article_details?article_id=<?= $article_id; ?>" class="heading text-22">
                                    <?= $a_title ?>
                                </a>
                            </h2>
                        </div>
                    </div>
                    <?php } ?>
                </div>

                <div
                    class="buttons buttons-discover"
                    data-aos="fade-up"
                    data-aos-delay="100">
                    <a
                        href="blog"
                        class="button button--primary"
                        aria-label="Discover more blog posts">
                        Discover More
                        <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" />
                            </svg>
                        </span>
                    </a>
                </div>
            </div>
        </div>
    </div>
    <?php } ?>
</main>

<?php include("footer.php"); ?>

Al-HUWAITI Shell