.elementor-kit-10{--e-global-color-primary:#EC6A11;--e-global-color-secondary:#1C2346;--e-global-color-text:#BBBCC8;--e-global-color-accent:#FFFFFF;--e-global-color-32c7e84:#60637F;--e-global-color-fac6b4d:#8D90A4;--e-global-color-4f83f54:#E8E9ED;--e-global-color-1bff9c6:#98CB33;--e-global-color-d6801fd:#898989;--e-global-color-88873a8:#902333;--e-global-color-4e9ee02:#FFE23B;--e-global-color-5e303d3:#0097CA;background-color:var( --e-global-color-secondary );font-size:16px;font-weight:300;line-height:1.5em;letter-spacing:0.5px;}.elementor-kit-10 e-page-transition{background-color:#FFBC7D;}.elementor-kit-10 h1{font-size:40px;font-weight:400;line-height:1.2em;letter-spacing:1.2px;}.elementor-kit-10 h2{font-size:32px;font-weight:400;line-height:1.2em;letter-spacing:1px;}.elementor-kit-10 h3{font-size:24px;font-weight:400;line-height:1.4em;letter-spacing:0.7px;}.elementor-kit-10 h4{font-size:20px;font-weight:400;line-height:1.4em;letter-spacing:0.6px;}.elementor-kit-10 h5{font-size:16px;font-weight:400;line-height:1.4em;letter-spacing:0.5px;}.elementor-kit-10 h6{font-size:14px;font-weight:400;line-height:1.4em;letter-spacing:0.4px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1280px;}.e-con{--container-max-width:1280px;}.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);}@media(max-width:989px){.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 */body,
#content {
    overflow-x: hidden;
}

@keyframes moveRight {
  from {
    left: 0;
  }
  to {
    left: 4px;
  }
}

.hexagon-btn .elementor-icon {
    background-image: url('https://nupco.ammartillo.com/wp-content/uploads/2025/09/Button-Background.svg');
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.hexagon-btn:hover .elementor-icon {
    background-image: url('https://nupco.ammartillo.com/wp-content/uploads/2025/09/Button-Background-Hover.svg');
}

#back-to-top {
    display: block;
    position: fixed;
    bottom: 24px;
    right: 24px;
    background-color: rgba(0,0,0,0.6);
    color: #EC6A11;
    border: none;
    border-radius: 2px;
    width: 48px;
    height: 48px;
    cursor: pointer;
    padding: 0;
    text-align: center;
    line-height: 48px;
    transition: all 0.3s;
    opacity: 0;
    visibility: hidden;
    z-index: 99;
}

#back-to-top svg {
    width: 16px;
    fill: #ffffff;
    transition: all 0.3s;
}

#back-to-top.show {
    opacity: 1;
    visibility: visible;
}

#back-to-top:hover {
    background-color: #EC6A11;
    transition: all 0.3s;
}

@media only screen and (max-width: 767px) {
    #back-to-top {
        display: none;
    }
}

.menu-item svg {
    width: 20px;
    margin-left: 6px;
    top: 2px;
    position: relative;
}

.rtl .menu-item svg {
    margin-left: 0;
    margin-right: 6px;
    transform: rotate(270deg);
}

.menu-item svg path {
    fill: #1C2346;
    transition: all 0.3s;
}

.menu-item a:hover svg path,
.current-menu-item svg path {
    fill: #EC6A11;
    transition: all 0.3s;
}

.elementor-message:before {
    content: "\e90e";
    margin-inline-end: 8px;
    vertical-align: 1px;
    background: #EC6A11;
    border-radius: 50%;
    color: #ffffff;
    width: 16px;
    height: 16px;
    line-height: 16px;
    font-size: 12px;
    text-align: center;
}

footer .elementor-message:before {
    background: #ffffff;
    color: #1C2346;
}

.eicon-caret-down {
    display: none;
}/* End custom CSS */