.elementor-kit-12{--e-global-color-primary:#0669B3;--e-global-color-secondary:#EF7430;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-weight:500;--e-global-typography-text-font-family:"Nunito Sans";--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;}.elementor-kit-12 e-page-transition{background-color:#FFBC7D;}.elementor-kit-12 button,.elementor-kit-12 input[type="button"],.elementor-kit-12 input[type="submit"],.elementor-kit-12 .elementor-button{font-family:"Montserrat", Sans-serif;font-size:16px;font-weight:600;letter-spacing:1.1px;word-spacing:0px;color:#FFFFFF;border-style:none;border-radius:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-kit-12 button:hover,.elementor-kit-12 button:focus,.elementor-kit-12 input[type="button"]:hover,.elementor-kit-12 input[type="button"]:focus,.elementor-kit-12 input[type="submit"]:hover,.elementor-kit-12 input[type="submit"]:focus,.elementor-kit-12 .elementor-button:hover,.elementor-kit-12 .elementor-button:focus{border-style:solid;border-width:1px 1px 1px 1px;border-color:var( --e-global-color-secondary );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.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);}@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 */.container {
            display: flex;
            justify-content: center;
            
           
            flex-wrap: wrap;
        }
        .product-card {
            background: #fff;
            border-radius: 8px;
            padding: 20px;
    
            box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s ease-in-out;
            width: 380px;
            position: relative;
        }
        .product-card:hover {
            transform: translateY(-5px);
        }
        .product-card img {
            max-width: 100%;
            height: auto;
            margin-bottom: 15px;
            transition: transform 0.3s;
            background-color: #fff !important;
        }
        .product-card:hover img {
            transform: scale(1.05);
        }
        .product-category {
            background-color: #EF7430;
            color: #FFF;
            font-weight: bold;
            padding: 5px 10px;
            display: inline-block;
            border-radius: 3px;
            margin-bottom: 10px;
        }
        .product-description {
            font-size: 14px;
            color: #555;
            margin-bottom: 15px;
        }
        .read-more {
            background: #0669B3;
            color: #fff;
            padding: 10px 20px;
            border-radius: 5px;
            text-decoration: none;
            font-weight: bold;
            display: block;
            transition: background 0.3s;
            border: none;
            cursor: pointer;
        }
        .read-more:hover {
            background: #4172b1;
        }

        .product-card:hover {
            background: #b7cbe463;
        }/* End custom CSS */