            .gold-font {            color: rgb(218, 165, 32); /* fallback for older browsers */            background: -webkit-linear-gradient(transparent, transparent),            -webkit-linear-gradient(top,                    rgba(255, 215, 0, 1) 0%, /* bright gold */ rgba(240, 190, 50, 1) 15%, /* warm gold */ rgba(218, 165, 32, 1) 30%, /* classic gold */ rgba(184, 134, 11, 1) 50%, /* deeper antique gold */ rgba(218, 165, 32, 1) 70%, /* back to classic */ rgba(255, 215, 0, 1) 85%, /* bright highlight */ rgba(240, 190, 50, 1) 100% /* warm finish */            );            background: -o-linear-gradient(transparent, transparent);            -webkit-background-clip: text;            -webkit-text-fill-color: transparent;            background-clip: text; /* standard property for future compatibility */        }        .gold-plaque {            color: white;            border: 10px solid;            /* Darker gold gradient: replaced light yellow/bright gold with bronzer tones */            border-image: linear-gradient(to bottom right, #8b4513 0%, #b8860b 25%, #daa520 50%, #b8860b 75%, #8b4513 100%) 1;            box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.8), 0 0 5px rgba(0, 0, 0, 0.5);        }        .gold-plaque2 {            color: white;            border: 10px solid darkgoldenrod;            /* Darker gold gradient: replaced light yellow/bright gold with bronzer tones */            box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.8), 0 0 5px rgba(0, 0, 0, 0.5);            border-radius: 15px; /* added */        }        .fusion-footer, .fusion-header {            display: none !important;        }        .bg-black {            background: #111 !important;        }        iframe {            max-width: 100%;        }        .instagram-media {            border: none !important;            box-shadow: none !important;            padding: 0;            margin: 0;            width: 100% !important;        }        .container, .container-fluid {            padding-top: 40px;            padding-bottom: 40px;        }        .container {            max-width: 1500px;        }        body {            color: #fff;            color1: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;            background: #111;        }        .text-dark {            color: #111 !important;        }        h1, h2, h3, h4, h5, h6 {            font-family: metro;        }        :root {            --bs-primary: #999;        }        a {            color: var(--bs-primary);        }        a:hover, a:focus {            color: #cc0000;        }        .link-primary {            color: var(--bs-primary) !important;        }        .text-black {            color: black !important;        }        .border2 {            border1: 2px solid #333 !important;            background: #222222;            border-radius: 12px;        }        .border-bottom {            border-bottom: 1px solid #222 !important;        }        .border-top {            border-top: 1px solid #222 !important;        }        .rounded {            border-radius: 12px !important;        }        .rtl {            direction: rtl;        }        .bg-paper {            background: #f6eee3;        }        .nyp {            width: 100%;            margin-bottom: 2.5%;        }        .mark {            background: linear-gradient(                    100deg,                    rgba(255, 221, 64, 0) 0.9%,                    rgba(255, 221, 64, 1) 2.4%,                    rgba(255, 221, 64, 0.5) 5.8%,                    rgba(255, 221, 64, 0.1) 93%,                    rgba(255, 221, 64, 0.7) 96%,                    rgba(255, 221, 64, 0) 98%            ), linear-gradient(180deg, rgba(255, 221, 64, 0) 0%, rgba(255, 221, 64, 0.3) 7.9%, rgba(255, 221, 64, 0) 15%);            border-radius: 0.125em;            box-decoration-break: clone;        }        li {            padding-bottom: 1em;        }        #main .container {            padding: 0px !important;        }        html:not(.avada-has-site-width-percent) .fusion-page-title-bar,        html:not(.avada-has-site-width-percent) #main,        html:not(.avada-has-site-width-percent) .fusion-footer-copyright-area,        html:not(.avada-has-site-width-percent) .fusion-footer-widget-area,        html:not(.avada-has-site-width-percent) .fusion-sliding-bar-position-bottom .fusion-sliding-bar,        html:not(.avada-has-site-width-percent) .fusion-sliding-bar-position-top .fusion-sliding-bar,        html:not(.avada-has-site-width-percent) .tfs-slider .slide-content-container {            padding: 20px !important;        }        @keyframes  fadeIn {            from {                opacity: 0;            }            to {                opacity: 1;            }        }        .fade_effect {            animation: fadeIn 3s forwards;            animation-timing-function1: ease-in; /* Slow start */        }        .dropdown-menu-dark {            --bs-dropdown-link-active-bg: #333;            background: black;            max-height: 88vh;            overflow-y: auto;            scrollbar-width: thin;            scrollbar-color: #e3e3e3 transparent;            border-radius: 0;        }        .fusion-header-wrapper, .fusion-footer {            display: none;        }        a {            text-decoration: none;        }        .products .fusion-product-wrapper {            border: 1px solid #efefef;            border-bottom-width: 1px;        }        .fusion-woo-badges-wrapper {            display: none;        }        #wc-square-digital-wallet {            padding-top: .55em !important;            max-width: unset;        }        .product_meta {            display: none;        }        .poster_inside {            width: 100%;            top: 0;            height: 100%;            position: absolute;            overflow: hidden;        }        .spine {            writing-mode: vertical-rl;            vertical-ali1gn: middle;            font-size: 26px;            width: 100%;            text-transform: uppercase;        }        .center_left {            align-items: center !important;            justify-content: start !important;            display: flex !important;            text-align: center !important;            height: 100%;            width: 100%;        }        .bottom_right {            justify-content: end !important;            display: flex !important;            text-align: right !important;            height: 100%;            width: 100%;        }        .center_top {            align-items: top !important;            justify-content: center !important;            display: flex !important;            height: 100%;            width: 100%;        }        .center_bottom {            align-items: end !important;            justify-content: center !important;            display: flex !important;            height: 100%;            width: 100%;        }        .center_all {            align-items: center !important;            justify-content: center !important;            display: flex !important;            text-align1: center !important;            height: 100%;            width: 100%;        }        .bottom_all {            align-items: end;            justify-content: left;            display: flex;            height: 100%;            width: 100%;        }        .bg-white {            background: #fff;        }        .linear_gradient {            background-image: linear-gradient(to bottom, rgba(1, 1, 1, .2), rgba(1, 1, 1, 0) 50%),            linear-gradient(to top, rgba(1, 1, 1, .2), rgba(1, 1, 1, 0) 50%),            linear-gradient(to right, rgba(1, 1, 1, .2), rgba(1, 1, 1, 0) 50%),            linear-gradient(to left, rgba(1, 1, 1, .2), rgba(1, 1, 1, 0) 50%);            width: 102%;            height: 102%;            bottom: -1%;            left: -1%;            position: absolute;        }        .circle_icon {            flex-shrink: 0;            width: 3em;            height: 5em;            background-size: 5.5em auto;            background-repeat: no-repeat;            background-position-x: 40%;        }        @media  print {            .pagebreak, .book-page {                page-break-after: always;                float: none !important;            }            .no-print, .no-print * {                display: none !important;            }        }        @font-face {            font-family: "rando";            src: url('/key/public/c/more/fonts/');        }        @font-face {            font-family: "metro";            src: url('/key/public/c/more/fonts/Metropolis-Black.otf');        }        .metro {            font-family: 'metro';            letter-spacing: -1px !important;        }        @font-face {            font-family: "minion";            src: url('/key/public/c/more/fonts/minion-3-regular.ttf');        }        .minion {            font-family: 'minion';        }        @font-face {            font-family: "libre-baskerville-bold";            src: url('/key/public/c/more/fonts/LibreBaskerville-Bold.ttf');        }        @font-face {            font-family: "barlow4";            src: url('/key/public/c/more/fonts/Barlow-Black.ttf');        }        @font-face {            font-family: "garamond";            src: url('/key/public/c/more/fonts/EBGaramond-VariableFont_wght.ttf');        }        .garamond {            font-family: 'garamond';        }        .barlow4 {            font-family: 'barlow4';        }        .libre-baskerville-bold {            font-family: 'libre-baskerville-bold';        }        .rando {            font-family: 'rando';        }            