.elementor-1000248 .elementor-element.elementor-element-395cccf{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:-100px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}/* Start custom CSS for html, class: .elementor-element-830e08e */* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Arial, sans-serif;
    background: #f8f8f8;
    color: #222;
}

/* Product Showcase */
.product-showcase {
    width: 100%;
    padding: 0px 10px;
}

.product-container {
    max-width: 1200px;
    margin: auto;
    background: #ffffff;
    border-radius: 20px;
    padding: 50px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 70px;
    align-items: center;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
}

/* Product Image */
.product-image {
    width: 100%;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fafafa;
    border-radius: 18px;
    overflow: hidden;
}

.product-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 30px;
    transition: transform 0.4s ease;
}

.product-image:hover img {
    transform: scale(1.05);
}

/* Product Details */
.product-label {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #d35400;
    margin-bottom: 15px;
}

.product-details h1 {
    font-size: 44px;
    line-height: 1.15;
    margin-bottom: 20px;
    font-weight: 700;
}

.price {
    font-size: 30px;
    font-weight: 700;
    color: #d35400;
    margin-bottom: 25px;
}

.description {
    font-size: 16px;
    line-height: 1.8;
    color: #666;
    margin-bottom: 15px;
}

/* Product Info */
.product-info {
    display: flex;
    gap: 50px;
    margin: 30px 0;
    padding: 20px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.product-info div {
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.product-info strong {
    font-size: 14px;
    color: #222;
}

.product-info span {
    font-size: 15px;
    color: #777;
}

/* Buttons */
.buttons {
    display: flex;
    gap: 15px;
}

.btn {
    display: inline-block;
    padding: 14px 30px;
    border-radius: 6px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.buy-btn {
    background: #d35400;
    color: #fff;
}

.buy-btn:hover {
    background: #a83f00;
}

.enquiry-btn {
    border: 1px solid #d35400;
    color: #d35400;
    background: #fff;
}

.enquiry-btn:hover {
    background: #d35400;
    color: #fff;
}

/* Tablet */
@media (max-width: 900px) {

    .product-container {
        grid-template-columns: 1fr;
        gap: 40px;
        padding: 35px;
    }

    .product-image {
        height: 400px;
    }

    .product-details h1 {
        font-size: 36px;
    }
}

/* Mobile */
@media (max-width: 600px) {

    .product-showcase {
        padding: 30px 15px;
    }

    .product-container {
        padding: 20px;
        border-radius: 15px;
        gap: 30px;
    }

    .product-image {
        height: 320px;
    }

    .product-image img {
        padding: 20px;
    }

    .product-details h1 {
        font-size: 30px;
    }

    .price {
        font-size: 25px;
    }

    .description {
        font-size: 15px;
    }

    .product-info {
        gap: 25px;
    }

    .buttons {
        flex-direction: column;
    }

    .btn {
        text-align: center;
        width: 100%;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f404395 */* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Arial, sans-serif;
    background: #f8f8f8;
    color: #222;
}

/* Product Showcase */
.product-showcase {
    width: 100%;
    padding: 70px 20px;
}

.product-container {
    max-width: 1200px;
    margin: auto;
    background: #ffffff;
    border-radius: 20px;
    padding: 50px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 70px;
    align-items: center;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
}

/* Product Image */
.product-image {
    width: 100%;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fafafa;
    border-radius: 18px;
    overflow: hidden;
}

.product-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 30px;
    transition: transform 0.4s ease;
}

.product-image:hover img {
    transform: scale(1.05);
}

/* Product Details */
.product-label {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #d35400;
    margin-bottom: 15px;
}

.product-details h1 {
    font-size: 44px;
    line-height: 1.15;
    margin-bottom: 20px;
    font-weight: 700;
}

.price {
    font-size: 30px;
    font-weight: 700;
    color: #d35400;
    margin-bottom: 25px;
}

.description {
    font-size: 16px;
    line-height: 1.8;
    color: #666;
    margin-bottom: 15px;
}

/* Product Info */
.product-info {
    display: flex;
    gap: 50px;
    margin: 30px 0;
    padding: 20px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.product-info div {
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.product-info strong {
    font-size: 14px;
    color: #222;
}

.product-info span {
    font-size: 15px;
    color: #777;
}

/* Buttons */
.buttons {
    display: flex;
    gap: 15px;
}

.btn {
    display: inline-block;
    padding: 14px 30px;
    border-radius: 6px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.buy-btn {
    background: #d35400;
    color: #fff;
}

.buy-btn:hover {
    background: #a83f00;
}

.enquiry-btn {
    border: 1px solid #d35400;
    color: #d35400;
    background: #fff;
}

.enquiry-btn:hover {
    background: #d35400;
    color: #fff;
}

/* Tablet */
@media (max-width: 900px) {

    .product-container {
        grid-template-columns: 1fr;
        gap: 40px;
        padding: 35px;
    }

    .product-image {
        height: 400px;
    }

    .product-details h1 {
        font-size: 36px;
    }
}

/* Mobile */
@media (max-width: 600px) {

    .product-showcase {
        padding: 30px 15px;
    }

    .product-container {
        padding: 20px;
        border-radius: 15px;
        gap: 30px;
    }

    .product-image {
        height: 320px;
    }

    .product-image img {
        padding: 20px;
    }

    .product-details h1 {
        font-size: 30px;
    }

    .price {
        font-size: 25px;
    }

    .description {
        font-size: 15px;
    }

    .product-info {
        gap: 25px;
    }

    .buttons {
        flex-direction: column;
    }

    .btn {
        text-align: center;
        width: 100%;
    }
}/* End custom CSS */