.elementor-kit-6{--e-global-color-primary:#212A31;--e-global-color-secondary:#748D92;--e-global-color-text:#2E3944;--e-global-color-accent:#124E66;--e-global-color-72ba820:#D3D9D4;--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:"Inter";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-global-typography-4d679e8-font-family:"Playfair Display";}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1170px;}.e-con{--container-max-width:1170px;--container-default-padding-top:0px;--container-default-padding-right:015px;--container-default-padding-bottom:0px;--container-default-padding-left:15px;}.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-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 */.equal-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px; /* Set equal width */
    min-height: 50px; /* Ensure uniform height */
}

@media (max-width: 768px) {
    .equal-buttons {
        width: 100%; /* Full width on mobile */
    }
}
@media (max-width: 480px) {
    .equal-buttons {
        width: 200px; /* Same as desktop */
        margin: 0 auto; /* Centering the button */
    }
}

/* Portfolio Item Wrapper */
.portfolio-item {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

/* Project Image - Zoom Effect */
.portfolio-item .elementor-image-box-img img {
    width: 100%;
    transition: transform 0.4s ease-in-out;
}

/* On Hover: Zoom Image */
.portfolio-item:hover .elementor-image-box-img img {
    transform: scale(1.1);
}

/* Project Title (Image Box Title) - Hidden Initially */
.portfolio-item .elementor-image-box-title {
    position: absolute;
    bottom: -100%; /* Hides title below */
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.7); /* Dark overlay */
    color: #fff;
    text-align: center;
    padding: 10px;
    font-size: 32px;
    font-weight: bold;
    transition: bottom 0.4s ease-in-out;
}


/* On Hover: Slide Title and Description Up */
.portfolio-item:hover .elementor-image-box-title {
    bottom:0; 
}/* End custom CSS */