.elementor-kit-9{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-0e23444:#F6BB09;--e-global-color-46bafb3:#262626;--e-global-color-b50be2f:#AF1D1D;--e-global-color-df01c32:#737373;--e-global-color-8a892c5:#FFFFFF;--e-global-color-800c368:#DA2C2C;--e-global-color-660926b:#14AA28;--e-global-color-13cd5f6:#08609E;--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;}.elementor-kit-9 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){--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 */.portfolio-item{
    position:relative;
    overflow:hidden;
}

.portfolio-item img{
    width:100%;
    height:300px;
    object-fit:cover;
    display:block;
    opacity: 0;
    
}

.portfolio-overlay{
    position:absolute;
    inset:0;
    display:flex;
    align-items:center;
    justify-content:center;
    opacity:0;
    transition:0.3s;
    cursor: zoom-in;
}

.portfolio-item:hover .portfolio-overlay{
    opacity:1;
}

.zoom-icon{
    width:50px;
    height:50px;
    border-radius:50%;
    background:white;
    color:black;
    font-size:32px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight:bold;
}

p {
  margin-bottom: 1em!important; /* Adjust value as needed */
}/* End custom CSS */
