/*
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.1763490780
Updated: 2025-11-18 18:33:00

*/

/* D */
/* .new-sec {
    position: relative;
    padding: 50px 15px;
    color: #000;
    font-family: "Manrope", Sans-serif;
    font-size: 15px;
    font-weight: 400;
}
.new-sec h1,
.new-sec h2,
.new-sec h3,
.new-sec h4,
.new-sec h5,
.new-sec h6 {
    font-family: "Barlow", Sans-serif;
    font-weight: 600;
    margin: 0;
}
.new-sec .container {
    position: relative;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 10px;
}
.new-sec .row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}
.new-sec .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66%;
    padding-left: 10px;
    padding-right: 10px;
}
.new-sec .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33%;
    padding-left: 10px;
    padding-right: 10px;
}
.banner-sec {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 250px;
    display: grid;
    align-items: center;
}
.banner-sec::before {
    position: absolute;
    content: '';
    background-color: #000000;
    opacity: 0.6;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.banner-sec .sec-heading {
    color: #FFF;
    font-size: 42px;
    line-height: 1.2;
    text-align: center;
}
.blog-details-sec .blog-featured-img {
    width: 100%;
    height: 350px;
    border-radius: 10px;
    overflow: hidden;
    margin: 0 0 30px;
}
.blog-details-sec .blog-featured-img img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}
.blog-details-sec .blog-title {
    margin: 0 0 15px;
}
.blog-details-sec .blog-meta {
    color: #6c757d;
    font-size: 13px;
    margin: 0 0 20px;
}
.blog-details-sec .me-1 {
    margin-right: .25rem;
}
.blog-details-sec .ms-1 {
    margin-left: .25rem;
}
.blog-details-sec .blog-navigation {
    margin-top: 50px;
    padding-top: 20px;
    border-top: 1px solid #ddd;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
}
.blog-details-sec .blog-navigation a {
    color: #43A64A;
}
.blog-details-sec .blog-navigation .prev-post a i {
    transform: rotate(45deg);
    transition: all 0.5s;
}
.blog-details-sec .blog-navigation .next-post a i {
    transform: rotate(-45deg);
    transition: all 0.5s;
}
.blog-details-sec .blog-navigation a:hover i {
    transform: unset;
}

.blog-details-sec .blog-sidebar {
    padding: 20px;
    border: 1px solid #d9d9d9;
    border-radius: 10px;
    max-width: 330px;
    margin-left: auto;
}
.blog-details-sec .blog-sidebar h4 {
    font-size: 22px;
    margin-bottom: 30px;
}
.blog-details-sec .blog-sidebar-item {
    display: flex;
    margin: 15px 0;
    padding: 0 0 15px;
    border-bottom: 1px solid #d9d9d9;
}
.blog-details-sec .blog-sidebar-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}
.blog-details-sec .blog-sidebar-item .thumbnail {
    min-width: 25%;
    width: 25%;
    height: 74px;
    margin-right: 20px;
    border-radius: 5px;
    overflow: hidden;
}
.blog-details-sec .blog-sidebar-item .thumbnail img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}
.blog-details-sec .blog-sidebar-item .blog-sidebar-content {
    flex-grow: 1;
}
.blog-details-sec .blog-sidebar-item .blog-sidebar-content a {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.blog-details-sec .blog-sidebar-item .blog-sidebar-content a:hover {
    color: #43A64A;
}
.blog-details-sec .blog-sidebar-item .blog-sidebar-content p {
    font-size: 14px;
    margin: 5px 0 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.blogs-sec article.hfe-post-card,
.blogs-sec article.hfe-post-card .hfe-post-image {
    overflow: hidden;
}
.blogs-sec article.hfe-post-card .hfe-post-image img {
    height: 250px;
    object-fit: cover;
    transition: 0.4s all;
}
.blogs-sec article.hfe-post-card:hover .hfe-post-image img {
    transform: scale(1.1);
}
.blogs-sec article.hfe-post-card .hfe-post-title a {
    text-decoration: none;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.blogs-sec article.hfe-post-card .hfe-post-excerpt {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.blog-cta-sec {
    background-color: #FFF;
    border: 1px solid #43A64A;
    border-radius: 10px;
    margin: 20px 0;
    padding: 20px;
}
.blog-cta-sec .title {
    font-size: 25px;
    margin: 0 0 15px;
}
.blog-cta-sec p {
    margin: 0 0 15px;
}
.blog-cta-sec .blog-cta-btns a {
    display: inline-block;
    color: #000;
}
.blog-cta-sec .blog-cta-btns a i,
.blog-cta-sec .blog-cta-btns a:hover {
    color: #43A64A;
}
.blog-cta-sec .blog-cta-btns span {
    margin: 0 10px;
}
@media only screen and (max-width: 1024px) {
    .new-sec .row {
        row-gap: 30px;
    }
    .new-sec .col-lg-8 {
        width: 100%;
    }
    .new-sec .col-lg-4 {
        width: 50%;
    }
    .banner-sec .sec-heading {
        font-size: 37px;
    }
    .blog-details-sec .blog-sidebar {
        max-width: 100%;
    }
}
@media only screen and (max-width: 767px) {
    .new-sec .col-lg-4 {
        width: 100%;
    }
    .banner-sec {
        min-height: 200px;
    }
    .banner-sec .sec-heading {
        font-size: 32px;
    }
} */