/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.5.1761932530
Updated: 2025-10-31 17:42:10

*/
.image-box-border {
  border: 1px solid transparent;
  border-image: linear-gradient(180deg, #0077FF 0%, #FFFFFF 74.52%);
  border-image-slice: 1;
  border-radius: 19px;
}
.product-table .row {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ddd;
  padding: 12px 0;
}

.product-table .label {
  font-weight: 600;
  width: 35%;
}

.product-table .value {
  width: 65%;
}

.product-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 35px;
    padding: 20px;
}

.product-card {
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 20px;
    overflow: hidden;
    text-align: center;
    padding-bottom: 30px;
    transition: all 0.3s ease;
}

.product-card:hover {
    box-shadow: 0 8px 35px rgba(0,0,0,0.10);
    transform: translateY(-5px);
}

.product-image img {
    width: 100%;
    height: 260px;
    object-fit: cover;
}

.product-title {
    font-size: 28px;
    margin: 25px 0 15px;
    font-weight: 600;
    color: #111;
}

/* Enquire Button */
.btn-enquire {
    display: inline-block;
    padding: 12px 30px;
    background: #007bff;
    color: #fff;
    text-decoration: none!important;
    border-radius: 10px;
    font-size: 18px;
    margin-bottom: 15px;
    transition: 0.3s;
}

.btn-enquire:hover {
    background: #005ed1;
}

/* Read More Button */
.btn-read {
    display: inline-block;
    padding: 12px 30px;
    border: 2px solid #000;
    border-radius: 10px;
       text-decoration: none!important;
    font-size: 18px;
    color: #000;
    transition: 0.3s;
}

.btn-read:hover {
    background: #000;
    color: #fff;
}
.tab-section .product-button-section {
    display: inline-grid;
}