        body {
            height: 100%;
            min-height: 100vh;
            position: relative;
            display: flex;
            flex-direction: column;
            background-repeat: no-repeat;
            background-size: cover;
            overflow-x: hidden;
            overflow-y: auto;
            margin: 0;
        }

        body::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            
            /*background: rgba(0, 0, 0, 0.0);*/
            z-index: -1;
        }

        h2 {
            font-size: 25px;
            margin-top: 5px;
            font-weight: 600;
            color: #ffffff;
            text-shadow: 0 0 1px transparent, 0 2px 3px rgb(0 0 0 / 30%);
            transition: font-size 0.5s ease-in-out;
        }

        h3 {
            font-size: 16px;
            font-weight: 600;
            color: #ffffff;
            transition: font-size 0.5s ease-in-out;
            line-height: 1.5;
            margin:0px;
        }

        h3  p {
            text-align: justify;
            margin: 10px;
        }

        body>img {
            object-fit: cover;
            position: absolute;
            top: 0;
            left: 0;
            height: 100%;
            width: 100%;
            filter: saturate(10%);
            color: #333;
        }

        section {
            display: grid;
            place-items: center;
            /* position: absolute; */
            inset: 0;
            padding-top: 0px;
        }

        section div {
            display: flex;
            flex-direction: column;
            gap: 10px;
            width: 100%;
            max-width: 600px;
            margin: 0 auto;
            padding: 10px;
            justify-content: center;
            align-items: center;
        }

        section div img {
            width: 150px;
            aspect-ratio: 1;
            border-radius: 20%;
            bottom: 150px;
            object-fit: cover;
        }

        .links a {
            display: flex;
            width: 100%;
            align-items: center;
            justify-content: center;
            border: 1px solid rgb(209, 209, 209);
            padding: 17px;
            color: #ffffff;
            text-decoration: none;
            margin: 5px;
            border-radius: 40px;
            font-size: 18px;
            /* background: #8D2929; */
            font-weight: 500;
            transition-duration: 100ms;
            text-transform: capitalize;
            margin-top: 15px;
        }

        .links a:hover {
            background: #ffffff;
            color: rgb(0, 0, 0);
            width: 102%;
            padding: 20px;
            font-weight: 600;
        }

        .links a i {
            font-size: 1.3em;
        }

        .links .accordion-content-event a {
            /* Styles for dynamically generated order links */
            display: flex;
            width: 100%;
            align-items: center;
            justify-content: center;
            padding: 10px;
            color: #ffffff;
            text-decoration: none;
            margin: 5px;
            border-radius: 25px;
            font-size: 18px;
            background: #111111;
            font-weight: 500;
            transition-duration: 100ms;
            text-transform: capitalize;
            border: 1px solid rgba(209, 209, 209, 0);
        }

        .links .accordion-content-testimonials a {
            /* Styles for dynamically generated order links */
            display: flex;
            width: 100%;
            align-items: center;
            justify-content: center;
            padding: 5px;
            color: #ffffff;
            text-decoration: none;
            margin: 5px;
            border-radius: 25px;
            font-size: 18px;
            background: #111111;
            font-weight: 500;
            transition-duration: 100ms;
            text-transform: capitalize;
            border: 1px solid rgba(209, 209, 209, 0);
        }

        .links .accordion-content-order a {
            margin: 5px;
            /* Styles for dynamically generated order links */
            border-radius: 25px;
            border: 1px solid rgba(209, 209, 209, 0);
        }


        .links .accordion-content-event a:hover {
            background: #222222;
            color: rgb(0, 0, 0);
            width: 100%;
            padding: 10px;
            font-weight: 600;
        }

        .back {
            opacity: 100%;
        }

        .back .profile img {
            border-radius: 100px;
            transition: border-radius 0.5s ease-in-out;
        }

        .about {
            width: 400px;
            text-align: center;
            font-weight: 600;
            letter-spacing: 3px;
            word-spacing: 5px;
            text-transform: uppercase;
            color: #999999;
            font-size: 15px;
            line-height: 18px;
            text-shadow: 0 0 1px transparent, 0 1px 2px rgb(0 0 0 / 50%);
        }

        .names {
            width: 400px;
            text-align: center;
            font-weight: 600;
            letter-spacing: 3px;
            word-spacing: 5px;
            text-transform: uppercase;
            color: #E20000;
            font-size: 15px;
            line-height: 18px;
            text-shadow: 0 0 1px transparent, 0 1px 2px rgb(0 0 0 / 50%);
        }

        .linksmain {
            font-weight: 600;
            text-transform: uppercase;
            color: #111;
            font-size: 25px;
            text-shadow: 0 0 1px transparent, 0 1px 2px rgb(0 0 0 / 50%);
        }

        .footer-distributed {
            display: flex;
            justify-content: center;
            /* Aligns icons to the center horizontally */
            gap: 10px;
            /* Adds space between icons */
            filter: invert(1);
        }

        .Btn {
            width: 100px;
            height: 35px;
            display: flex;
            align-items: center;
            justify-content: flex-start;
            border: none;
            border-radius: 10px;
            overflow: hidden;
            border: 1.5px solid rgb(209, 209, 209);
            box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.164);
            cursor: pointer;
        }

        .text {
            width: 65%;
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            /* Background color of the share text*/
            /* background-color: #8D2929; */
        }

        .svgIcon {
            width: 35%;
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            /* Background color of the share icon*/
            /* background-color: #8D2929; */
        }

        .Btn:hover .text {
            /* Background color of the share text*/
            /* background-color: #8D2929; */
        }

        .Btn:hover .svgIcon {
            /* Background color of the share icon*/
            /* background-color: #8D2929; */
        }

        .accordion {
            border-radius: 5px;
            margin: 0px;
            padding: 0px;
        }

        /* Event Accordion */
        .accordion-header-event {
            margin: -8px;
            padding: 0px;
            cursor: pointer;
        }

        .accordion-content-event {
            max-height: 0;
            overflow: hidden;
            padding: 0 5px;
            /* background-color: #8D2929; */
            border-radius: 15px;
            transition: max-height 0.2s ease, padding 0.4s ease, opacity 0.3s ease, visibility 0s ease 0.3s;
            opacity: 0;
            visibility: hidden;
        }

        .accordion-content-event.open {
            max-height: 1700px;
            padding: 15px;
            border: 1px solid #fff;
            opacity: 1;
            visibility: visible;
            transition: max-height 0.2s ease, padding 0.4s ease, opacity 0.3s ease, visibility 0s ease 0s;
            
        }

        .accordion-content-event p {
            margin: 0;
        }


        .order-card {
            display: flex;
            flex-direction: column;
            /* Background color of the event card */
            background: #1c1c1c;
            border-radius: 15px;
            overflow: hidden;
            text-decoration: none;
            color: white;
            width: 50px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
            transition: transform 0.3s ease;
        }

        .order-image {
            width: 100%;
            height: 220px;
            border-radius: 20px;
        }

        .order-content {
            padding: 15px;
            text-align: left;
            display: flex;
            flex-direction: column;
            align-items: flex-start;
        }

        .order-title {
            font-size: 20px;
            font-weight: bold;
            margin-bottom: 5px;
        }

        .order-description {
            color: #ccc;
            font-size: 14px;
            margin-bottom: 10px;
        }

        .learn-more {
            font-size: 14px;
            font-weight: bold;
            color: #ffffff;
        }



        /* Testimonials Accordion */
        .accordion-header-testimonials {
            margin: -8px;
            padding: 0px;
            cursor: pointer;
        }

        .accordion-content-testimonials {
            max-height: 0;
            overflow: hidden;
            padding: 0 5px;
            /* background-color: #8D2929; */
            border-radius: 15px;
            transition: max-height 0.2s ease, padding 0.4s ease, opacity 0.3s ease, visibility 0s ease 0.3s;
            opacity: 0;
            visibility: hidden;
        }

        .accordion-content-testimonials.open {
            max-height: 1700px;
            padding: 15px;
            border: 1px solid #fff;
            opacity: 1;
            visibility: visible;
            transition: max-height 0.2s ease, padding 0.4s ease, opacity 0.3s ease, visibility 0s ease 0s;
        }

        .accordion-content-testimonials p {
            margin: 0;
        }
        

        /* Testimonials Accordion */
        .accordion-header-order {
            margin: -8px;
            padding: 0px;
            cursor: pointer;
        }

        .accordion-content-order {
            max-height: 0;
            overflow: hidden;
            padding: 0 5px;
            /* background-color: #8D2929; */
            border-radius: 15px;
            transition: max-height 0.2s ease, padding 0.4s ease, opacity 0.3s ease, visibility 0s ease 0.3s;
            opacity: 0;
            visibility: hidden;
        }

        .accordion-content-order.open {
            max-height: 1700px;
            padding: 15px;
            border: 1px solid #fff;
            opacity: 1;
            visibility: visible;
            transition: max-height 0.2s ease, padding 0.4s ease, opacity 0.3s ease, visibility 0s ease 0s;
        }

        .accordion-content-order p {
            margin: 0;
        }





        /* WebKraft Text for free users
        .watermark {
            margin-left: 80%;
            text-decoration: none;
            position: fixed;
            bottom: 0;
            left: 0;
            width: 15%;
            background-color: rgba(255, 255, 255, 0.9);
            text-align: center;
            font-size: 17px;
            padding: 5px;
            z-index: 8000000000000;
            font-weight: 600;
            border-radius: 20px 20px 0px 0px;
        } */


        @media screen and (max-width: 514px) {
            * {
                max-width: 100%;
            }

            body {
                background-size: 350%;
                background-position: top;
            }

            h2 {
                font-size: 20px;
            }

            h3 {
                font-size: 14px;
            }

            section div img {
                width: 120px;
            }

            .back .profile img {
                border-radius: 100px;
            }

            .order-image {
                width: 100%;
                height: 200px;
                border-radius: 25px;
            }

            .order-title {
                font-size: 16px;
            }

            .order-description {
                font-size: 12px;
            }

            .learn-more {
                font-size: 12px;
            }

        }

        /* Media query for smaller screens (e.g., phones) */
        @media (max-width: 768px) {
            .watermark {
                margin-left: 0%;
                width: 50%;
                font-size: 15px;
                /* Adjust the font size for smaller screens */
                padding: 10px;
                /* Adjust the padding for smaller screens */
            }
        }