/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

.news-content a {
    font-family: Playfair Display;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 28px;
    letter-spacing: 0%;

}

a {
    text-decoration: none !important;
}

.my-footer .wpr-grid-media-wrap .wpr-grid-image-wrap img {
    object-fit: cover;
    height: 100px !important;
}

.my-footer .wpr-grid-media-wrap {
    height: 102px !important;
}

.cent-box .wpr-grid-item-category .inner-block a {
    color: #AA8143 !important;
    font-size: 11px;
    font-weight: 500;
    font-family: 'Lora';
}

.ns-news-slider {
    position: relative;
    padding-bottom: 0px;
}

.ns-news-slider .swiper-wrapper {
    padding-bottom: 70px;
}

.ns-card {
    background: #fff;
}

.ns-image {
    display: block;
    overflow: hidden;
}

.ns-image img {
    width: 100%;
    height: 265px;
    object-fit: cover;
    display: block;
    transition: .4s;
}

.ns-card:hover img {
    transform: scale(1.05);
}

.ns-content {
    padding-top: 20px;
}

.ns-date {
    color: #b58d46;
    font-size: 13px;
    margin-bottom: 15px;
    position: relative;
    padding-left: 16px;
}

.ns-date:before {
    content: "";
    width: 6px;
    height: 6px;
    background: #b58d46;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 6px;
}

.ns-content h3 {
    font-size: 23px;
    line-height: 1.25;
    margin-bottom: 15px;
    font-weight: 700;
}

.ns-content h3 a {
    color: #222;
    text-decoration: none !important;
}

.ns-content h3 a:hover {
    color: #b58d46;
}

.ns-content p {
    color: #1C1B1B;
    line-height: 1.8;
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;

}

.ns-prev,
.ns-next {
    width: 45px;
    height: 45px;
    border: 1px solid #b58d46;
    border-radius: 50%;
    color: #b58d46;
    position: static !important;
     z-index:9999 !important;
    pointer-events:auto !important;
}

.ns-prev:after,
.ns-next:after {
    font-size: 16px;
    font-weight: bold;
}

.ns-pagination {
    bottom: 10px !important;
}

.ns-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    opacity: 1;
    background: #d8c7a6;
}

.ns-pagination .swiper-pagination-bullet-active {
    width: 28px;
    border-radius: 30px;
    background: #b58d46;
}

.custom-news-list {
    max-width: 420px;
    width: 100%;
    margin: auto;
    background: #fff;
}

.news-item {
    display: flex !important;
    align-items: flex-start;
    gap: 15px;
    padding: 28px 0;
    border-bottom: 1px solid #e8e8e8;
}

.news-number {
    min-width: 35px !important;
    font-size: 16px;
    line-height: 1;
    color: #b67d2d;
    font-weight: 500;
}

.news-content {
    width: 70%;
}

.news-content a {
    text-decoration: none !important;
    color: #222;
    font-size: 16px;
    line-height: 1.45;
    font-weight: 600;
    transition: .3s;
    display: block;
}

.news-content a:hover {
    color: #b67d2d;
}

.cent-box .wpr-grid-image-wrap {
    overflow: hidden;
    height: 102px;
}

.cent-box .wpr-grid-image-wrap img {
    height: 100%;
    object-fit: cover;
}

.cent-box .wpr-grid-item-category .inner-block a {
    color: #AA8143 !important;
    font-size: 11px;
    font-family: 'Lora';
}

/* single detail page css */

.news-single-wrapper {
    display: flex;
    gap: 40px;
    align-items: flex-start;
    padding: 40px 0px;
}

.post-date-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #B68A3A;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    padding: 7px 14px;
    border-radius: 3px;
    margin-bottom: 20px;
    line-height: 1;
}

.post-date-badge2 .date-dot2 {
    width: 6px;
    height: 6px;
    background: #aa8143;
    border-radius: 50%;
    display: block;
}

.post-title {
    font-size: 54px;
    font-weight: 700;
    line-height: 1.15;
    color: #222;
    margin: 0 0 25px;
}

.post-category {

    color: #c18b42;

    font-size: 14px;

    text-transform: uppercase;

    margin-bottom: 15px;

}

.post-title {

    font-size: 42px;

    line-height: 1.2;

    margin-bottom: 20px;

    font-weight: 700;

}

.post-meta {

    color: #888;

    margin-bottom: 20px;

}

.featured-image {

    margin-bottom: 35px;

}

.featured-image img {

    width: 100%;

    height: auto;

    display: block;

}

.post-content {

    font-size: 18px;

    line-height: 1.9;

}

.post-content p {

    margin-bottom: 25px;

}

.post-content img {

    width: 100%;

    height: auto;

    margin: 30px 0;

}

.news-sidebar h3 {

    font-size: 24px;
    font-family: 'Playfair Display';

    margin-bottom: 25px;

    border-top: 2px solid #ddd;

    padding-top: 10px;

}

.post-date-badge2 {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    /* background: #B68A3A; */
    color: #B68A3A;
    font-size: 13px;
    font-weight: 500;
    /* padding: 7px 14px; */
    border-radius: 3px;
    margin-bottom: 20px;
    line-height: 1;
}

.post-date-badge .date-dot {
    width: 6px;
    height: 6px;
    background: #FFF;
    border-radius: 50%;
    display: block;
}

.related-post {

    margin-bottom: 25px;

}

.related-post img {
    width: 370px;
    height: 230px;
    display: block;
    margin-bottom: 10px;
}

.related-post h4 {

    font-size: 16px;

    line-height: 1.5;

}

.related-post a {

    text-decoration: none;

    color: #222;

}

.most-read-title {

    margin-top: 40px;

}

.most-read-item {

    border-bottom: 1px solid #eee;

    padding: 12px 0;

}

.most-read-item a {

    color: #222;

    text-decoration: none;

    line-height: 1.6;

}

.most-read-item a:hover {

    color: #c18b42;

}

.news-sidebar {
    position: sticky;
    top: 100px;
    /* Header height */
    align-self: start;
    transition: transform .3s ease, box-shadow .3s ease;
    will-change: transform;
    width: 25%;
}

.sli-btns {
    display: flex;
    align-items: center;
    max-width: 250px;
    margin: auto;
    justify-content: space-between;
}

/* Applied by JavaScript */
.news-sidebar.is-sticky {
    transform: translateY(0);
}
@media (max-width: 1024px){
    .custom-news-list {
    max-width: 100% !important;
    width: 100%;
   
}

}
@media(max-width:991px) {

   .news-single-wrapper {

        padding: 15px;
        grid-template-columns: 1fr;
        display: grid;
        gap: unset;

    }

    .news-sidebar {
       display: unset;
        margin-top: 40px;
        width: 100%;

    }
.news-content {
        width: 100%;
    }
    .post-title {

        font-size: 30px;

    }

}

@media(max-width:767px) {

    .news-single-wrapper {

        padding: 15px;
        grid-template-columns: 1fr;
        display: grid;

    }
.news-sidebar {

        width: 100%;

    }
    .news-content {
        width: 100%;
    }

    .post-title {

        font-size: 24px;

    }

    .post-content {

        font-size: 16px;

        line-height: 1.8;
        padding: 0px;

    }

}


@media(max-width:991px) {

    .ns-content h3 {
        font-size: 24px;
    }

    .news-content a {
        font-size: 18px;
    }

    .news-number {
        font-size: 24px;
    }
    .custom-news-list {
     max-width: 100% !important;
     width: 100%;
    }

}
@media (min-width: 768px) and (max-width: 1024px) {
    .custom-news-list {
        max-width: 100%;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .news-item {
        padding: 20px;
        border: 1px solid #e8e8e8;
    }
     .home-business-big-image-card img {
        width: 100%;
        height: 350px !important;
        object-fit: cover;
    }
}
@media(max-width:767px) {

    .ns-image img {
        height: 220px;
    }

    .ns-content h3 {
        font-size: 16px !important;
    }

    .news-item {
        gap: 18px;
        padding: 22px 0;
    }

    .news-content a {
        font-size: 16px;
    }

    .news-number {
        min-width: 40px;
        font-size: 20px;
    }

}

@media(max-width:576px) {
    .my-footer .wpr-grid-media-wrap {
        height: 99px !important;
        width: 99px !important;
    }

}

/* ==========================================================================
   Executive Professional Author Page Styling
   ========================================================================== */


:root {
    --pro-navy: #0f172a;
    --pro-blue: #1e40af;
    --pro-blue-hover: #1d4ed8;
    --pro-body-text: #334155;
    --pro-muted-text: #64748b;
    --pro-bg-light: #f8fafc;
    --pro-border-color: #e2e8f0;
    --pro-card-shadow: 0 4px 12px rgba(15, 23, 42, 0.03);
    --pro-card-hover-shadow: 0 12px 24px -4px rgba(15, 23, 42, 0.08);
}


.pro-author-wrapper {
    max-width: 1180px;
    margin: 40px auto 60px auto;
    padding: 0 24px;
    box-sizing: border-box;
    color: var(--pro-body-text);
}


/* Header / Profile Box */
.pro-author-header {
    background: #ffffff;
    border: 1px solid var(--pro-border-color);
    border-radius: 12px;
    padding: 36px;
    box-shadow: var(--pro-card-shadow);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 28px;
    margin-bottom: 48px;
}


.pro-avatar-column {
    flex-shrink: 0;
}


.pro-avatar-img {
    width: 128px;
    height: 128px;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid var(--pro-bg-light);
    box-shadow: 0 0 0 1px var(--pro-border-color);
}


.pro-details-column {
    width: 100%;
}


.pro-header-meta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 600;
    color: var(--pro-muted-text);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 8px;
}


.pro-role-label {
    color: var(--pro-blue);
}


.pro-author-title {
    font-size: 30px;
    font-weight: 700;
    color: var(--pro-navy);
    margin: 0 0 14px 0;
    line-height: 1.2;
    letter-spacing: -0.3px;
}


.pro-author-description {
    font-size: 15px;
    line-height: 1.65;
    color: var(--pro-body-text);
    max-width: 720px;
    margin: 0 auto 20px auto;
}


.pro-author-description p {
    margin: 0;
}


.pro-author-links {
    display: flex;
    justify-content: center;
}


.pro-website-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--pro-bg-light);
    border: 1px solid var(--pro-border-color);
    color: var(--pro-navy);
    padding: 8px 16px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s ease;
}


.pro-website-btn:hover {
    background: #ffffff;
    border-color: var(--pro-blue);
    color: var(--pro-blue);
}


/* Feed Title */
.pro-section-header {
    border-bottom: 2px solid var(--pro-border-color);
    padding-bottom: 12px;
    margin-bottom: 32px;
}


.pro-section-title {
    font-size: 20px;
    font-weight: 700;
    color: var(--pro-navy);
    margin: 0;
    letter-spacing: -0.2px;
}


/* Articles Grid */
.pro-articles-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 28px;
}


.pro-article-card {
    background: #ffffff;
    border: 1px solid var(--pro-border-color);
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-shadow: var(--pro-card-shadow);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}


.pro-article-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--pro-card-hover-shadow);
    border-color: #cbd5e1;
}


/* Thumbnail Container */
.pro-card-thumbnail {
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: var(--pro-bg-light);
}


.pro-card-thumbnail a {
    display: block;
    width: 100%;
    height: 100%;
}


.pro-thumbnail-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}


.pro-article-card:hover .pro-thumbnail-img {
    transform: scale(1.03);
}


.pro-thumbnail-fallback {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--pro-navy);
    color: #ffffff;
    font-size: 36px;
    font-weight: 700;
}


/* Body Content */
.pro-card-body {
    padding-top: 24px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}


.pro-card-meta {
    font-size: 13px;
    color: var(--pro-muted-text);
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 6px;
}


.pro-bullet {
    color: var(--pro-border-color);
}


.pro-card-title {
    font-size: 19px;
    font-weight: 700;
    line-height: 1.4;
    margin: 0 0 10px 0;
}


.pro-card-title a {
    color: var(--pro-navy);
    text-decoration: none;
    transition: color 0.2s ease;
}


.pro-card-title a:hover {
    color: var(--pro-blue);
}


.pro-card-excerpt {
    font-size: 14px;
    line-height: 1.6;
    color: var(--pro-body-text);
    margin-bottom: 20px;
    flex-grow: 1;
}


.pro-card-footer {
    margin-top: auto;
}


.pro-read-more {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    font-weight: 600;
    color: var(--pro-blue);
    text-decoration: none;
    transition: gap 0.2s ease, color 0.2s ease;
}


.pro-read-more:hover {
    gap: 9px;
    color: var(--pro-blue-hover);
}


/* Pagination */
.pro-pagination-container {
    margin-top: 48px;
    text-align: center;
}


.pro-pagination-container .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 16px;
    margin: 0 3px;
    border-radius: 6px;
    border: 1px solid var(--pro-border-color);
    background: #ffffff;
    color: var(--pro-body-text);
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.2s ease;
}


.pro-pagination-container .page-numbers.current,
.pro-pagination-container .page-numbers:hover {
    background: var(--pro-navy);
    color: #ffffff;
    border-color: var(--pro-navy);
}


/* ==========================================================================
   Responsive Viewports
   ========================================================================== */


@media (min-width: 640px) {
    .pro-articles-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}


@media (min-width: 1024px) {
    .pro-author-header {
        flex-direction: row;
        text-align: left;
        padding: 40px;
        gap: 32px;
    }


    .pro-header-meta,
    .pro-author-links {
        justify-content: flex-start;
    }


    .pro-author-description {
        margin: 0 0 20px 0;
    }


    .pro-articles-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* ====================================
   AUTHORS PAGE
==================================== */
/* ===================================
   AUTHORS PAGE
=================================== */

.authors-page {
    max-width: 1300px;
    margin: 40px auto;
    padding: 0 20px 60px;
}

/* Header */

.authors-header {
    text-align: center;
    margin-bottom: 60px;
}

.authors-header h1 {
    font-size: 54px;
    font-weight: 700;
    color: #1d2d44;
    margin-bottom: 15px;
    line-height: 1.2;
}

.authors-header h1:after {
    content: "";
    display: block;
    width: 160px;
    height: 2px;
    background: #0796b0;
    margin: 18px auto 0;
}

.authors-header p {
    max-width: 700px;
    margin: 0 auto;
    color: #666;
    font-size: 18px;
    line-height: 1.8;
}

/* Grid */

.authors-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

/* Card */

.author-card {
    background: #fff;
    border: 1px solid #e5e5e5;
    transition: all .3s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.author-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, .08);
}

/* Image */

.author-image {
    display: flex;
    justify-content: center;
    padding-top: 25px;
    margin-bottom: 20px;
}

.author-image img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid #f2f2f2;
}

/* Content */

.author-content {
    padding: 0 25px 30px;
    text-align: center;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.author-content h3 {
    font-size: 28px;
    color: #1d2d44;
    margin-bottom: 10px;
    line-height: 1.3;
}

.author-role {
    display: block;
    color: #0796b0;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.author-content p {
    color: #666;
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 25px;
    flex-grow: 1;
}

/* Button */

.author-btn {
    display: inline-block;
    padding: 12px 25px;
    background: #3f5f84;
    color: #fff !important;
    text-decoration: none !important;
    font-weight: 600;
    transition: .3s;
    margin-top: auto;
    white-space: nowrap;
}

.author-btn:hover {
    background: #0796b0;
    color: #fff !important;
}

/* Responsive */

@media (max-width:1024px) {

    .authors-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }

    .authors-header h1 {
        font-size: 42px;
    }
}

@media (max-width:767px) {

    .authors-page {
        padding: 0 15px 40px;
    }

    .authors-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .authors-header {
        margin-bottom: 40px;
    }

    .authors-header h1 {
        font-size: 34px;
    }

    .authors-header p {
        font-size: 16px;
    }

    .author-image img {
        width: 100px;
        height: 100px;
    }

    .author-content h3 {
        font-size: 24px;
    }
}



/* breaking news slider  */
/* FULL WIDTH BACKGROUND */
.breaking-news-wrapper{
    width:100%;
    background: #f2d6ae94;
    border-top:3px solid #b4232f;
}

/* CENTER CONTENT */
.breaking-news-container{
    max-width:1280px;
    margin:0 auto;
    height:50px;
    display:flex;
    align-items:center;
}

/* BREAKING LABEL */
.breaking-label{
    background: #b4232f;
    color:#fff;
    font-size:12px;
    font-weight:700;
    letter-spacing:1px;
    text-transform:uppercase;
    padding:10px 14px;
    flex-shrink:0;
}

/* SLIDER AREA */
.breaking-news-slider{
    flex:1;
    height:50px;
    overflow:hidden;
    position:relative;
    margin:0 15px;
}

/* TRACK */
.breaking-news-track{
    animation:tickerVertical 20s infinite;
    animation-timing-function:steps(5);
}

/* ITEM */
.breaking-news-item{
    height:50px;
    display:flex;
    align-items:center;
}

/* LINK */
.breaking-news-item a{
    font-family: Playfair Display;
    color:#000;
    font-size: 14px;
    font-weight:700;
    text-decoration:none;
    line-height:1.3;
    display:block;
    width:100%;
    transition:.3s ease;
}

.breaking-news-item a:hover{
    color: #b4232f;
}

/* TIME */
.breaking-time{
    color:#b4232f;
    font-size:14px;
    white-space:nowrap;
    flex-shrink:0;
   font-family: Playfair Display;

}

/* VERTICAL TICKER */
@keyframes tickerVertical{

    0%,15%{
        transform:translateY(0);
    }

    20%,35%{
        transform:translateY(-50px);
    }

    40%,55%{
        transform:translateY(-100px);
    }

    60%,75%{
        transform:translateY(-150px);
    }

    80%,95%{
        transform:translateY(-200px);
    }

    100%{
        transform:translateY(-250px);
    }
}
.breaking-news-track{
    animation: tickerVertical 20s infinite;
}
/* DESKTOP */
@media (max-width:1200px){

    .breaking-news-container{
        padding:0 20px;
    }

    .breaking-news-item a{
        font-size:18px;
    }
}

/* TABLET */
@media (max-width:768px){

    .breaking-news-container{
        height:50px;
        padding:0 10px;
    }

    .breaking-label{
        font-size:10px;
        padding:8px 10px;
    }

    .breaking-news-slider{
        margin:0 10px;
    }

    .breaking-news-item{
        height:50px;
    }

    .breaking-news-item a{
        font-size:14px;
        white-space:nowrap;
        overflow:hidden;
        text-overflow:ellipsis;
    }

    .breaking-time{
        display:none;
    }
}

/* MOBILE */
@media (max-width:576px){

    .breaking-news-container{
        padding:0 8px;
    }

    .breaking-label{
        font-size:9px;
        padding:7px 8px;
    }

    .breaking-news-item a{
        font-size:12px;
    }
}

/* SMALL MOBILE */
@media (max-width:400px){

    .breaking-news-item a{
        font-size:11px;
    }

    .breaking-label{
        font-size:8px;
        padding:6px;
    }
}