.elementor-kit-9{--e-global-color-primary:#B4955B;--e-global-color-secondary:#D4B87A;--e-global-color-text:#000000;--e-global-color-accent:#8A6E35;--e-global-color-b04577b:#080808;--e-global-color-03b157e:#101010;--e-global-color-09f8a89:#1A1A1A;--e-global-color-2965edc:#666666;--e-global-color-d7f8b13:#B4955B26;--e-global-color-a4c26bf:#B4955B59;--e-global-typography-primary-font-family:"Cormorant Garamond";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Cormorant Garamond";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Montserrat";--e-global-typography-text-font-weight:300;--e-global-typography-accent-font-family:"Montserrat";--e-global-typography-accent-font-weight:500;color:var( --e-global-color-b04577b );}.elementor-kit-9 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* Root Variables for future custom coding */
:root {
  --gold:  #B4955B; 
  --gold2: #D4B87A; 
  --gold3: #8A6E35;
  --black:  #080808; 
  --black2: #101010; 
  --black3: #1a1a1a; 
  --black4: #222222;
  --border:  rgba(180, 149, 91, 0.15); 
  --border2: rgba(180, 149, 91, 0.35); 
}

/* Custom Scrollbar */
::-webkit-scrollbar { width: 3px; }
::-webkit-scrollbar-thumb { background: var(--gold); }

/* Gradient Text Utility Class */
.gold-gradient-text {
  background: linear-gradient(135deg, #8A6E35 0%, #B4955B 45%, #B4955B 70%, #D4B87A 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}/* End custom CSS */