/*
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.4.1751014757
Updated: 2025-06-27 08:59:17

*/

body{
    background-color: white !important;
}
.fixed-menu {
  position: fixed;
  top: 0;
  /* left: 0; */
  width: 100%;
  z-index: 9999;
  /* box-shadow: 0 2px 5px rgba(0,0,0,0.1); */
}
.hide{
    display: none;
}
.d-menu,.m-menu {
  transition: all 0.3s ease;
}

.m-translate{
    position: fixed;
    bottom: 0;
    right: 0;
}
.elementor-widget-navigation-menu .menu-item a.hfe-menu-item:hover{
    color: var(--e-global-color-accent) !important;
}
.current-date strong{
    color: #000;
}
.gt_switcher .gt_option a:hover {
    background: #10b981 !important;
}
/* #ast-scroll-top
 {
    background-color: var(--e-global-color-accent);
} */

/*---------featured posts-------*/
 .news-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(1, 1fr);
    gap: 0px;
    margin-top: 20px;
    padding-bottom: 20px;
    margin-top: 20px;
}

.news-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
}

.news-image {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
    margin-bottom: 1rem;
}
.news-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-tags {
    display: inline-block;
    color: #10B981;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.5px;
    margin-bottom: 0px;
}
.news-tags a{
    color: #10B981 !important;; 
    text-decoration: none !important;
}

.news-meta {
    font-size: 13px;
    font-family: Georgia, serif;
    color: #666;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #F1F0F0;
}

.news-meta .author {
    font-weight: 500;
}

.news-meta .date {
    margin-left: 8px;
}

.news-title {
    font-size: 20px;
    font-weight: 400;
    color: #1a1a1a;
    margin-bottom: 12px;
    line-height: 1.3;
}
.news-title a{
    color: #1a1a1a !important;
    font-family: "Georgia", Sans-serif !important;
    text-decoration: none !important;
}
.news-title a:hover,.trending-title:hover,.article-title a:hover,
.letest_news_grid .letest_news_cont:nth-child(2) .letest_news_body .article-title a:hover,
.letest_news_grid .letest_news_cont:nth-child(1) .letest_news_body .article-title a:hover{
    color: var(--e-global-color-accent) !important;
}

.news-content{
    margin-top: 15px;
}
.news-excerpt {
    font-size: 16px;
    color: #5A5A5A; 
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.news-grid > .news-card:nth-child(2) .news-title {
    font-size: 24px;
}

/*--------------single recent post  +  side posts area----------*/
.article-main-wrapper {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    align-items: start;
    padding:30px 0px;
}

.article-header {
    padding-bottom: 16px;
}

.article-meta {
    font-size: 0.875rem;
    color: #6c757d;
    gap: 16px;
}

.article-category-title{
    font-weight: 400 !important;
    font-size: 2rem;
}
        
.article-main{
    padding-right: 60px;
}
.article-title {
    font-size:20px;
    font-family: Georgia, serif;
    font-weight: 700;
    color: #212529;
    margin-bottom: 20px;
    line-height: 1.3;
}
.article-title a{
    font-family: Georgia, serif;
    color: #212529;
    text-decoration: none !important;
}
.article-news-bx{
    display: grid;
    grid-template-columns: 360px 1fr;
    align-items: end;
}
.article-main-image{
    width: 100%;
    height: 350px;
    object-fit: cover;
}
.article-main-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.article-content {
    font-size: 1rem;
    color: #5A5A5A;
    margin-bottom: 24px;
    line-height: 1.6;
}

.see-more-section {
    display: flex;
    align-items: center;
}

.see-more-link {
    color: #363636;
    text-decoration: none;
    font-size: 16px;
    margin-right: 8px;
}

/* trending-news Styles */
.trending-news-header {
    display: flex;
    justify-content: between;
    align-items: center;
    padding-bottom:20px;
    border-bottom: 1px solid #F1F0F0;
}

.trending-news-title,.widget-heading {
    font-size: 1.4rem;
    font-weight: 400 !important;
    color: #212529 !important;
    flex-grow: 1;
    margin: 0 !important;
}
.popular-news .trending-news-header,
.widget-heading{
    padding-bottom: 20px;
    border-bottom: 2px solid #10B981;
}
.popular-news,.widget-box {
   border: 1px solid #E7E7E7;
    padding: 20px;
}
.popular-news .trending-image{
    height: auto;
    width: 100px;
    object-fit: cover;
}

.view-all-btn {
    background-color: #10B981;
    color: #000 !important;
    border: none;
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 0.8rem;
    font-weight: 600;
    text-decoration: none !important;
    cursor: pointer;
}

.view-all-btn:hover {
    background-color: #0fa774;
}

.trending-items {
    padding-top: 16px;
}

.trending-item {
    display: flex;
    gap: 10px;
    padding: 12px 0;
    border-bottom: 1px solid #e9ecef;
}

.trending-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.trending-image {
    width: 80px;
    height: 60px;
    object-fit: cover;
    flex-shrink: 0;
}

.trending-content {
    flex: 1;
}

.trending-title {
    font-size: 15px;
    font-family: Georgia, serif !important;
    font-weight: 400 !important;
    color: #212529 !important;
    text-decoration: none !important;
    display: block;
    margin-bottom: 6px;
    line-height: 1.3 !important;
}

.trending-title:hover {
    color: #10B981;
}

.trending-excerpt {
    font-size: 0.75rem;
    color: #10B981;
    line-height: 1.4;
    margin-bottom: 6px;
    margin-bottom: 5px !important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.trending-meta {
    font-size: 0.75rem;
    color: #6c757d;
}
.trending-news .trending-meta{
    display: flex;
    justify-content: space-between;
}

/*----------news4---------*/
.img_fluid {
    width: 100%;
    height: auto;
}

.py_20 {
    padding: 20px 0px;
}

.news4_grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.news4_card div {
    text-align: end;
    border: 0;
}

.news4_card figure {
    height: 160px;
    margin-bottom: 10px;
    overflow: hidden;
}

.news4_grid .news4_card:not(:last-child) {
    border-right: 1px solid #e9ecef;
    margin-right: 10px;
    padding-right: 10px;
}
/*-----------latest news 6 grid--------*/
.letest_news_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.letest_news_grid .letest_news_cont:nth-child(1) {
    grid-column: span 2 / span 2;
    height: 400px;
}

.letest_news_grid .letest_news_cont:nth-child(2) {
    grid-column: span 2 / span 2;
    height: 400px;
}

.letest_news_grid .letest_news_cont {
    position: relative;
    overflow: hidden;
}
.letest_news_grid .letest_news_cont:nth-child(1).letest_news_cont figure,
.letest_news_grid .letest_news_cont:nth-child(2).letest_news_cont figure
{
    height: 100%;
}
.letest_news_cont figure img{
    height: 100%;
    max-height: 165px;
    object-fit: cover;
}
.letest_news_grid .letest_news_cont:nth-child(1).letest_news_cont figure img,
.letest_news_grid .letest_news_cont:nth-child(2).letest_news_cont figure img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-height: inherit;
}
.letest_news_cont .news-meta {
    display: flex;
    gap: 25px;
    align-items: center;
    border: none;
    margin-top: 10px;
}

.letest_news_cont .news-meta span {
    margin: 0;
}

.letest_news_grid .letest_news_cont:nth-child(2) .letest_news_body,
.letest_news_grid .letest_news_cont:nth-child(1) .letest_news_body {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: end;
    width: 100%;
    height: 100%;
    background: #ffffff;
    background: linear-gradient(182deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
}

.letest_news_grid .letest_news_cont:nth-child(2) .letest_news_body p,
.letest_news_grid .letest_news_cont:nth-child(1) .letest_news_body p{
    display: none;
}
.letest_news_grid .letest_news_cont:nth-child(2) .letest_news_body .article-title a,
.letest_news_grid .letest_news_cont:nth-child(1) .letest_news_body .article-title a{
    color: #fff !important;
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
}
.letest_news_grid .letest_news_cont:nth-child(2) .letest_news_body .news-meta,
.letest_news_grid .letest_news_cont:nth-child(1) .letest_news_body .news-meta {
    width: 100%;
}
.letest_news_grid .letest_news_cont:nth-child(2) .letest_news_body .news-meta span.authour,
.letest_news_grid .letest_news_cont:nth-child(1) .letest_news_body .news-meta span.authour{
    color: #fff;
}
.letest_news_grid .letest_news_cont:nth-child(2) .letest_news_body .news-meta .news-category,
.letest_news_grid .letest_news_cont:nth-child(1) .letest_news_body .news-meta .news-category {
    color: #0d6efd;
}

/*------------archive + sige post------------*/
.d-flex{
    display: flex;
}
.cus-cat .article-header{
    padding: 0;
}
.cus-cat h1.article-title{
    font-size: 3rem;
    font-weight: 400;
    margin: 0;
}
.cus-cat .article-header .news-meta{
    margin-top: 5px;
}
.cus-cat h2.article-title{
    font-weight: 400;
    font-size: 26px;
}
.cus-cat .trending-title{
    font-size: 20px;
    font-weight: 700 !important;
}
.cus-cat .article-top{
    padding-bottom: 40px;
    border-bottom: 1px solid #000;
    margin-bottom: 40px;
}
.read-more{
    background-color: #10B981;
    text-decoration: none !important;
    font-family: var(--e-global-typography-primary-font-family), Sans-serif !important;
    color: #000 !important;
    padding: 10px 20px;
    border-radius: 3px;
}
.read-more:hover{
    background-color: #0fa774;
}
.par-item{
    display: flex;
}
.par-content{
    padding-left: 20px;
}
.par-content .trending-excerpt {
    font-size: 16px;
    color: #5A5A5A;
}
.op-item img{
    max-width: 250px;
    height: 100%;
    object-fit: cover;
}
.op-item{
    border-bottom: 1px solid #B3B3B380;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.op-wrap article:last-child{
    border-bottom: none !important;
}
.wo-border{
    border: none;
}
nav.pagination{
    display: none;
}
/*------------widget-------------*/
.widget-search label{
    display: none;
}
.widget-search .wp-block-search__button{
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    border: none;
}
.widget-search .wp-block-search__button:hover{
    background-color: #0fa774;
    color: #000;
}
.widget-search .wp-block-search__input{
    border: 1px solid #d7cfcf;
    border-radius: 3px;
}
/*------------ Responsiveness ------------*/
@media (min-width: 576px) {
    body:not([class*=elementor-page-]) .site-main,.page-header .entry-title{
        max-width: 90%;
    }
}
@media (min-width: 768px) {
    body:not([class*=elementor-page-]) .site-main,.page-header .entry-title{
        max-width: 90%;
    }
}
@media (min-width: 922px) {
    body:not([class*=elementor-page-]) .site-main,.page-header .entry-title{
        max-width: 90%;
    }
    .ast-narrow-container .site-content > .ast-container {
        max-width: 1318px !important;
    }
}
@media (min-width: 1024px) {
    .news-grid .news-card:nth-child(2) {
        border: 1px solid #0000003c;
        border-top: none;
        border-bottom: none;
        padding-inline: 16px;
        margin-inline: 16px;
        grid-column: span 2 / span 2;
    }
    .news-grid > .news-card:nth-child(2) .news-title{
        font-size: 33px;
    }
}
@media (min-width: 1025px) {
    .d-col-70{
        width: 70%;
    }
    .d-col-30{
        width: 30%;
    }
    aside.widget-area{
        padding-left: 20px;
    }
}
@media (min-width: 1200px) {
    body:not([class*=elementor-page-]) .site-main,.page-header .entry-title {
        max-width: 1318px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .trending-news{
     padding-left: 20px;
     margin-left: 20px;
     border-left:1px solid #00000026;
    }     
}

@media (max-width: 1200px) {
    .article-main-wrapper {
        gap: 20px;
    }
    .main-image {
        height: 280px;
    }
    .letest_news_grid .letest_news_cont{
        grid-column: span 2 / span 2;
    }
}

@media (max-width: 1024px) {
    .news-grid {
        grid-template-columns: 100%;
        gap: 20px;
    }
    .news-grid .news-card{
        margin-bottom: 20px;
    }
    .news-grid > .news-card:last-child{
        margin-bottom: 0;
    }
    .main-image {
        height: 280px;
    }
    .d-flex{
        flex-direction: column;
    }
    aside.widget-area{
        padding-bottom: 20px;
    }
}

@media (max-width: 992px) {
    .news4_grid {
        grid-template-columns: 1fr 1fr;
        gap: 16px;
    }

    .news4_grid .news4_card:not(:last-child) {
        border-right: none;
        margin-right: 0;
        padding-right: 0px;
    }
}

@media (max-width: 768px) {

    .news-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .news-card {
        border-radius: 8px;
    }

    .news-content {
        padding: 16px;
    }

    .news-title {
        font-size: 18px;
    }

    .news-grid > .news-card:nth-child(2) .news-title {
        font-size: 20px;
    }

    .news-image,
    .news-grid > .news-card:nth-child(2) .news-image {
        height: 200px;
    }
    .article-news-bx{
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .article-main{
        padding-right: 0px;
    }
    .article-title {
        font-size: 1.5rem;
    }

    .article-title {
        font-size: 1.25rem;
    }

    .main-image {
        height: 220px;
    }

    .article-meta {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .trending-image {
        width: 60px;
        height: 45px;
    }
    .letest_news_grid .letest_news_cont{
        grid-column: span 4 / span 4 !important;
    }
    .letest_news_cont figure img{
        max-height: 250px;
    }
}

@media (max-width: 480px) {

    .news-content {
        padding: 12px;
    }

    .news-title {
        font-size: 16px;
    }

    .news-grid > .news-card:nth-child(2) .news-title {
        font-size: 18px;
    }

    .news-image,
    .news-grid > .news-card:nth-child(2) .news-image {
        height: 180px;
    }
    .article-article-main-content {
        padding: 16px;
    }

    .article-title {
        font-size: 1.25rem;
    }

    .article-title {
        font-size: 1.1rem;
    }

    .main-image {
        height: 180px;
    }
    .news4_grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    .par-item{
        flex-direction: column;
    }
    .par-content{
        padding: 0;
        padding-top: 10px;
    }
    .op-item img{
       width: 100%;
       max-width: 100%;
    }
}