.elementor-kit-4{--e-global-color-primary:#0E1725;--e-global-color-secondary:#075A92;--e-global-color-text:#E4185B;--e-global-color-accent:#D5C9C3;--e-global-color-8ab31a6:#2BB5E9;--e-global-color-f48691c:#FAF7F7;--e-global-color-7c5df30:#FFFFFF;--e-global-typography-primary-font-family:"Nunito Sans";--e-global-typography-primary-font-size:18px;--e-global-typography-primary-font-weight:400;--e-global-typography-primary-font-style:normal;--e-global-typography-secondary-font-family:"Exo 2";--e-global-typography-secondary-font-size:50px;--e-global-typography-secondary-font-weight:bold;--e-global-typography-accent-font-family:"Nunito Sans";--e-global-typography-accent-font-size:16px;--e-global-typography-accent-font-weight:300;--e-global-typography-accent-text-transform:uppercase;--e-global-typography-accent-letter-spacing:0.05rem;--e-global-typography-text-font-family:"Nunito Sans";--e-global-typography-text-font-size:1rem;--e-global-typography-text-font-weight:400;--e-global-typography-e8f15ad-font-family:"Nunito Sans";--e-global-typography-e8f15ad-font-size:26px;--e-global-typography-e8f15ad-font-weight:200;}.elementor-kit-4 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-kit-4{--e-global-typography-text-font-size:18px;--e-global-typography-e8f15ad-font-size:20px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-4{--e-global-typography-secondary-font-size:40px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */p:last-child {
    margin: 0;
}

.aioblue-text {
    color: #05788a;
}

/* Link Style */
.dark-links a  {
    color: #0B191B;
}

.dark-links a {
    border-bottom: 1px solid transparent;
    transition: 500ms;
}

.dark-links a:hover {
    border-bottom: 1px solid #0B191B;
}

.white-links a  {
    color: #ffffff;
}

.white-links a {
    border-bottom: 1px solid transparent;
    transition: 500ms;
}

.white-links a:hover {
    border-bottom: 1px solid #ffffff;
}

.aioblue-links a  {
    color: #05788a;
}

.aioblue-links a {
    border-bottom: 1px solid transparent;
    transition: 500ms;
}

.aioblue-links a:hover {
    border-bottom: 1px solid #05788a;
}

/* Mega Menu */
.mm-service-item .elementor-image-box-title a {
    transition: 250ms;
}

.mm-service-item .elementor-image-box-title a:hover {
   filter: brightness(50%);
}


/*Service Boxes*/
.linkable-container {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.linkable-container a {
    width: 100%;
    height: 100%;
    display: flex;
}

@media (min-width: 1025px) {
    .service-box-child {
    opacity: 85%;
    transition: 500ms;
}
}

.service-box-child:hover {
    opacity: 1;
}

.service-box-child .elementor-button {
    transition: 500ms;
}

.service-box-child:hover .elementor-button {
    transform: scale(1.025);
}

/* Benefit box */
.benefit-box .elementor-image-box-title {
    position: relative;
    margin-bottom: 30px;
}

.benefit-box .elementor-image-box-title:after {
    content: "";
    position: absolute;
    width: 50px;
    height: 2px;
    background-color: #ffffff;
    bottom: -15px;
    left: 0;
}

.sp-info-box .elementor-image-box-wrapper{
    transition: 500ms;
}

.sp-info-box:hover .elementor-image-box-wrapper {
    transform:scale(1.025);
}

.grow-box-read-more {
    display: none;
}

@media (min-width: 1025px) {
    .grow-hover-box {
    transition: 500ms;
    opacity: 80%;
}

.grow-hover-box .grow-box-content {
    display: none;
}

.grow-hover-box:hover {
    width: 70%;
    opacity: 100%;
}

.grow-hover-box:hover .grow-box-content {
    display: block;
    margin-top: 1rem;
}

.grow-hover-box .grow-box-read-more {
    font-size: 1.1rem !important;
    font-weight: 500;
}

.grow-box-read-more {
    display: inline-block;
    margin-left: 0.25rem;
}

.grow-hover-box:hover .grow-box-read-more {
    display: none;
}
}

.elementor-form {
    gap: 2.5rem;
    display: flex;
    flex-direction: column;
}
a {
    color: #05788A;
    text-decoration: none; /* Optional: removes underline */
}

/* Link hover effect */
a:hover {
    color: #045D6E; /* Optional: darker shade for hover */
    text-decoration: underline; /* Optional: adds underline on hover */
}

.highlight-blue {
    color: #075A92;
}/* End custom CSS */