.header-rule {

                                            display: flex;

                                            align-items: center;

                                            justify-content: center;

                                            gap: 12px;

                                            margin: 20px 0 16px;

                                        }



                                        .header-rule span {

                                            display: block;

                                            width: 48px;

                                            height: 1px;

                                            background: linear-gradient(to right, transparent, #D4A49F);

                                        }



                                        .header-rule span:last-child {

                                            background: linear-gradient(to left, transparent, #D4A49F);

                                        }



                                        .header-rule i {

                                            width: 5px;

                                            height: 5px;

                                            border-radius: 50%;

                                            background: #D4A49F;

                                            display: block;

                                            font-style: normal;

                                        }



                                        /* Scroll Reveal Mobile & Elementor Bypass */

                                        @media (max-width: 1024px) {

                                            .eterna-scroll-reveal {

                                                opacity: 1 !important;

                                                transform: none !important;

                                                transition: none !important;

                                            }

                                        }



                                        .elementor-editor-active .eterna-scroll-reveal,

                                        body.elementor-editor-active .eterna-scroll-reveal,

                                        .elementor-editor-preview .eterna-scroll-reveal {

                                            opacity: 1 !important;

                                            transform: none !important;

                                            transition: none !important;

                                        }
