
        * {
            box-sizing: border-box;
            text-decoration: none;
        }

        html,
        body {
            height: 100%;
            width: 100%;
            margin: 0;
            padding: 0;
        }

        body {
            font-family: 'Arial', sans-serif;
            background: url('/imgs/backgroundd.PNG') no-repeat center center fixed;
            background-size: cover;
            direction: rtl;
        }

        .h55 {
            color: #003e4e !important;
        }


        .center-content {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            text-align: center;
        }

        .center-content img {
            max-width: 20%;
            margin-top: 1%;
        }

        .cards-container {
            display: flex;
            flex-direction: wrap;
            gap: 20px;
            justify-content: center;
        }

        .card {
            flex: 1 1 200px;
            background: white;
            border-radius: 10px;
            padding: 20px;
            text-align: center;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            transition: transform 0.2s;
            cursor: pointer;
        }

        .card:hover {
            transform: translateY(-5px);
        }

        .card i {
            font-size: 40px;
            margin-bottom: 10px;
        }

        .social-buttons {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            gap: 10px;
            margin: 20px;
            direction: ltr;
        }

        .btn {
            display:  inline-flex;
            align-items: center;
            padding: 10px 20px;
            border-radius: 6px;
            font-size: 16px;
            font-weight: bold;
            color: #fff;
            text-decoration: none;
            transition: 0.3s;
            width: 100%;
            direction: ltr;
        }

        .facebook,
        .whatsapp,
        .instagram,
        .tiktok {
            background-color: #ef9c2b;
            color: #000000;
            width: 210px;
            text-align: center;
        }

        .facebook:hover,
        .whatsapp:hover,
        .instagram:hover,
        .tiktok:hover {
            background-color: #ef9c2b;
            color: #000000;

        }
        .btn i {
            width: 25%;
        }

        .colorr {
            color: #0866ff !important;
            margin: 0px;
        }

        .bss {
            margin-top: 0px;
        }

        .yallow {
            color: #ef9c2b;
        }

        .bluee {
            color: #003e4e !important;
        }


        @media (max-width: 800px) {
            .cards-container {
                flex-direction: column;
                align-items: stretch;
            }

            .card {
                flex: 1 1 20px;
            }
            .images-row {
                gap: 10% !important;
            }
            .social-buttonsss{
                margin-top: -3%;
            }
            .h55{
                font-size: 100%;
            }

            .center-content img {
                max-width: 40%;
            }
            p{
                margin: 10% 4%;
                margin-top: 0px;
            }

        }

        h3,
        h1 {
            margin: 0px;
        }

        .images-row {
            display: flex;
            justify-content: center;
            align-items: center;
            flex-wrap: wrap;
            gap: 15px;
            /* margin-top: 30px; */
        }

        .images-row img {
            width: 10%;
            min-width: 100px;
            /* border-radius: 10px; */
            /* box-shadow: 0 4px 8px rgba(0,0,0,0.1); */
            transition: transform 0.2s;
        }
        .row {
            width: 100%;
        }

        a {
            display: inline-block;
        }

.fa-facebook-f{
    font-size: larger;
    color: #0866ff;
    width: 8%;
}

.fa-whatsapp{
    font-size: larger;
    color: #02be37;
}

.fa-instagram{
    font-size: larger;
    color: #fc0c5c;
}

.fa-tiktok{
    font-size: larger;
    color: #000000;
}
