.elementor-kit-4415{--e-global-color-primary:#558B2F;--e-global-color-secondary:#1B75BC;--e-global-color-text:#3A4A5C;--e-global-color-accent:#0D4F8B;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-weight:600;--e-global-typography-text-font-family:"Open Sans";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Montserrat";--e-global-typography-accent-font-weight:700;--e-global-typography-accent-text-transform:uppercase;--e-global-typography-accent-letter-spacing:1.8px;}.elementor-kit-4415 button,.elementor-kit-4415 input[type="button"],.elementor-kit-4415 input[type="submit"],.elementor-kit-4415 .elementor-button{background-color:var( --e-global-color-primary );font-family:"Montserrat", Sans-serif;font-weight:700;text-transform:uppercase;border-radius:100px 100px 100px 100px;}.elementor-kit-4415 e-page-transition{background-color:#FFBC7D;}.e-con{--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);}@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 */.eyebrows {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #558B2F;
}

.eyebrows::before,
.eyebrows::after {
    content: '';
    width: 24px;
    height: 2px;
    background: #558B2F;
}

.eyebrows-left::after {
    display: none;
}

.testimonials {
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 12px;
    padding: 36px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.testimonials:hover {
    background: rgba(255,255,255,0.12);
    transform: translateY(-4px);
}

/* who we are section */

/*.split-image-box {*/
/*    width: 100%;*/
/*    height: 420px;*/
/*    border-radius: 12px;*/
/*    overflow: hidden;*/
/*    background: linear-gradient(135deg, #1B75BC 0%, #0D4F8B 100%);*/
/*    box-shadow: 0 12px 48px rgba(27, 117, 188, 0.15);*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*}*/

.split-image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.accent-box {
    position: absolute;
    bottom: -20px;
    right: -20px;
    width: 160px;
    height: 160px;
    background: #558B2F;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 2;
    box-shadow: 0 8px 32px rgba(107, 123, 141, 0.3);
}

.accent-box .big-number {
    font-family: 'Montserrat', sans-serif;
    font-size: 48px;
    font-weight: 800;
    color: #FFFFFF;
    line-height: 1;
}

.accent-box .number-label {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: rgba(255,255,255,0.85);
    margin-top: 4px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
    line-height: 1.25;
    color: #1A2332;
    margin: 0;
    padding: 0;
}/* End custom CSS */