.elementor-kit-7{--e-global-color-primary:#74B6E2;--e-global-color-secondary:#5AE29B;--e-global-color-text:#333333;--e-global-color-accent:#ED9854;--e-global-color-22766ac:#FFFFFF;--e-global-color-85fad6d:#FFFFFF00;--e-global-color-0294c7b:#F5F0EC;--e-global-typography-primary-font-family:"Sen";--e-global-typography-primary-font-size:80px;--e-global-typography-primary-line-height:85px;--e-global-typography-secondary-font-family:"Sen";--e-global-typography-secondary-font-size:55px;--e-global-typography-secondary-line-height:60px;--e-global-typography-text-font-family:"Jost";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-global-typography-085fdb9-font-family:"Sen";--e-global-typography-085fdb9-font-size:45px;--e-global-typography-085fdb9-line-height:50px;background-color:var( --e-global-color-22766ac );}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 h1{color:var( --e-global-color-secondary );}.elementor-kit-7 h2{color:var( --e-global-color-primary );}.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);}@media(max-width:1024px){.elementor-kit-7{--e-global-typography-secondary-font-size:40px;--e-global-typography-secondary-line-height:45px;--e-global-typography-085fdb9-font-size:30px;font-weight:35;}.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 */h1 b {
    color: var(--e-global-color-secondary);
}

.portfolio-img.elementor-widget-image, .portfolio-img.elementor-widget-image img {
    z-index: 2 !important;
    position: relative;
}
h3.elementor-heading-title.elementor-size-default {
    z-index: 3 !important;
    position: relative;
}

.portfolio-img.elementor-widget-image::after {
    content: '';
    height: 100%;
    width: 100%;
    background: #fff;
    left: 0;
    top: 17px;
    position: absolute;
    visibility: visible;
    mask-image: url(/wp-content/uploads/2026/07/Rounded-Hexagon-Mask.svg);
    mask-repeat: no-repeat !important;
    transform: scale(1);
    z-index: 0 !important;
    transition: .3s ease-in-out;
    opacity: 0;
}

.portfolio-column:hover .portfolio-img.elementor-widget-image::after {
    transform: scale(1.1);
    transition: .3s ease-in-out;  
    opacity: 1;
}

@media only screen and (min-width: 767px) and (max-width: 989px) {
    .portfolio-img.elementor-widget-image::after {
        z-index: 5 !important;
        opacity: .6;
        top:9px;
    }
    .portfolio-column:hover .portfolio-img.elementor-widget-image::after {
        opacity: .8;
    }
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Sen';
	font-display: auto;
	src: url('https://ikechioji.com/wp-content/uploads/2026/07/Sen-VariableFont_wght.ttf') format('truetype');
}
/* End Custom Fonts CSS */