.elementor-kit-12{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--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;}.elementor-kit-12 button,.elementor-kit-12 input[type="button"],.elementor-kit-12 input[type="submit"],.elementor-kit-12 .elementor-button{background-color:#1395D1;}.elementor-kit-12 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){margin-block-end: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 */.container-wrap, .project-title {
    
    padding-top: 40px;
    padding-bottom: 40px;
}
/* 1. Push the menu item to the extreme right */
/* This assumes your menu container is using Flexbox (standard in Elementor) */
li.new_menu {
    margin-left: auto !important;
}

/* 2. Style the 'New' link to look like a Yellow Button */
li.new_menu > a.elementor-item {
    background-color: #FFD700 !important; /* Bright Yellow */
    color: #000000 !important; /* Black Text */
    font-weight: 800 !important; /* Extra Bold */
    border-radius: 5px; /* Rounded corners */
    padding: 8px 18px !important; /* Adjust padding to make it button-like */
    text-transform: uppercase;
    
    /* Attach the animation */
    animation: newHighlightPulse 2s infinite;
}

/* 3. Ensure the dropdown arrow is also black */
li.new_menu .sub-arrow svg {
    fill: #000000 !important;
}

/* 4. The Pulse Animation */
@keyframes newHighlightPulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 215, 0, 0.7); /* Yellow shadow start */
    transform: scale(1);
  }
  50% {
    box-shadow: 0 0 0 10px rgba(255, 215, 0, 0); /* Shadow expands and fades */
    transform: scale(1.05); /* Slight grow effect */
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 215, 0, 0);
    transform: scale(1);
  }
}

/* Optional: Keep the button yellow even when hovering/active */
li.new_menu > a.elementor-item:hover,
li.new_menu > a.elementor-item:focus,
li.new_menu.elementor-item-active > a.elementor-item {
    background-color: #FFD700 !important;
    color: #000 !important;
}/* End custom CSS */