.elementor-kit-6{--e-global-color-primary:#D4AF37;--e-global-color-secondary:#000000;--e-global-color-text:#D4AF37;--e-global-color-accent:#C9A24D;--e-global-typography-primary-font-family:"Cinzel";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Ruda";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;background-color:#000000;}.elementor-kit-6 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{padding-inline-end:0px;padding-inline-start:0px;}@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-kit-6 p{margin-block-end:0px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* === GLOBAL === */
body {
margin: 0;
font-family: 'Inter', Arial, sans-serif;
background: #ffffff;
color: #222;
}


/* === HEADER === */
.site-header {
position: relative;
width: 100%;
padding: 20px 40px;
box-sizing: border-box;
}


.header-inner {
display: flex;
justify-content: space-between;
align-items: flex-start;
}


/* SOCIAL MEDIA */
.social-icons {
display: flex;
gap: 15px;
}


.social-icons a {
color: #777;
font-size: 18px;
text-decoration: none;
}


.social-icons a:hover {
color: #000;
}


/* MENU */
.main-menu {
display: flex;
gap: 30px;
}


.main-menu a {
text-decoration: none;
color: #222;
font-size: 15px;
letter-spacing: 1px;
}


.main-menu a:hover {
border-bottom: 1px solid #222;
}


/* === HERO / LOGO === */
.hero {
display: flex;
justify-content: center;
align-items: center;
height: 60vh;
}


.hero img {
max-width: 600px;
width: 100%;
}


/* === CTA BUTTON === */
.cta-wrapper {
position: absolute;
left: 40px;
top: 120px;
}


.cta-button {
display: inline-block;
padding: 18px 36px;
border: 2px solid #222;
text-decoration: none;
color: #222;
font-size: 16px;/* End custom CSS */