.elementor-kit-6{--e-global-color-primary:#DBE62C;--e-global-color-secondary:#C7B98D;--e-global-color-text:#091B40BF;--e-global-color-accent:#61CE70;--e-global-color-9e1d15f:#091B40;--e-global-color-d4287cd:#EEEEE5;--e-global-color-00f5df1:#E1EAEF;--e-global-color-c0c3d2d:#FFFFFFCC;--e-global-color-668a5c9:#FFFFFF;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;color:var( --e-global-color-text );font-family:"Inter Tight", Sans-serif;font-size:16px;font-weight:300;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{background-color:var( --e-global-color-primary );font-family:"Inter Tight", Sans-serif;font-size:14px;font-weight:600;text-transform:uppercase;color:var( --e-global-color-text );border-radius:36px 36px 36px 36px;padding:15px 30px 16px 30px;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{font-family:"Inter Tight", Sans-serif;font-size:130px;font-weight:600;}.elementor-kit-6 h1{font-family:"Inter Tight", Sans-serif;font-size:60px;font-weight:600;}.elementor-kit-6 h4{font-family:"Inter Tight", Sans-serif;font-size:18px;font-weight:600;line-height:1em;}.elementor-kit-6 h5{font-family:"Inter Tight", Sans-serif;font-size:30px;font-weight:600;line-height:1.2em;}.elementor-kit-6 h6{font-family:"Inter Tight", Sans-serif;font-size:16px;font-weight:600;line-height:1.3em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1540px;}.e-con{--container-max-width:1540px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){--kit-widget-spacing:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}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-6 a{font-size:60px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-6 a{font-size:40px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* ============================================
   CORALES CLONE — HEADER CSS ONLY
   ============================================ */

/* Wave edge fixed at the very top of the page */
body::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 7px;
    z-index: 9999;
    pointer-events: none;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 7'%3E%3Cpath fill='%23fff' d='M30 7C22.485 6.98 22.455 3.67 15 3.67S7.5 6.91 0 7V0h30V7Z'/%3E%3C/svg%3E") repeat-x;
    background-size: 30px 7px;
}

/* Transparent header overlapping the hero */
.corales-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    transition: background-color .35s ease, box-shadow .35s ease;
}

/* Sticky state (Elementor adds these classes after scroll) */
.corales-header.elementor-sticky--effects {
    background-color: #091B40;
    box-shadow: 0 2px 25px rgba(0, 0, 0, .25);
}
.corales-header.elementor-sticky--active {
    position: fixed;
}
/* hide the sticky spacer clone */
.elementor-sticky__spacer .corales-header {
    visibility: hidden;
}

/* Menu items */
.corales-menu .e-n-menu-title__text {
    font-family: 'Inter Tight', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #EEEEE5;
}
.corales-menu .e-n-menu-title:hover .e-n-menu-title__text,
.corales-menu .e-n-menu-title[aria-expanded="true"] .e-n-menu-title__text,
.corales-menu .e-n-menu-title.e-current .e-n-menu-title__text {
    color: #DBE62C;
}
/* Active item underline */
.corales-menu .e-n-menu-title.e-current .e-n-menu-title__text {
    box-shadow: 0 2px 0 0 #DBE62C;
}

/* Dropdown panel */
.corales-menu .e-n-menu-content > .e-con {
    box-shadow: 0 15px 40px rgba(9, 27, 64, .15);
}
/* Dropdown links */
.corales-submenu .elementor-icon-list-item a {
    font-family: 'Inter Tight', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #091B40;
    padding: 5px 14px;
    display: block;
    transition: color .2s;
}
.corales-submenu .elementor-icon-list-item a:hover {
    color: #015691;
}
.corales-submenu .elementor-icon-list-icon {
    display: none;
}

/* Header right icons hover */
.corales-hicon .elementor-icon {
    transition: color .2s;
}
.corales-hicon:hover .elementor-icon i {
    color: #DBE62C;
}

/* Cart badge (static until WooCommerce menu-cart replaces it) */
.corales-cart {
    position: relative;
}
.corales-cart::after {
    content: "0";
    position: absolute;
    top: -8px;
    right: -10px;
    background: #DBE62C;
    color: #091B40;
    font: 600 10px/16px 'Inter Tight', sans-serif;
    min-width: 16px;
    height: 16px;
    border-radius: 8px;
    text-align: center;
    padding: 0 3px;
}

/* ============================================
   CORALES CLONE — FOOTER CSS ONLY
   ============================================ */

/* Wave edge on top of the footer */
.corales-footer {
    position: relative;
}
.corales-footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 7px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 7'%3E%3Cpath fill='%23fff' d='M30 7C22.485 6.98 22.455 3.67 15 3.67S7.5 6.91 0 7V0h30V7Z'/%3E%3C/svg%3E") repeat-x;
    background-size: 30px 7px;
}

/* Footer link lists: hide bullets/icons, smooth hover */
.corales-flinks .elementor-icon-list-icon {
    display: none;
}
.corales-flinks .elementor-icon-list-item a {
    transition: color .2s;
}/* End custom CSS */