.elementor-kit-6{--e-global-color-primary:#002F6E;--e-global-color-secondary:#E6AC3D;--e-global-color-text:#2A2A2A;--e-global-color-accent:#E6AC3D;--e-global-typography-primary-font-family:"Inter";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;background-color:#FDFAF2;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{font-family:"Inter", Sans-serif;font-size:14px;text-transform:uppercase;letter-spacing:1px;border-radius:50px 50px 50px 50px;padding:16px 32px 16px 32px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.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 */.hero-zoom {
    position: relative;
    overflow: hidden;
}

.hero-zoom::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: inherit;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 0;
    animation: slow-zoom 20s ease-in-out infinite alternate;
    will-change: transform;
}

.hero-zoom > * {
    position: relative;
    z-index: 1;
}

@keyframes slow-zoom {
    0%   { transform: scale(1); }
    100% { transform: scale(1.15); }
}
.hero-zoom {
    overflow: hidden !important;
}


/* Team;;;Apply class "team-card" to each team member column */
.team-card {
    background: #ffffff !important;
    border-radius: 16px !important;
    padding: 24px !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06) !important;
    border: 1px solid rgba(0, 0, 0, 0.04) !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease !important;
    margin: 12px !important;
}

.team-card:hover {
    transform: translateY(-8px) !important;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12) !important;
    border-color: #d4a24a !important;
}

/* Round the image inside the image box */
.team-card .elementor-image-box-img {
    width: 160px !important;
    height: 160px !important;
    border-radius: 50% !important;
    overflow: hidden !important;
    margin: 0 auto 16px !important;
}

.team-card .elementor-image-box-img img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    border-radius: 50% !important;
}


/* Center text content like image 2 */
.team-card .elementor-image-box-content {
    text-align: center !important;
}

.team-card .elementor-image-box-title {
    margin-bottom: 6px !important;
}

.team-card .elementor-image-box-description {
    color: #6b7280 !important;
    font-size: 14px !important;
}


/* mission/projects icons Default icon — white on navy */
.czf-mission .elementor-icon {
    background-color: #002F6E !important;
    color: #ffffff !important;
    fill: #ffffff !important;
    border: none !important;
    transition: background-color 0.3s ease, color 0.3s ease, fill 0.3s ease !important;
        width: 56px !important;
    height: 56px !important;
    border-radius: 12px !important; 
     display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
     box-shadow: 0 6px 20px rgba(15, 27, 58, 0.10);
     font-size: 25px !important;
}

.czf-mission .elementor-icon svg {
    fill: #ffffff !important;
}

/* Hover — navy icon on gold */
.czf-mission .elementor-icon-box-wrapper:hover .elementor-icon,
.czf-mission .elementor-widget-icon:hover .elementor-icon,
.czf-mission .elementor-widget-icon-box:hover .elementor-icon {
    background-color: #E6AC3D !important;
    color: #002F6E !important;
    fill: #002F6E !important;
    
}

.czf-mission .elementor-icon-box-wrapper:hover .elementor-icon svg,
.czf-mission .elementor-widget-icon:hover .elementor-icon svg,
.czf-mission .elementor-widget-icon-box:hover .elementor-icon svg {
    fill: #002F6E !important;
    
}



/* Shorter slide-up entrance — travels only 20px instead of full height */
.elementor-element.animated.slideInUp {
  animation-name: lvSlideUpShort;
}

@keyframes lvSlideUpShort {
  from {
    opacity: 0;
    transform: translateY(20px);   /* change to 12px / 30px to taste */
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}/* End custom CSS */