.elementor-kit-1{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;background-color:transparent;background-image:linear-gradient(180deg, #EDEDE4 0%, #FFEDB0 100%);}.elementor-kit-1 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ==========================================
   EXCERPT - SIRF 4 LINES (NEKIT NEWS LIST)
   ========================================== */

/* Main Excerpt Container */
.nekit-news-list-one .post-excerpt,
.nekit-news-list-one .post-excerpt p,
.nekit-news-list-one .nekit-post-excerpt,
.nekit-news-list-one .nekit-post-excerpt p {
    display: -webkit-box !important;
    -webkit-line-clamp: 4 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    max-height: 6.7em !important;
    line-height: 1.6em !important;
}

/* Widget Skin Card - Excerpt */
.nekit-news-list-one.card .post-excerpt,
.nekit-news-list-one.card .post-excerpt p,
.nekit-news-list-one.card .nekit-post-excerpt,
.nekit-news-list-one.card .nekit-post-excerpt p {
    display: -webkit-box !important;
    -webkit-line-clamp: 4 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    max-height: 6.7em !important;
    line-height: 1.6em !important;
    padding-left: 20px;
}

/* Elementor Widget Type Specific */
[data-widget_type="nekit-news-list-one.default"] .post-excerpt,
[data-widget_type="nekit-news-list-one.default"] .post-excerpt p,
[data-widget_type="nekit-news-list-one.default"] .nekit-post-excerpt,
[data-widget_type="nekit-news-list-one.default"] .nekit-post-excerpt p {
    display: -webkit-box !important;
    -webkit-line-clamp: 4 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    max-height: 6.4em !important;
    line-height: 1.6em !important;
     padding-right: 25px;
     text-align: justify;
    
}

/* All Nekit Post Elements */
.nekit-item-box-wrap .post-excerpt,
.nekit-item-box-wrap .post-excerpt p,
.news-list-post .post-excerpt,
.news-list-post .post-excerpt p {
    display: -webkit-box !important;
    -webkit-line-clamp: 4 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    max-height: 6.7em !important;
    line-height: 1.6em !important;
}

/* Roboto Condensed Font Specific (Jo aapne set kiya hai) */
.nekit-news-list-one .post-excerpt,
.nekit-news-list-one .post-excerpt * {
    font-family: 'Roboto Condensed', sans-serif !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 23px !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 4 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    max-height: 92px !important; /* 23px * 4 lines = 92px */
}

/* ==========================================
   BACKUP - AGAR UPAR WALA NA CHALE
   ========================================== */

/* Universal Nekit Excerpt */
[class*="nekit"] .post-excerpt,
[class*="nekit"] .post-excerpt p,
[class*="nekit"] [class*="excerpt"],
[class*="nekit"] [class*="excerpt"] p {
    display: -webkit-box !important;
    -webkit-line-clamp: 4 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
}

/* Container ID Based */
#elementor .nekit-news-list-one .post-excerpt,
.elementor .nekit-news-list-one .post-excerpt,
.elementor-widget-container .nekit-news-list-one .post-excerpt {
    display: -webkit-box !important;
    -webkit-line-clamp: 4 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    max-height: 100px !important;
}

/* ==========================================
   RESPONSIVE - MOBILE/TABLET
   ========================================== */

@media (max-width: 1024px) {
    .nekit-news-list-one .post-excerpt,
    .nekit-news-list-one .post-excerpt p {
        -webkit-line-clamp: 4 !important;
        max-height: 100px !important;
    }
}

@media (max-width: 768px) {
    .nekit-news-list-one .post-excerpt,
    .nekit-news-list-one .post-excerpt p {
        -webkit-line-clamp: 4 !important;
        max-height: 100px !important;
    }
}

@media (max-width: 480px) {
    .nekit-news-list-one .post-excerpt,
    .nekit-news-list-one .post-excerpt p {
        -webkit-line-clamp: 4 !important;
        max-height: 100px !important;
    }
}/* End custom CSS */