.elementor-18 .elementor-element.elementor-element-50a32ac{--display:flex;--padding-top:40px;--padding-bottom:40px;--padding-left:20px;--padding-right:20px;}.elementor-18 .elementor-element.elementor-element-50a32ac:not(.elementor-motion-effects-element-type-background), .elementor-18 .elementor-element.elementor-element-50a32ac > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#EDE8DF;}.elementor-18 .elementor-element.elementor-element-50a32ac.e-con{--flex-grow:0;--flex-shrink:0;}/* Start custom CSS for html, class: .elementor-element-2b42a9f */.sub-title {
            text-align: center;
            font-size: 2.8rem;
            margin-bottom: 50px;
            color: #222;
        }

        .work-list {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
            gap: 30px;
        }

        .work {
            position: relative;
            border-radius: 15px;
            overflow: hidden;
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
            transition: transform 0.4s ease;
        }

        .work:hover {
            transform: translateY(-10px);
        }

        .work img {
            width: 100%;
            height: 320px;
            object-fit: cover;
            display: block;
            transition: transform 0.5s ease;
        }

        /* Layer - Completely Hidden by default */
        .layer {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            height: 0;
            background: linear-gradient(180deg, rgba(0,0,0,0.3), rgba(0, 0, 20, 0.9));
            padding: 30px 25px 25px;
            color: white;
            overflow: hidden;
            display: flex;
            flex-direction: column;
            justify-content: flex-end;
            transition: height 0.5s ease;
        }

        /* On Hover - Show full layer */
        .work:hover .layer {
            height: 100%;
        }

        .work:hover img {
            transform: scale(1.05);
        }

        .layer h3 {
            font-size: 1.5rem;
            margin-bottom: 10px;
            transition: color 0.3s ease;
        }

        .work:hover .layer h3 {
            color: #ffffff;
        }

        .layer p {
            font-size: 0.95rem;
            margin-bottom: 15px;
            opacity: 0.95;
            line-height: 1.5;
        }

        .layer a {
            color: #fff;
            font-size: 1.3rem;
            margin-top: 10px;
            transition: all 0.3s ease;
            display: inline-block;
        }

        .layer a:hover {
            color: #00d4ff;
            transform: scale(1.15);
        }

        .btn {
            display: block;
            width: fit-content;
            margin: 50px auto 0;
            padding: 14px 40px;
            background: #222;
            color: white;
            text-decoration: none;
            border-radius: 50px;
            font-weight: 600;
            transition: 0.4s ease;
        }

        .btn:hover {
            background: #00d4ff;
            color: #000;
        }

        @media (max-width: 768px) {
            .work-list {
                grid-template-columns: 1fr;
            }
            .sub-title {
                font-size: 2.2rem;
            }
        }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e353bec */.sub-title {
            text-align: center;
            font-size: 2.8rem;
            margin-bottom: 50px;
            color: #222;
        }

        .work-list {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
            gap: 30px;
        }

        .work {
            position: relative;
            border-radius: 15px;
            overflow: hidden;
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
            transition: transform 0.4s ease;
        }

        .work:hover {
            transform: translateY(-10px);
        }

        .work img {
            width: 100%;
            height: 320px;
            object-fit: cover;
            display: block;
            transition: transform 0.5s ease;
        }

        /* Layer - Completely Hidden by default */
        .layer {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            height: 0;
            background: linear-gradient(180deg, rgba(0,0,0,0.3), rgba(0, 0, 20, 0.9));
            padding: 30px 25px 25px;
            color: white;
            overflow: hidden;
            display: flex;
            flex-direction: column;
            justify-content: flex-end;
            transition: height 0.5s ease;
        }

        /* On Hover - Show full layer */
        .work:hover .layer {
            height: 100%;
        }

        .work:hover img {
            transform: scale(1.05);
        }

        .layer h3 {
            font-size: 1.5rem;
            margin-bottom: 10px;
            transition: color 0.3s ease;
        }

        .work:hover .layer h3 {
            color: #ffffff;
        }

        .layer p {
            font-size: 0.95rem;
            margin-bottom: 15px;
            opacity: 0.95;
            line-height: 1.5;
        }

        .layer a {
            color: #fff;
            font-size: 1.3rem;
            margin-top: 10px;
            transition: all 0.3s ease;
            display: inline-block;
        }

        .layer a:hover {
            color: #00d4ff;
            transform: scale(1.15);
        }

        .btn {
            display: block;
            width: fit-content;
            margin: 50px auto 0;
            padding: 14px 40px;
            background: #222;
            color: white;
            text-decoration: none;
            border-radius: 50px;
            font-weight: 600;
            transition: 0.4s ease;
        }

        .btn:hover {
            background: #00d4ff;
            color: #000;
        }

        @media (max-width: 768px) {
            .work-list {
                grid-template-columns: 1fr;
            }
            .sub-title {
                font-size: 2.2rem;
            }
        }/* End custom CSS */