.elementor-kit-6{--e-global-color-primary:#7BC0FE;--e-global-color-secondary:#16406D;--e-global-color-text:#1D1D1D;--e-global-color-accent:#16406D;--e-global-color-353b53c:#7BC0FE;--e-global-color-ee44b31:#16406D;--e-global-color-9c6ad88:#E8E8E8;--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;font-family:"Circular Std", Sans-serif;font-size:17px;font-weight:400;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{background-color:#16406D;font-family:"Circular Std", Sans-serif;color:#FFFFFF;border-style:solid;border-width:1px 1px 1px 1px;border-color:#16406D;border-radius:8px 8px 8px 8px;}.elementor-kit-6 button:hover,.elementor-kit-6 button:focus,.elementor-kit-6 input[type="button"]:hover,.elementor-kit-6 input[type="button"]:focus,.elementor-kit-6 input[type="submit"]:hover,.elementor-kit-6 input[type="submit"]:focus,.elementor-kit-6 .elementor-button:hover,.elementor-kit-6 .elementor-button:focus{background-color:#02010100;color:#16406D;border-style:solid;border-width:1px 1px 1px 1px;border-color:#16406D;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{color:#16406D;font-family:"Circular Std", Sans-serif;}.elementor-kit-6 h1{color:#16406D;font-family:"Circular Std", Sans-serif;}.elementor-kit-6 h2{color:#16406D;font-family:"Circular Std", Sans-serif;}.elementor-kit-6 h3{color:#16406D;font-family:"Circular Std", Sans-serif;}.elementor-kit-6 h4{color:#16406D;font-family:"Circular Std", Sans-serif;}.elementor-kit-6 h5{color:#16406D;font-family:"Circular Std", Sans-serif;}.elementor-kit-6 h6{color:#16406D;font-family:"Circular Std", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1440px;}.e-con{--container-max-width:1440px;}.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-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 *//* Button container */
.arro-btn .elementor-button {
    display: inline-flex;
    align-items: center;
    gap: 10px!important;
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
}

/* Button text styling */
.arro-btn .elementor-button-text {
    background: #FFFFFF;
    color: #16406D !important;
    padding: 18px 35px;
    border-radius: 12px;
    font-weight: 600;
    line-height: 25px;
}

/* Arrow icon container - circular background */
.arro-btn .elementor-button-icon {
    width: 55px;
    background: #FFFFFF;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #16406D !important;
    transition: transform 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/* Arrow icon - default and hover */
.arro-btn .elementor-button-icon svg {
    width: 20px;
    height: 20px;
    fill: #16406D !important;
    transform: rotate(-35deg);
    transition: transform 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform-origin: center;
}

/* Hover state - rotate arrow to normal and keep color */
.arro-btn:hover .elementor-button-icon svg {
    transform: rotate(0deg);
    fill: #16406D !important;
}

/* Scale effect on hover */
.arro-btn:hover .elementor-button-icon {
    transform: scale(1.03);
}




/* Button container - BLUE VARIANT */
.arro-btn-blue .elementor-button {
    display: inline-flex;
    align-items: center;
    gap: 10px!important;
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
}

/* Button text styling - BLUE BG */
.arro-btn-blue .elementor-button-text {
    background: #16406D;
    color: #FFFFFF !important;
    padding: 12px 30px;
    border-radius: 12px;
    font-weight: 600;
    line-height: 25px;
}

/* Arrow icon container - BLUE BG */
.arro-btn-blue .elementor-button-icon {
    width: 50px;
    height: 50px;
    background: #16406D;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #FFFFFF !important;
    transition: transform 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/* Arrow icon - WHITE COLOR */
.arro-btn-blue .elementor-button-icon svg {
    width: 20px;
    height: 20px;
    fill: #FFFFFF !important;
    transform: rotate(-35deg);
    transition: transform 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform-origin: center;
}

/* Hover state - rotate arrow to normal and keep white */
.arro-btn-blue:hover .elementor-button-icon svg {
    transform: rotate(0deg);
    fill: #FFFFFF !important;
}

/* Scale effect on hover */
.arro-btn-blue:hover .elementor-button-icon {
    transform: scale(1.1);
}




.animated-highlight {
    position: fixed;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    background: #16406D;
    border-radius:0px;
    transition: all 0.3s ease;
    pointer-events: none;
    z-index: 0;
}

.animated-box {
    position: relative;
    z-index: 1;
}

/* Apply a transition to all text and icons inside each box */
.animated-box * {
    transition:
        color 0.2s ease,
        fill 0.2s ease,
        stroke 0.2s ease;
}

/* On hover, force white, but now it will fade, only if body does not have .no-animated-hover */
body:not(.no-animated-hover) .animated-box:hover,
body:not(.no-animated-hover) .animated-box:hover * {
    color: #fff !important;
}

body:not(.no-animated-hover) .animated-box:hover svg,
body:not(.no-animated-hover) .animated-box:hover svg * {
    fill: #fff !important;
    stroke: #fff !important;
}

body.no-animated-hover .animated-box,
body.no-animated-hover .animated-box * {
    color: inherit !important;
    fill: inherit !important;
    stroke: inherit !important;
    transition: none !important;
}

.elementor-nav-menu .current-menu-ancestor > .elementor-item,
.elementor-nav-menu .current-page-ancestor > .elementor-item {
  color: var(--e-global-color-accent) !important;
  /* or use a specific color: */
  /* color: #1a386f !important; */
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Circular Std';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://consultprosinc.com/wp-content/uploads/2025/12/CircularStd-Medium.woff2') format('woff2');
}
@font-face {
	font-family: 'Circular Std';
	font-style: normal;
	font-weight: bold;
	font-display: auto;
	src: url('https://consultprosinc.com/wp-content/uploads/2025/12/CircularStd-Bold.woff2') format('woff2');
}
@font-face {
	font-family: 'Circular Std';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('https://consultprosinc.com/wp-content/uploads/2025/12/CircularStd-Medium.woff2') format('woff2');
}
@font-face {
	font-family: 'Circular Std';
	font-style: normal;
	font-weight: 700;
	font-display: auto;
	src: url('https://consultprosinc.com/wp-content/uploads/2025/12/CircularStd-Bold.woff2') format('woff2');
}
@font-face {
	font-family: 'Circular Std';
	font-style: normal;
	font-weight: 900;
	font-display: auto;
	src: url('https://consultprosinc.com/wp-content/uploads/2025/12/CircularStd-Black.woff2') format('woff2');
}
@font-face {
	font-family: 'Circular Std';
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url('https://consultprosinc.com/wp-content/uploads/2025/12/CircularStd-Book.woff2') format('woff2');
}
/* End Custom Fonts CSS */