
        * {
            box-sizing: border-box;
        }


        body {

            margin: 0;

            font-family: "Inter", "Segoe UI", Arial, sans-serif;

            background:
                radial-gradient(circle at 10% 20%,
                    rgba(212, 175, 55, .10),
                    transparent 30%),

                radial-gradient(circle at 90% 80%,
                    rgba(255, 255, 255, .08),
                    transparent 30%),
                linear-gradient(90deg, #062b50, #008fa8) !important;

            color: #1d1d1d;

            min-height: 100vh;
        }


        /* =========================
   MAIN WRAPPER
========================= */

        .reviews-wrapper {

            max-width: 1350px;

            margin: auto;

            padding: 80px 25px;
        }


        /* =========================
   HEADING
========================= */

        .reviews-heading {

            text-align: center;

            margin-bottom: 50px;
        }


        .reviews-heading span {

            display: inline-block;

            color: #fcfbfa;

            font-size: 15px;

            font-weight: 800;

            letter-spacing: 4px;

            text-transform: uppercase;

            margin-bottom: 8px;
        }


        .reviews-heading h1 {

            margin: 8px 0 14px;

            font-family: Georgia, "Times New Roman", serif;

            font-size: clamp(32px, 4vw, 48px);

            font-weight: 500;

            letter-spacing: -1px;

            color: #fdfcfc;
        }


        .reviews-heading h1::after {

            content: "";

            display: block;

            width: 65px;

            height: 2px;

            margin: 18px auto 0;

            background:
                linear-gradient(90deg,
                    transparent,
                    #c9a227,
                    #f1d778,
                    #c9a227,
                    transparent);
        }


        .reviews-heading p {

            max-width: 620px;

            margin: 20px auto 0;

            color: #ebe7e7;

            font-size: 15px;

            line-height: 1.7;
        }


        /* =========================
   REVIEW GRID
   4 BOXES IN ONE ROW
========================= */

        .reviews-grid {

            display: grid;

            grid-template-columns:
                repeat(4, minmax(0, 1fr));

            gap: 22px;

            align-items: stretch;

            width: 100%;
        }


        /* =========================
   PREMIUM GLASS CARD
========================= */

        .review-card {

            position: relative;

            overflow: hidden;

            display: flex;

            flex-direction: column;

            min-width: 0;

            min-height: 270px;

            padding: 28px 25px 24px;

            background:
                linear-gradient(145deg,
                    rgba(255, 255, 255, .84),
                    rgba(255, 255, 255, .46));

            border: 1px solid rgba(255, 255, 255, .90);

            border-radius: 24px;

            backdrop-filter: blur(22px);

            -webkit-backdrop-filter: blur(22px);

            box-shadow:
                0 18px 45px rgba(0, 0, 0, .075),
                inset 0 1px 0 rgba(255, 255, 255, .95),
                inset 0 -1px 0 rgba(0, 0, 0, .025);

            transition:
                transform .4s cubic-bezier(.2, .8, .2, 1),
                box-shadow .4s ease,
                border-color .4s ease;
        }


        /* GOLD TOP LINE */

        .review-card::before {

            content: "";

            position: absolute;

            top: 0;

            left: 12%;

            width: 76%;

            height: 2px;

            background:
                linear-gradient(90deg,
                    transparent,
                    #c9a227,
                    #f3d979,
                    #c9a227,
                    transparent);

            opacity: .8;
        }


        /* GOLD CORNER GLOW */

        .review-card::after {

            content: "";

            position: absolute;

            width: 180px;

            height: 180px;

            top: -100px;

            right: -80px;

            border-radius: 50%;

            background:
                radial-gradient(circle,
                    rgba(210, 170, 55, .23),
                    transparent 70%);

            pointer-events: none;
        }


        /* HOVER */

        .review-card:hover {

            transform: translateY(-9px);

            border-color:
                rgba(201, 162, 39, .38);

            box-shadow:
                0 28px 60px rgba(0, 0, 0, .12),
                0 8px 28px rgba(201, 162, 39, .09),
                inset 0 1px 0 rgba(255, 255, 255, 1);
        }


        /* =========================
   QUOTE
========================= */

        .review-quote {

            position: absolute;

            right: 20px;

            top: 5px;

            font-family: Georgia, serif;

            font-size: 82px;

            line-height: 1;

            color: #c9a227;

            opacity: .12;

            pointer-events: none;

            z-index: 0;
        }


        /* =========================
   STARS
========================= */

        .review-stars {

            position: relative;

            z-index: 2;

            display: inline-flex;

            align-items: center;

            width: fit-content;

            padding: 6px 11px;

            margin-bottom: 19px;

            color: #c49a24;

            background:
                rgba(201, 162, 39, .09);

            border: 1px solid rgba(201, 162, 39, .15);

            border-radius: 50px;

            font-size: 25px;

            letter-spacing: 2px;

            box-shadow:
                inset 0 1px 0 rgba(255, 255, 255, .75);
        }


        /* =========================
   REVIEW TEXT
========================= */

        .review-text {

            position: relative;

            z-index: 2;

            margin: 0;

            color: #555;

            font-size: 14px;

            line-height: 1.75;

            min-height: 105px;

            word-break: break-word;
        }


        .review-text::before {

            content: "“";

            color: #c9a227;

            font-family: Georgia, serif;

            font-size: 26px;

            margin-right: 3px;
        }


        /* =========================
   USER AREA
========================= */

        .review-name {

            position: relative;

            z-index: 3;

            margin-top: auto;

            padding-top: 18px;

            border-top:
                1px solid rgba(0, 0, 0, .07);
        }


        .review-name h3 {

            margin: 0 0 5px;

            color: #1e1e1e;

            font-size: 16px;

            font-weight: 700;
        }


        .review-name span {

            display: block;

            color: #424040;

            font-size: 11px;

            letter-spacing: .3px;
        }


        /* =========================
   SERVICE BADGE
========================= */

        .review-service {

            display: inline-block;




            margin-top: 10px;

            padding: 5px 11px;

            color: #705208;

            background:
                linear-gradient(135deg,
                    rgba(212, 175, 55, .13),
                    rgba(212, 175, 55, .05));

            border:
                1px solid rgba(194, 153, 40, .20);

            border-radius: 50px;

            font-size: 16px;

            font-weight: 700;

            letter-spacing: .5px;

            box-shadow:
                inset 0 1px 0 rgba(255, 255, 255, .8);
        }


        /* =========================
   NO REVIEWS
========================= */

        .no-reviews {

            grid-column: 1 / -1;

            text-align: center;

            padding: 40px 20px;

            color: #777;

            background:
                rgba(255, 255, 255, .45);

            border:
                1px solid rgba(255, 255, 255, .7);

            border-radius: 20px;

            backdrop-filter: blur(15px);
        }


        /* =========================
   SUCCESS MESSAGE
========================= */

        .success-message {

            max-width: 700px;

            margin: 0 auto 30px;

            padding: 14px 20px;

            background:
                rgba(234, 248, 238, .70);

            color: #23753a;

            border:
                1px solid rgba(100, 190, 120, .35);

            border-radius: 14px;

            text-align: center;

            font-size: 14px;

            opacity: 1;

            transform: translateY(0);

            transition:
                opacity .4s ease,
                transform .4s ease;
        }


        /* =========================
   BACK BUTTON
========================= */

        .back-button {

            position: relative;

            overflow: hidden;

            display: block;

            width: max-content;

            margin: 50px auto 0;

            padding: 14px 32px;

            color: #fff;

            text-decoration: none;

            background:
                linear-gradient(135deg,
                    #111,
                    #292929);

            border:
                1px solid rgba(255, 255, 255, .12);

            border-radius: 50px;

            font-size: 13px;

            font-weight: 600;

            letter-spacing: .5px;

            box-shadow:
                0 12px 30px rgba(0, 0, 0, .18);

            transition: all .35s ease;
        }


        .back-button::before {

            content: "";

            position: absolute;

            top: 0;

            left: -100%;

            width: 100%;

            height: 100%;

            background:
                linear-gradient(90deg,
                    transparent,
                    rgba(255, 255, 255, .25),
                    transparent);

            transition: .6s;
        }


        .back-button:hover::before {

            left: 100%;
        }


        .back-button:hover {

            transform: translateY(-3px);

            background:
                linear-gradient(135deg,
                    #b08b22,
                    #d4af37);

            box-shadow:
                0 15px 35px rgba(176, 139, 34, .28);
        }


        /* =========================
   TABLET
========================= */

        @media (max-width: 1100px) {

            .reviews-grid {

                grid-template-columns:
                    repeat(3, minmax(0, 1fr));
            }
        }


        @media (max-width: 850px) {

            .reviews-grid {

                grid-template-columns:
                    repeat(2, minmax(0, 1fr));

                gap: 20px;
            }

            .reviews-wrapper {

                padding: 65px 20px;
            }
        }


        /* =========================
   MOBILE
========================= */

        @media (max-width: 600px) {

            .reviews-wrapper {

                padding: 50px 15px;
            }

            .reviews-heading {

                margin-bottom: 35px;
            }

            .reviews-heading h1 {

                font-size: 30px;
            }

            .reviews-heading p {

                font-size: 14px;
            }

            .reviews-grid {

                grid-template-columns: 1fr;

                gap: 17px;
            }

            .review-card {

                padding: 25px 21px;

                border-radius: 19px;

                min-height: 240px;
            }

            .review-text {

                min-height: auto;
            }

            .review-quote {

                font-size: 70px;
            }

            .back-button {

                margin-top: 40px;
            }
        }
   
