.elementor-6 .elementor-element.elementor-element-e0c55db{--display:flex;}.elementor-6 .elementor-element.elementor-element-e0c55db.e-con{--flex-grow:0;--flex-shrink:0;}/* Start custom CSS for html, class: .elementor-element-a15b312 */@media only screen and (max-width: 1199px) {
    .single-blog .blog-img img {
        width: 100%;
        height: auto;
    }
    .single-blog .pl-0, .single-blog .pr-0 {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .blog-text {
        padding: 20px;
    }
}

    /* Ensure the carousel items have a consistent container */
.product-wrap .owl-item {
    display: flex; /* Makes all items in a row same height */
}

.product-wrap .single-product {
    display: flex;
    flex-direction: column;
    width: 100%; /* Forces same width based on Owl settings */
    background: #fff;
    border: 1px solid #f1f1f1;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 10px; /* Space for the shadow */
    transition: transform 0.3s ease;
}

/* Force the image area to be exactly the same size for every card */
.product-wrap .product-img {
    height: 300px; /* Fixed height for the image box */
    background: #f9f9f9;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.product-wrap .product-img img {
    max-height: 100%;
    width: auto !important; /* Prevents stretching */
    object-fit: contain;
}

/* Make the details section fill the remaining space */
.product-wrap .product-details {
    padding: 20px 15px;
    flex-grow: 1; /* Pushes content so buttons align at the bottom */
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.product-wrap .product-details h3 {
    font-size: 18px;
    margin: 10px 0 15px;
    min-height: 44px; /* Fixes height for titles up to 2 lines */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Mobile Adjustments */
@media (max-width: 767px) {
    .product-wrap .product-img {
        height: 220px;
    }
}

.single-product:hover .product-details {
    transform: translateY(0px);
}





/* Container Fix */
.blog-area {
    padding: 80px 0;
    background-color: #fcfcfc;
}

/* The Main Card */
.single-blog-card {
    display: flex;
    flex-direction: column; /* Stacked on mobile/tablet */
    width: 100%;
    background: #ffffff;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: all 0.4s ease;
    border: 1px solid #eee;
}

.single-blog-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(139, 0, 0, 0.1);
    border-color: #8b0000;
}

/* Image Handling - Prevents Collapse */
.blog-image-box {
    position: relative;
    width: 100%;
    height: 260px; /* Fixed height for all thumbnails */
    overflow: hidden;
}

.redesigned-thumb {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover; /* Crops image to fill box */
    transition: transform 0.6s ease;
}

.single-blog-card:hover .redesigned-thumb {
    transform: scale(1.1);
}

/* Date Badge Overlay */
.blog-date-badge {
    position: absolute;
    bottom: 15px;
    left: 15px;
    background: #8b0000;
    color: #fff;
    padding: 5px 15px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 600;
    z-index: 2;
}

/* Content Styling */
.blog-content-area {
    padding: 30px;
    display: flex;
    flex-direction: column;
    flex-grow: 1; /* Makes all text areas same height */
}

.blog-content-area h3 {
    font-size: 22px;
    margin-bottom: 15px;
    line-height: 1.4;
    min-height: 60px; /* Forces title area uniformity */
}

.blog-content-area h3 a {
    color: #222;
    text-decoration: none;
    transition: 0.3s;
}

.blog-content-area h3 a:hover {
    color: #8b0000;
}

.blog-excerpt {
    color: #666;
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 20px;
    min-height: 75px; /* Forces description area uniformity */
}

/* Read More Link */
.new-read-more {
    margin-top: auto; /* Pushes button to bottom of card */
    color: #8b0000;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.new-read-more:hover {
    gap: 12px;
    color: #222;
}

/* --- Responsive Desktop Design (Side-by-Side) --- */
@media (min-width: 1200px) {
    .single-blog-card {
        flex-direction: row; /* Returns to horizontal only on large screens */
        height: 320px;
    }
    
    .blog-image-box {
        width: 45%; /* Fixed width for image side */
        height: 100%;
    }
    
    .blog-content-area {
        width: 55%;
    }
}

/* Mobile Adjustments */
@media (max-width: 767px) {
    .blog-image-box {
        height: 200px;
    }
    .blog-content-area {
        padding: 20px;
    }
    .blog-content-area h3 {
        font-size: 18px;
        min-height: auto;
    }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-e0c55db */.subscribe form .search-submit {
    margin-top: 15px;
    position: absolute;
    cursor: pointer;
    top: 0;
    right: 0;
    outline: 0;
    border: none;
    color: #ffffff;
    height: 50px;
    transition: 0.5s;
    font-size: 15px;
    text-transform: capitalize;
}


.subscribe-area{

    background-repeat: repeat;
    background-size: cover;   /* makes image full width */
    width: 100%;              /* full width */
    height: 100%;
    position: relative;
    z-index: 1;
    padding-top: 100px;
    
}/* End custom CSS */