@import url('normalize.css');
@import url('form.css');
@import url('navigation.css');



    :root {
            --glitter: url("../images/silver-glitter-background.png");
            --golden-light: #FFD700;
            --golden: #FFC107;
            --golden-dark: rgb(250, 189, 76);
            --golden-darker: #B8860B;
            --golden-subtle: rgba(255, 215, 0, 0.1);
            --golden-gradient: radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, #FDB931 8%, #9f7928 30%, #8A6E2F 40%, transparent 80%),
                              radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, #FFFFAC 8%, #D1B464 25%, #5d4a1f 62.5%, #5d4a1f 100%);
            --clr: 40;
        }

        @keyframes bubble {
            0% {
                background-position: 0px 340px, 0px 130px, var(--gradientPos);
            }
            100% {
                background-position: 0px 0px, 0px 0px, var(--gradientPos);
            }
        }

        @keyframes goldenShine {
            0% { background-position: -200% center; }
            100% { background-position: 200% center; }
        }

        @keyframes pulseGolden {
            0% { box-shadow: 0 6px 15px rgba(218, 165, 32, 0.2); }
            50% { box-shadow: 0 6px 20px rgba(218, 165, 32, 0.4); }
            100% { box-shadow: 0 6px 15px rgba(218, 165, 32, 0.2); }
        }

       
        /* ============================================
           PART 5: KARUKAJ CONTENT STYLES
           ============================================ */
        .karukaj-content {
            padding: 12px;
            background: #f1f1f1;
            margin-bottom: 0px;
            border-radius: 4px;
            border: 1px solid #dcdbd8;
        }
        
        .karukaj-content h3 {
            color: #343a40;
            font-size: 15px;
            margin-bottom: 8px;
            border-bottom: 2px solid #c1bfb8;
            padding-bottom: 5px;
        }
        
        .karukaj-content p {
            font-size: 13px;
            line-height: 1.4;
            color: #4e4e4e;
            margin-bottom: 8px;
        }
        
        .karukaj-highlight {
            background-color: #f1f1f1;
            padding: 2px 30px;
            border-left: 3px solid #4e4e4e;
            margin: 0px 0;
            border-radius: 3px;
            border: 1px solid #dcdbd8;
        }
        /* Golden highlights */
        .karukaj-highlight {
            border-left-color: var(--golden);
            background: var(--golden-subtle);
        }
        
        .karukaj-services {
            display: flex;
            flex-wrap: wrap;
            gap: 5px;
            margin-top: 8px;
        }
        
        .service-badge {
            color: #343a40;
            padding: 4px 12px;
            font-size: 11px;
            border-radius: 12px;
            border: 1px solid #4e4e4e;
            margin: 0 auto;
            text-align: center;
            text-transform: uppercase;
            letter-spacing: 0px;
        }
        
        .service-badge.highlight {
            background: white;
        }

        /* ============================================
           RESPONSIVE STYLES
           ============================================ */

        /* Large screens (1200px and below) */
        @media (max-width: 1200px) {
            .rm-container {
                width: 65%;
            }
        }

        /* Medium screens (992px and below) */
        @media (max-width: 992px) {
            .rm-container {
                width: 75%;
                max-width: 500px;
            }
            
            .karukaj-services {
                justify-content: center;
            }
        }

        /* Tablets (768px and below) */
        @media (max-width: 768px) {
            .rm-container {
                width: 90%;
                height: auto;
                min-height: 650px;
                max-width: 450px;
                -webkit-perspective: 0px;
                perspective: 0px;
                margin: 10px auto;
            }
            
            .rm-wrapper, 
            .rm-wrapper > div,
            .rm-wrapper > div > div {
                position: relative;
                width: 100%;
                height: auto;
            }

            .rm-wrapper > div > div {
                margin-bottom: 12px;
                height: auto;
                min-height: 650px;
            }

            .rm-container .rm-back,
            .rm-container.rm-open .rm-cover,
            .rm-container.rm-open .rm-right {
                -webkit-transform: rotateY(0deg);
                transform: rotateY(0deg);
            }

            .rm-overlay, .rm-middle .rm-overlay {
                background: transparent;
            }

            .rm-button-open {
                pointer-events: none;
            }

            .rm-button-open:after {
                content: '\2193';
            }

            .rm-content {
                height: auto;
                overflow-y: visible;
                min-height: 630px;
            }
            
            .contact-form-component {
                height: auto;
            }
            
            header h1 {
                font-size: 18px;
            }
            
            header h2 {
                font-size: 13px;
            }
            
            .container {
                padding: 8px;
            }
            
            /* Video adjustment for mobile */
            .video-background iframe {
                opacity: 0.4;
            }
            
            .rm-close {
                right: 20px;
                top: 8px;
                font-size: 10px;
                padding: 3px 6px;
            }
        }

        /* Mobile phones (576px and below) */
        @media (max-width: 576px) {
            .rm-container {
                width: 95%;
                max-width: 400px;
            }
            
            .rm-content {
                padding: 6px;
            }

            .rm-logo {
                width: 120px;
                height: 120px;
                margin: 20px auto;
            }
            
            .rm-content h2 {
                font-size: 16px;
            }
            
            .rm-content h3 {
                font-size: 10px;
                padding: 6px 10px;
            }
            
            .karukaj-services {
                justify-content: flex-start;
            }
            
            .service-badge {
                font-size: 9px;
                padding: 3px 6px;
            }
            
            .rm-close {
                right: 15px;
                top: 6px;
                font-size: 9px;
                padding: 2px 5px;
            }
            
            header {
                margin: 0px auto;
                padding: 0px 4px 5px 80px;
                text-align: right;
            }
            
            header h1 {
                font-size: 20px;
            }
            
            header h2 {
                font-size: 12px;
                margin: 4px 8px;
            }
        }

        /* Small mobile phones (400px and below) */
        @media (max-width: 400px) {
            .rm-container {
                width: 98%;
                max-width: 380px;
            }
            
            .rm-content h2 {
                font-size: 15px;
            }
            
            .rm-content h4 {
                font-size: 12px;
            }
            
            a.rm-button-open {
                width: 200px;
                font-size: 11px;
            }
            
            .video-background iframe {
                opacity: 0.3;
            }
        }

        /* ============================================
           PART 8: FALLBACK STYLES FOR OLD BROWSERS
           ============================================ */
        .no-csstransforms3d .rm-container {
            width: 100%;
            height: auto;
            max-width: 460px;
        }

        .no-csstransforms3d .rm-wrapper, 
        .no-csstransforms3d .rm-wrapper > div,
        .no-csstransforms3d .rm-wrapper > div > div {
            position: relative;
            width: 100%;
            height: auto;
        }

        .no-csstransforms3d .rm-wrapper > div > div {
            margin-bottom: 10px;
            box-shadow: 
                inset 0 0 0 8px white, 
                inset 0 0 0 9px #dcdbd8, 
                inset 0 0 0 10px white, 
                inset 0 0 0 11px #c1bfb8, 
                inset 0 0 0 12px white, 
                inset 0 0 0 13px #f1f1f1,
                0 3px 5px rgba(52, 58, 64, 0.1);
        }

        .no-csstransforms3d .rm-container .rm-back {
            -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
        }

        .no-csstransforms3d .rm-overlay, 
        .no-csstransforms3d .rm-middle .rm-overlay {
            display: none;
        }

        .no-csstransforms3d .rm-right .rm-front {
            display: none;
        }

        .no-csstransforms3d .rm-button-open {
            pointer-events: none;
        }

        .no-csstransforms3d .rm-button-open:after {
            content: '\2193';
        }

        .no-csstransforms3d .rm-modal {
            position: fixed;
            width: 80%;
            top: 50%;
            left: 50%;
            margin: 0 0 0 -40%;
            -webkit-transition: opacity 0.6s ease-in-out 0s;
            transition: opacity 0.6s ease-in-out 0s;
        }

        .no-csstransforms3d .rm-container.rm-in .rm-cover,
        .no-csstransforms3d .rm-container.rm-in .rm-right,
        .no-csstransforms3d .rm-container.rm-in .rm-wrapper {
            -webkit-transform: rotateY(0deg);
            -webkit-transition-delay: 0s;
            transform: rotateY(0deg);
            transition-delay: 0s;
        }

        /* ============================================
           Social Media Icons Styling - ADDED
        ============================================ */
        .list-unstyled.social-icon {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 8px;
            margin: 20px 0;
            padding: 0;
        }

        .list-unstyled.social-icon li {
            list-style: none;
            margin: 0;
        }

        .list-unstyled.social-icon li a {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 24px;
            height: 24px;
            border: 1px solid #555;
            border-radius: 2px;
            color: #666;
            font-size: 14px;
            text-decoration: none;
            transition: all 0.3s ease;
            background: transparent;
        }

        .list-unstyled.social-icon li a:hover {
            background: #243040;
            color: white;
            transform: translateY(-3px);
        }

      

        #main-content {
            height: 100vh;
            width: 100vw;
            position: relative;
            overflow-x: hidden;
            overflow-y: scroll;
            z-index: 2;
        }

        #main-content.tilt {
            overflow: hidden;
            pointer-events: none;
        }

        #main-content.tilt #content-front {
            -webkit-transform: rotate(10deg) translateZ(0);
            transform: rotate(10deg) translateZ(0);
        }

        #content-front {
            pointer-events: auto;
            position: relative;
            z-index: 3;
            height: 100%;
            background-color: white;
            box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
            -webkit-transform-origin: center 70%;
            -ms-transform-origin: center 70%;
            transform-origin: center 70%;
            -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

        #container section {
            height: 100%;
            text-align: center;
        }

        #container section:first-of-type { padding-bottom: 10vh; }

        @media (max-width: 600px) {
            #container section {
                height: auto;
                min-height: 100vh;
            }
            
            #container section:first-of-type { 
                padding-bottom: 5vh; 
            }
        }

        #container section:nth-of-type(2n) { background-color: #edf1f5; }










                 /* ============================================
           PART 4: VIDEO BACKGROUND FOR CONTENT-FRONT - FIXED
        ============================================ */
        .content-video-background {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: -1;
            overflow: hidden;
        }
        
        .content-video-background iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            border: none;
            pointer-events: none;
            opacity: 0.5;
        }
        
        .content-video-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.1);
            z-index: -1;
        }
        
        .content-video-fallback {
            display: none;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: -2;
            background: linear-gradient(45deg, #343a40, #4e4e4e);
        }
        
        .no-content-video .content-video-fallback {
            display: block;
        }
        
        .no-content-video .content-video-background {
            display: none;
        }

        /* Remove all scrollbars */
        body, html {
            overflow: hidden !important;
            margin: 0;
            padding: 0;
        }
        
        body::-webkit-scrollbar,
        #main-content::-webkit-scrollbar,
        #content-front::-webkit-scrollbar,
        .container::-webkit-scrollbar {
            display: none !important;
            width: 0 !important;
            height: 0 !important;
        }
        
        /* Firefox scrollbar hide */
        body {
            scrollbar-width: none;
        }
        
        /* IE and Edge scrollbar hide */
        body {
            -ms-overflow-style: none;
        }
        
        /* Disable right-click */
        body {
            -webkit-touch-callout: none;
            -webkit-user-select: none;
            -khtml-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
        }

        /* Project Details textarea with icon - FIXED */
        .project-details-container {
            position: relative;
        }
        
        .textarea-icon-wrapper {
            position: relative;
        }
        
        .textarea-icon {
            position: absolute;
            left: 10px;
            top: 10px;
            font-size: 13px;
            z-index: 1;
        }

        /* ============================================
           Social Media Icons Styling - UPDATED
        ============================================ */
        .list-unstyled.social-icon {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 8px;
            margin: 10px 0;
            padding: 0;
        }

        .list-unstyled.social-icon li {
            list-style: none;
            margin: 0;
        }

        .list-unstyled.social-icon li a {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 24px;
            height: 24px;
            border: 1px solid #555;
            border-radius: 2px;
            color: #666;
            font-size: 14px;
            text-decoration: none;
            transition: all 0.3s ease;
            background: transparent;
        }

        .list-unstyled.social-icon li a:hover {
            background: #243040;
            color: white;
            transform: translateY(-3px);
        }

        /* ============================================
           Button Shine Effects - ADDED
        ============================================ */
        /* For rm-button-open */
        .rm-button-open {
            display: inline-block;
            background: linear-gradient(135deg, #4299e1, #3182ce);
            color: white;
            padding: 14px 35px;
            border-radius: 30px;
            text-decoration: none;
            font-weight: 600;
            font-size: 1.1rem;
            margin: 25px 0;
            transition: all 0.3s ease;
            border: none;
            box-shadow: 0 4px 15px rgba(66, 153, 225, 0.3);
            position: relative;
            overflow: hidden;
        }

        .rm-button-open:hover {
            transform: translateY(-3px);
            box-shadow: 0 6px 20px rgba(66, 153, 225, 0.4);
        }

        /* Continuous subtle shine effect */
        .rm-button-open:after {
            content: '';
            position: absolute;
            top: -50%;
            left: -60%;
            width: 20%;
            height: 200%;
            background: rgba(255, 255, 255, 0.1);
            transform: rotate(30deg);
            transition: all 0.8s ease;
            animation: subtleShine 5s infinite;
        }

        @keyframes subtleShine {
            0% { left: -60%; }
            50% { left: 120%; }
            100% { left: 120%; }
        }

        /* On hover, faster shine */
        .rm-button-open:hover:after {
            animation: fastShine 1s infinite;
            background: rgba(255, 255, 255, 0.3);
        }

        @keyframes fastShine {
            0% { left: -60%; }
            100% { left: 120%; }
        }

        /* For form submit button */
        .submit-btn-custom {
            position: relative;
            overflow: hidden;
        }

        /* Subtle shine effect for submit button */
        .submit-btn-custom:after {
            content: '';
            position: absolute;
            top: -50%;
            left: -60%;
            width: 20%;
            height: 200%;
            background: rgba(255, 255, 255, 0.1);
            transform: rotate(30deg);
            transition: all 0.8s ease;
        }

        /* On hover, shine effect */
        .submit-btn-custom:hover:after {
            left: 120%;
            transition: all 0.5s ease;
            background: rgba(255, 255, 255, 0.3);
        }

        /* Fiverr Button Styling - UPDATED for better spacing */
        .fiverr-button {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            background-color: white;
            color: #d3a200;
            padding: 5px 25px;
            border-radius: 5px;
            text-decoration: none;
            font-size: 1rem;
            margin: 8px 0 1px;
            transition: all 0.3s ease;
            border: none;
            position: relative;
            overflow: hidden;
            gap: 8px;
            border: 1px solid var(--golden);
        }

        .fiverr-button:hover {
            background-color: #19a463;
            transform: translateY(-3px);
            box-shadow: 0 6px 15px rgba(201, 255, 73, 0.4);
            color: white;
        }

        .fiverr-button i {
            font-size: 20px;
        }

        .fiverr-promotion {
            text-align: center;
            padding: 5px 15px;
            background: rgba(182, 209, 197, 0.08);
            border-radius: 3px;
            margin: 5px 0 10px;
            border: 1px solid rgba(0, 0, 0, 0.12);
        }

        .fiverr-promotion h5 {
            margin-bottom: 5px;
            margin-top: 0px;
            font-size: 1.1rem;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
        }

        .fiverr-promotion p {
            margin-bottom: 5px;
        }

        .fiverr-benefits {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 10px;
            margin-top: 15px;
            padding-bottom: 7px;
        }

        .fiverr-benefit {
            background: white;
            padding: 3px 15px;
            border-radius: 2px;
            font-size: 0.8rem;
            color: #4a5568;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
            border: 1px solid rgba(29, 191, 115, 0.1);
        }

        .fiverr-benefit i {
            margin-right: 4px;
            font-size: 0.8rem;
        }

        /* Adjust spacing for Fiverr section */
        @media (max-width: 600px) {
            .fiverr-promotion {
                padding: 15px 10px;
                margin: 10px 0 15px;
            }
            
            .fiverr-promotion h5 {
                font-size: 1rem;
                margin-bottom: 10px;
            }
            
            .fiverr-promotion p {
                font-size: 0.85rem;
                margin-bottom: 12px;
            }
            
            .fiverr-button {
                padding: 10px 20px;
                font-size: 0.9rem;
                margin: 10px 0 15px;
            }
            
            .fiverr-benefit {
                padding: 6px 12px;
                font-size: 0.75rem;
            }
        }

        /* Mobile view adjustments */
        @media (max-width: 600px) {
            /* Hide the empty rm-front element in rm-right section */
            .rm-right .rm-front {
                display: none !important;
                visibility: hidden !important;
                opacity: 0 !important;
                width: 0 !important;
                height: 0 !important;
                overflow: hidden !important;
            }
            
            /* Hide the rm-close button in mobile view */
            .rm-close {
                display: none !important;
                visibility: hidden !important;
            }
            
            /* Ensure the logo page (rm-cover .rm-front) remains visible */
            .rm-cover .rm-front {
                display: block !important;
                visibility: visible !important;
            }
        }

/* ============================================
           PART 1: BASE & RESET STYLES
           ============================================ */
        * {
            box-sizing: border-box;
        }
        
        html, body {
            overflow-x: hidden;
            margin: 0;
            padding: 0;
            width: 100%;
            height: 100%;
            font-family: "Roboto", sans-serif;
            color: #343a40;
            line-height: 1.6;
            background: #f1f1f1;
            position: relative;
        }
        
        body::-webkit-scrollbar {
            width: 0px;
            height: 0px;
        }
        
        body {
            -ms-overflow-style: none;
            scrollbar-width: none;
        }
        
        .container {
            width: 100%;
            max-width: 1200px;
            margin: 0 auto;
            padding: 10px;
            position: relative;
            z-index: 1;
        }
        
        /* ============================================
           PART 2: VIDEO BACKGROUND & OVERLAY
           ============================================ */
        .video-background {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: -2;
            overflow: hidden;
        }
        
        .video-background iframe {
            position: absolute;
            top: 50%;
            left: 50%;
            width: 100vw;
            height: 100vh;
            transform: translate(-50%, -50%);
            pointer-events: none;
            opacity: 0.5;
        }
        
        @media (min-aspect-ratio: 16/9) {
            .video-background iframe {
                height: 56.25vw;
            }
        }
        
        @media (max-aspect-ratio: 16/9) {
            .video-background iframe {
                width: 177.78vh;
            }
        }
        
        .video-overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.3);
            z-index: -1;
        }
        
        .video-fallback {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: -3;
            background: linear-gradient(45deg, #343a40, #4e4e4e);
        }
        
        .no-video .video-fallback {
            display: block;
        }
        
        .no-video .video-background {
            display: none;
        }
        
        /* ============================================
           PART 3: HEADER & TYPOGRAPHY
           ============================================ */
        header {
            padding: 10px 0 5px 0;
            text-align: center;
            margin-bottom: 5px;
            border-radius: 8px;
            margin: 0px auto;
            max-width: 800px;
        }
        
        header h1 {
            font-size: 30px;
            margin: 5px 0;
            color: #000000;
            font-family: "Syne", sans-serif;
            text-shadow: 1px 1px 2px rgba(0,0,0,0.1);
        }
        
        header h2 {
            font-size: 16px;
            line-height: 1.3;
            margin: 5px 15px;
            color: #d1d1d1;
            text-transform: uppercase;
            letter-spacing: 1px;
        }
        
        /* ============================================
           PART 4: 3D MENU STYLES (Rotating Menu)
           ============================================ */
        .rm-container {
            width: 50%;
            height: 650px;
            max-width: 500px;
            margin: 10px auto;
            position: relative;
            -webkit-perspective: 1600px;
            perspective: 1600px;
            color: #343a40;
            background: transparent;
        }

        .rm-wrapper,
        .rm-wrapper > div {
            width: 100%;
            height: 100%;
            left: 0;
            top: 0;
            position: absolute;
            text-align: center;
            -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
        }

        .rm-wrapper .rm-cover {
            z-index: 100;
            -webkit-transform-origin: 0% 50%;
            -webkit-transition-delay: 0.2s;
            transform-origin: 0% 50%;
            transition-delay: 0.2s;
        }

        .rm-wrapper .rm-middle {
            z-index: 50;
            box-shadow: 0 4px 15px rgba(52, 58, 64, 0.15);
        }

        .rm-wrapper .rm-right {
            z-index: 60;
            -webkit-transform-origin: 100% 50%;
            -webkit-transition-delay: 0s;
            transform-origin: 100% 50%;
            transition-delay: 0s;
        }

        .rm-wrapper .rm-middle,
        .rm-wrapper .rm-right {
            pointer-events: none;
        }

        .rm-wrapper > div > div {
            background: white;
            width: 100%;
            height: 100%;
            position: absolute;
            padding: 12px;
            box-shadow: 
                inset 0 0 0 8px white, 
                inset 0 0 0 9px #dcdbd8, 
                inset 0 0 0 10px white, 
                inset 0 0 0 11px #c1bfb8, 
                inset 0 0 0 12px white, 
                inset 0 0 0 13px #f1f1f1;
            overflow: hidden;
            border-radius: 4px;
            border: 1px solid #dcdbd8;
        }

        .rm-container .rm-front,
        .rm-container .rm-back {
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
        }

        .rm-container .rm-back {
            -webkit-transform: rotateY(-180deg);
            transform: rotateY(-180deg);
        }

        .rm-overlay {
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            pointer-events: none;
            background: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(0,0,0,0.02) 100%);
        }

        .rm-middle .rm-overlay {
            background: linear-gradient(to right, rgba(0,0,0,0) 64%,rgba(0,0,0,0.02) 100%);
        }

        .rm-content {
            padding: 8px;
            height: 100%;
            overflow-y: auto;
        }

        .rm-logo {
            width: 120px;
            height: 120px;
            background: url(../images/karukaj-digital.png) no-repeat center center;
            border-radius: 50%;
            margin: 8px auto;
            box-shadow: 
                0 0 0 2px white, 
                0 0 0 3px #dcdbd8, 
                0 0 0 4px white, 
                0 0 0 5px #c1bfb8;
        }

        .rm-content h2 {
            letter-spacing: 1px;
            font-size: 30px;
            margin: 4px 0;
            font-family: "Syne", sans-serif;
            color: #343a40;
        }

        .rm-content h3 {
            font-size: 11px;
            margin: 0px 0;
            padding: 8px 12px;
            color: #939393;
            border-top: 2px solid #dcdbd8;
            text-transform: uppercase;
            line-height: 1.5;
            letter-spacing: 2px;
        }

        .rm-content h4 {
            margin: 0 0 0px 0;
            font-size: 22px;
            font-weight: 300;
            padding-bottom: 5px;
            padding-top: 5px;
            color: #343a40;
            border-bottom: 2px solid #dcdbd8;
            letter-spacing: 1px;
            font-family: "Syne", sans-serif;
        }

        .rm-content h4:not(:first-child) {
            margin-top: 5px;
        }

       a.rm-button-open {
            font-size: 17px;
            line-height: 36px;
            margin: 60px auto;
            display: block;
            text-decoration: none;
            text-transform: uppercase;
            background: var(--golden-gradient);
            border-top: 1px solid var(--golden-light);
            border-left: 1px solid rgb(255, 214, 153);
            border-bottom: 1px solid var(--golden-darker);
            border-right: 1px solid rgb(102, 61, 0);
            box-shadow: 0 6px 15px rgba(218, 165, 32, 0.4), 5px 5px 8px rgba(0, 0, 0, 0.25);
            padding: 0 12px;
            border-radius: 4px;
            transition: all 0.3s;
            width: 270px;
            color: rgba(255, 255, 255, 0.95) !important;
            text-align: center;
            text-transform: uppercase;
            transition: all 0.3s ease;
            cursor: pointer;
            letter-spacing: 2px;
            position: relative;
            overflow: hidden;
            animation: pulseGolden 2s infinite;
            font-weight: 700;
            letter-spacing: 2px;
        }

        .p-invitation-note {
            font-size: 15px;
            line-height: 20px;
        }

        a.rm-button-open:hover {
            border-bottom: 1px solid var(--golden);
            border-right: 1px solid rgb(255, 214, 153);
            border-top: 1px solid rgb(179, 107, 0);
            border-left: 1px solid rgb(102, 61, 0);
            box-shadow: 0 10px 25px rgba(218, 165, 32, 0.6), 7px 7px 12px rgba(0, 0, 0, 0.3);
            transform: translateY(-4px);
            color: rgba(255, 255, 255, 1) !important;
        }

        a.rm-button-open:active {
            transform: translateY(1px);
            box-shadow: 0 3px 8px rgba(218, 165, 32, 0.3);
            transition: all 0.1s ease;
        }




        .rm-info p {
            line-height: 1.3;
            font-size: 12px;
            margin: 6px 0;
            color: #4e4e4e;
        }

        .rm-content dl{
            margin-top: 20px;
        }

        .rm-content dl dt,
        .rm-content dl dd{
            display: block;
            margin: 0;
        }

        .rm-content dl dt {
            font-weight: 600;
            text-transform: uppercase;
            font-size: 15px;
            color: #343a40;
            margin-top: 5px;
        }

        .rm-content dl dd {
            font-size: 13px;
            padding: 1px 4px 6px;
            line-height: 1.2;
            color: #4e4e4e;
        }

        .rm-order p{
            padding: 8px;
            background: #f1f1f1;
            margin: 12px 0 0;
            font-size: 11px;
            border-radius: 4px;
            color: #343a40;
            border-left: 3px solid #c1bfb8;
        }














        /* FIXED: Close Button Styles - Now Visible */


















        
        .rm-close {
            background: var(--golden-gradient);
            text-transform: uppercase;
            display: block;
            position: absolute;
             color: #343a40;
            font-size: 11px;
            font-weight: 500;
            line-height: 15px;
            padding: 4px 8px;
            top: 9px;
            right: 9px;
            cursor: pointer;
            opacity: 1;
            z-index: 1000;
            border-radius: 3px;
            box-shadow: 0 2px 4px rgba(0,0,0,0.1);
            transition: all 0.3s ease;
            text-decoration: none;
            border: 1px solid #343a40;
        }

        .rm-close:hover {
            background: linear-gradient(135deg, var(--golden-dark), var(--golden));
            transform: translateY(-2px);
            box-shadow: 0 3px 6px rgba(0,0,0,0.15);
        }
        

        




        .rm-modal {
            position: absolute;
            z-index: 10000;
            width: 120%;
            margin-left: -10%;
            top: 50%;
            padding: 40px;
            background: white;
            box-shadow: 
                inset 0 0 0 8px white, 
                inset 0 0 0 9px #dcdbd8, 
                inset 0 0 0 10px white, 
                inset 0 0 0 11px #c1bfb8, 
                inset 0 0 0 12px white, 
                inset 0 0 0 13px #f1f1f1,
                0 4px 20px rgba(52, 58, 64, 0.15);
            opacity: 0;
            pointer-events: none;
            -webkit-transform: translateZ(1000px);
            transform: translateZ(1000px);
        }

        .rm-close-modal {
            cursor: pointer;
            right: 21px;
            top: 21px;
            display: block;
            position: absolute;
            width: 16px;
            height: 16px;
            background: #343a40;
            color: white;
            text-align: center;
            line-height: 14px;
            font-size: 15px;
            border-radius: 50%;
        }

        /* Menu Transitions */
        .rm-wrapper,
        .rm-wrapper > div {
            -webkit-transition: all 0.6s ease-in-out, height 0s;
            transition: all 0.6s ease-in-out, height 0s;
        }

        .rm-modal {
            -webkit-transition: 
                -webkit-transform 0.6s ease-in-out,
                opacity 0.6s ease-in-out;
            transition: 
                transform 0.6s ease-in-out,
                opacity 0.6s ease-in-out;
        }

        .rm-container.rm-open .rm-wrapper > div {
            box-shadow: 0 4px 5px -3px rgba(52, 58, 64, 0.1);
        }

        .rm-container.rm-open .rm-cover {
            -webkit-transform: rotateY(-180deg);
            -webkit-transition-delay: 0s;
            transform: rotateY(-180deg);
            transition-delay: 0s;
        }

        .rm-container.rm-open .rm-middle,
        .rm-container.rm-open .rm-right {
            pointer-events: auto;
        }

        .rm-container.rm-open .rm-right {
            -webkit-transform: rotateY(180deg);
            -webkit-transition-delay: 0.2s;
            transform: rotateY(180deg);
            transition-delay: 0.2s;
        }




 /* ============================================
           GOLDEN ACCENT STYLES - SUBTLE ENHANCEMENTS
           ============================================ */
        /* Only key elements get golden accents */
        header h1 i,
        .rm-content h4,
        .karukaj-content h3,
        .emailjs-form-custom .form-title-custom {
            color: var(--golden-dark);
        }

 

        /* Golden social icons on hover */
        .list-unstyled.social-icon li a:hover {
            background: var(--golden-gradient);
            border-color: var(--golden);
        }

        /* Form header subtle golden touch */
        .emailjs-form-custom .form-header-custom {
            border-bottom-color: var(--golden);
        }

        /* Selected service option */
        .emailjs-form-custom .service-option-custom.selected-custom {
            border-color: var(--golden-dark);
        }

        /* Golden close button */
        .rm-close {
            background: var(--golden-gradient);
            border-color: var(--golden);
            color: #ffffff;
        }

        .rm-close:hover {
            background: linear-gradient(135deg, var(--golden-dark), var(--golden));
        }

        /* Golden highlights */
        .karukaj-highlight {
            border-left-color: var(--golden);
            background: var(--golden-subtle);
        }









