.elementor-34 .elementor-element.elementor-element-30095f4c{--display:flex;}.elementor-34 .elementor-element.elementor-element-b3c4de9{width:100%;max-width:100%;}/* Start custom CSS for shortcode, class: .elementor-element-b3c4de9 *//* Grid Layout */
.elementor-34 .elementor-element.elementor-element-b3c4de9 ul.products {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 40px;
}

/* Card Base - White Background */
.elementor-34 .elementor-element.elementor-element-b3c4de9 ul.products li.product {
    width: 300px !important;
    background: #ffffff;        /* Changed to white */
    padding: 25px;
    border-radius: 18px;
    text-align: center;
    transition: 0.3s ease;
    position: relative;
    color: #0b1c2d;            /* Dark text for contrast */
    box-shadow: 0 4px 10px rgba(0,0,0,0.1); /* Optional subtle shadow */
}

/* Remove flicker glow animation */
.elementor-34 .elementor-element.elementor-element-b3c4de9 ul.products li.product:hover {
    transform: translateY(-10px);  /* Keep the lift effect */
    /* No box-shadow animation */
}

/* Title - Dark color for readability */
.elementor-34 .elementor-element.elementor-element-b3c4de9 ul.products li.product h2 {
    color: #0b1c2d;            /* Dark text */
    font-weight: 800;
    font-size: 20px;
}

/* Price - Dark color */
.elementor-34 .elementor-element.elementor-element-b3c4de9 ul.products li.product .price {
    color: #0b1c2d;            /* Dark text */
    font-weight: bold;
    font-size: 18px;
}

/* Button - Default style (kept as original) */
.elementor-34 .elementor-element.elementor-element-b3c4de9 ul.products li.product .button {
    background: #f5b84;
    color: #0b1c2d;
    border-radius: 8px;
    font-weight: 600;
}

/* Button Hover - Sky Blue */
.elementor-34 .elementor-element.elementor-element-b3c4de9 ul.products li.product .button:hover {
    background: #000080;        /* Sky blue */
    color: White;             /* Keep text dark for contrast */
}/* End custom CSS */