/*
Theme Name: Hello Elementor Child
Theme URI: https://yourwebsite.com
Description: Child theme for Hello Elementor
Author: Your Name
Template: hello-elementor
Version: 1.0
*/

/*
Theme Name: Hello Elementor Child
Template: hello-elementor
Version: 1.0
*/



/* --------404-page-------------*/
.error-404 {
    text-align: center;
    padding: 80px 20px;
    margin: 0 auto;
}

.error-inner{
text-align: center;
margin:100px;


}

.error-code{
font-size:150px;
font-family: "Bai Jamjuree", sans-serif;
font-weight:700;
	color: #74747445;
	font-style: oblique;

}

.error-title{
font-size:30px

}

.wpr-button-404{
    margin-top:15px;
    display: inline-block;
    background: linear-gradient(180deg, #7c6cf0, #3b2b8f);
    padding: 14px 50px;
    transform: skewX(-18deg);
    border-radius: 4px;
    text-decoration: none;
    box-shadow: 0 6px 15px rgba(0,0,0,0.35);
    color:#fff;
    

}

.wpr-button-404 a{
color:#fff;
}

.error-text{
font-size:18px;
	
	margin: 15px 80px 15px 80px;
}

.wpr-button-404 span {
    display: inline-block;
    transform: skewX(18deg);
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
}


/* --------Cart-Page-------------*/

.post-1346{
margin-top:100px;
margin-bottom:100px;

}

.page-id-1346, .page-content a {
 
 text-decoration: none;
 color: #fff;
}

.woocommerce-notices-wrapper .woocommerce-message{
border-top-color: #291b62;
}

 .woocommerce-message::before{

content: "\e015";
    color: #2d1d69;
    
    }
    
   .woocommerce a.remove {
    color:  #39298b !important;
    
} 
   
    .woocommerce a.remove:hover {
    color: #fff !important;
    background: #39298b;
}


/* --------Single Product Page-------------*/

.single-product, .content-area{

margin-top: 100px;
margin-bottom: 100px;

}

.single-product, .posted_in a {
color:#fff;
}

.single-product h1.product_title {
    font-size:35px; /* change as needed */
    line-height: 1.2;
}

.single-product .woocommerce-Tabs-panel h1 {
    font-size: 22px;
    margin-bottom: 20px;
    font-weight: 600;
}

.single-product .woocommerce-Tabs-panel h2 {
    font-size: 22px;
    margin-bottom: 20px;
    font-weight: 600;
}

.single-product .woocommerce-Tabs-panel h3 {
    font-size: 22px;
    margin-bottom: 20px;
    font-weight: 600;
}


.single-product a {
    color: #ffffff;
}

.single-product ul li {
    margin-bottom: 10px;
    line-height: 1.7;
}

.single-product h2,
.single-product h3,
.single-product h4 {
    margin-top: 30px;
    margin-bottom: 15px;
}


.single-product p {
    margin-bottom: 18px;
    line-height: 1.8;
}



.woocommerce-loop-product__title{
	color:#fff;
}

/* --------Cart-checkout--Page-------------*/

.woocommerce{
	margin-top:100px;
	margin-bottom:100px;
}

.woocommerce-info {
	border-top-color: #39298b;
}

.woocommerce-info a{
	color:#000;
}

.woocommerce-info::before {
    color: #2d1d69;
}

/* Blog Page Layout */
.blog-page {
    max-width: 1200px;
    margin: auto;
    padding: 40px 20px;
}

.blog-hero {
    text-align: center;
    margin-bottom: 40px;
}

.blog-title {
    font-size: 36px;
    font-weight: 700;
}

/* Grid */
.blog-posts-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

/* Card */
.blog-post-card {
    background: #111;
    border-radius: 12px;
    padding: 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.blog-post-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}

.blog-post-card img {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 15px;
}

.blog-post-card .post-title a {
    color: #fff;
    font-size: 20px;
    text-decoration: none;
}

.blog-post-card .post-title a:hover {
    color: #f4c430;
}

.blog-post-card .post-excerpt {
    font-size: 14px;
    color: #bbb;
    margin-top: 10px;
}

/* Pagination */
.blog-pagination {
    margin-top: 50px;
    text-align: center;
}

.blog-pagination .page-numbers {
    display: inline-block;
    margin: 0 6px;
    padding: 8px 14px;
    background: #222;
    color: #fff;
    border-radius: 6px;
    text-decoration: none;
}

.blog-pagination .page-numbers.current {
    background: #f4c430;
    color: #000;
}

/* Responsive */
@media (max-width: 991px) {
    .blog-posts-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .blog-posts-grid {
        grid-template-columns: 1fr;
    }

    .blog-title {
        font-size: 28px;
    }
}