/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */



.custom-blog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    row-gap: 40px;
    margin-bottom: 24px;
}

.blog-item {
    border: 1px solid #eee;
    padding: 20px;
    background: #fff;
    transition: box-shadow 0.3s ease;
}

.blog-item:hover {
    box-shadow: none !important;
}

.blog-item:hover {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.blog-thumbnail img {
    width: 100%;
    height: auto;
    display: block;
}

.blog-title {
    font-size: 20px;
    margin-top: 15px;
}

.blog-meta {
    color: #000;
    font-family: "Karla", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin: 10px 0;
}

.blog-meta span {
    display: inline-flex;
    align-items: center;
    margin-right: 10px;
}

.blog-excerpt {
    margin-top: 10px;
    font-size: 15px;
    color: #444;
}

.read-more-button {
    margin-top: 15px;
    display: inline-block;
    padding: 8px 16px;
    background-color: #9C6D92;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
}

.read-more-button:hover {
    background-color: #854a7b;
}

/* Custom pagination style */
.custom-pagination ul {
    display: flex;
    list-style: none;
    justify-content: center;
    padding-left: 0;
}

.custom-pagination li {
    margin: 0 5px;
}

.custom-pagination li a,
.custom-pagination li span {
    display: block;
    padding: 8px 14px;
    border: 1px solid #ddd;
    background: #fff;
    color: #333;
    border-radius: 4px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.custom-pagination li span.current,
.custom-pagination li a:hover {
    background-color: #9C6D92;
    color: #fff;
    border-color: #9C6D92;
}

.main-blog-item {
    padding: 0 !important;
    border: 0 !important;
}

.main-blog-item img {
    aspect-ratio: 426/276;
    object-fit: cover;
    border-radius: 10px;
}

.main-blog-item .blog-title {
    font-family: Butler;
    font-weight: 400 !important;
    font-style: Regular;
    font-size: 25px !important;
    line-height: 100% !important;
    color: #222222 !important;
    margin-bottom: 9px !important;
}

.blog-excerpt {
    font-family: Karla;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #000;
    margin-top: 0;
    margin-bottom: 18px !important;
}

.read-more-button {
    margin-top: 0 !important;
    background-color: transparent;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 5px;
    color: #9C6D92;
    font-family: Karla;
    font-weight: 600;
    font-size: 16px;
    line-height: 30px;
    vertical-align: middle;
    text-transform: capitalize;

}

.read-more-button:hover {
    background-color: transparent;
    color: #9C6D92 !important;
}

.main-padd-all {
    padding: 120px 0 50px;
}

.page-item a {

    border: 1px solid #E9E9E9;
    width: 32px;
    height: 32px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    font-family: Butler;
    font-weight: 500;
    font-size: 13px;
    padding: 0 !important;
    line-height: 100%;
    letter-spacing: 0;
    color: #111111;
    margin: 0 !important;
}

.page-item::before {
    display: none !important;
}

.page-item span {
    border: 1px solid #E9E9E9;
    width: 32px;
    padding: 0 !important;
    height: 32px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    font-family: Butler;
    font-weight: 500;
    font-size: 13px;
    line-height: 100%;
    letter-spacing: 0;
    color: #111111;
    margin: 0 !important;
}

.page-item.active span {
    background: #9C6D92;
    color: #fff;
}

.page-item.next.disabled {
    opacity: 0.7;
}

.custom-pagination {
    padding-bottom: 120px;
}