.elementor-kit-7{--e-global-color-primary:#D4A843;--e-global-color-secondary:#FF1493;--e-global-color-text:#E8E8E8;--e-global-color-accent:#F0D078;--e-global-color-b9c966b:#1A1A1A;--e-global-typography-primary-font-family:"Playfair Display";--e-global-typography-primary-font-weight:900;--e-global-typography-secondary-font-family:"Permanent Marker";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Montserrat";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Montserrat";--e-global-typography-accent-font-weight:600;background-color:#111111;color:var( --e-global-color-text );font-family:"Montserrat", Sans-serif;font-size:17px;font-weight:400;}.elementor-kit-7 button,.elementor-kit-7 input[type="button"],.elementor-kit-7 input[type="submit"],.elementor-kit-7 .elementor-button{background-color:#FF1493;font-family:"Montserrat", Sans-serif;font-size:15px;font-weight:500;color:var( --e-global-color-text );border-radius:50px 50px 50px 50px;padding:10px 24px 10px 24px;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 a{color:var( --e-global-color-secondary );font-family:"Montserrat", Sans-serif;font-weight:400;}.elementor-kit-7 a:hover{color:var( --e-global-color-secondary );font-family:"Montserrat", Sans-serif;font-weight:400;text-decoration:none;}.elementor-kit-7 h1{color:var( --e-global-color-primary );font-family:"Playfair Display", Sans-serif;font-size:96px;font-weight:900;}.elementor-kit-7 h2{color:var( --e-global-color-primary );font-family:"Playfair Display", Sans-serif;font-size:56px;font-weight:700;}.elementor-kit-7 h3{color:var( --e-global-color-primary );font-family:"Playfair Display", Sans-serif;font-size:21px;font-weight:700;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.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-kit-7 h1{font-size:66px;}.elementor-kit-7 h2{font-size:42px;}.elementor-kit-7 h3{font-size:21px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-7 h1{font-size:48px;}.elementor-kit-7 h2{font-size:30px;}.elementor-kit-7 h3{font-size:21px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.brick-bg {
    background-color: #2a1a0e;
    background-image: linear-gradient(to right, rgba(0, 0, 0, .15) 1px, transparent 1px), linear-gradient(to bottom, rgba(0, 0, 0, .25) 1px, transparent 1px), linear-gradient(to right, rgba(0, 0, 0, .15) 1px, transparent 1px), linear-gradient(to bottom, rgba(0, 0, 0, .25) 1px, transparent 1px);
    background-size: 50px 25px, 50px 25px, 50px 25px, 50px 25px;
    background-position: 0 0, 0 0, 25px 12.5px, 25px 12.5px;
}

.zoom-hover {
    overflow: hidden;
}

.zoom-hover img {
    transition: transform 0.4s ease-in-out;
}

.zoom-hover:hover img {
    transform: scale(1.08);
}

.menu-button > a {
    background: #FF1493; /* your brand color */
    color: #fff !important;
    padding: 10px 18px;
    border-radius: 6px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.menu-button > a:hover {
    background: #FF1493;
    color: #fff !important;
}

.link-move a {
    display: inline-block;
    transition: transform 0.25s ease-out;
}

.link-move a:hover {
    transform: translateX(10px);
}

/* Keep container fixed */
.hover-card .card-bg {
    position: relative;
    overflow: hidden;
}

/* Create a duplicate background layer */
.hover-card .card-bg::before {
    content: "";
    position: absolute;
    inset: 0;
    background: inherit; /* pulls Elementor background */
    background-size: cover;
    background-position: center;
    transition: transform 0.4s ease;
    z-index: 0;
}



/* Zoom effect */
.hover-card:hover .card-bg::before {
    transform: scale(1.1);
}

/* Keep content above */
.hover-card .card-bg > * {
    position: relative;
    z-index: 1;
}

/* Lift whole card */
.hover-card {
    transition: all 0.3s ease;
}

.hover-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.15);
}

/* Button reacts */
.hover-card .elementor-button {
    transition: all 0.3s ease;
}

.hover-card:hover .elementor-button {
    background-color: #000;
    color: #fff;
}/* End custom CSS */