/*
Theme Name: Prashita-child
Version: 1.1
Template: prashita
License: Commercial
Text Domain: Prashita-child
*/

/*************** ADD YOUR CUSTOM CSS HERE  ***************/

/* ------------------------------
   GLOBAL CONTAINER
------------------------------ */
.fp-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
}

/* ------------------------------
   HEADER
------------------------------ */
.fp-blog-header {
    width: 100%;
    background: #fff;
    position: relative;
    z-index: 999;
    box-shadow: none;
}

.fp-topbar {
    background: #0b4f7d;
    padding: 10px 0;
}

.fp-top-links {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: flex-end;
    gap: 28px;
    align-items: center;
}

.fp-top-links li {
    margin: 0;
    padding: 0;
}

.fp-top-links a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
}

.fp-top-links li.active a {
    color: #ff2d2d;
}

.fp-main-header {
    background: #fff;
    padding: 22px 0;
    border-bottom: 1px solid #e5e5e5;
}

.fp-header-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.fp-logo-wrap {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-shrink: 0;
}

.fp-main-logo img {
    max-height: 62px;
    width: auto;
    display: block;
}

.fp-lion-logo img {
    max-height: 56px;
    width: auto;
    display: block;
}

.fp-divider {
    color: #777;
    font-size: 24px;
    line-height: 1;
}

.fp-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 34px;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.fp-nav ul li {
    margin: 0;
    padding: 0;
}

.fp-nav ul li a {
    color: #111;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
}

.fp-nav ul li a:hover {
    color: #0b4f7d;
}

/* ------------------------------
   PAGE TITLE / BLOG TITLE FIX
------------------------------ */
body.blog .page-title,
body.archive .page-title,
body.blog .page-top h1,
body.archive .page-top h1,
body.blog .entry-title.page-title,
body.archive .entry-title.page-title,
body.blog h1.page-title,
body.archive h1.page-title,
body.home.blog h1,
body.blog h1 {
    max-width: 1200px;
    margin: 20px auto 20px !important;
    padding: 0 15px !important;
    box-sizing: border-box;
    font-size: 46px;
    line-height: 1.15;
    font-weight: 700;
    color: #111;
    text-align: left !important;
}

body.blog .page-top,
body.archive .page-top,
body.blog .page-header,
body.archive .page-header,
body.blog .breadcrumbs-wrap,
body.archive .breadcrumbs-wrap {
    max-width: 1200px;
    margin: 0 auto !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    box-sizing: border-box;
    background: transparent !important;
    border: 0 !important;
}

/* ------------------------------
   CONTENT SPACING
------------------------------ */
.page-top,
.main-content,
.content,
#content,
.site-content {
    margin-top: 0 !important;
}

/* Blog listing wrapper alignment */
body.blog .main-content-wrap,
body.archive .main-content-wrap,
body.blog .content-wrap,
body.archive .content-wrap,
body.blog .container,
body.archive .container {
    box-sizing: border-box;
}

/* ------------------------------
   REMOVE OLD PORTO FOOTER LOOK
------------------------------ */
#footer,
.footer,
.footer-wrapper,
.site-footer {
    background: transparent !important;
}

/* ------------------------------
   CUSTOM BLOG FOOTER
------------------------------ */
.fp-blog-footer {
    margin-top: 50px;
    background: #0b4f7d;
    color: #fff;
}

.fp-blog-footer-main {
    padding: 45px 0 28px;
}

.fp-footer-row {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr;
    gap: 40px;
    align-items: start;
}

.fp-footer-brand p {
    margin: 18px 0 0;
    color: rgba(255,255,255,0.9);
    font-size: 15px;
    line-height: 1.7;
}

.fp-footer-logos {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
}

.fp-footer-logos img {
    max-height: 56px;
    width: auto;
    display: block;
}

.fp-footer-divider {
    color: rgba(255,255,255,0.8);
    font-size: 22px;
    line-height: 1;
}

.fp-footer-col h4 {
    margin: 0 0 14px;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
}

.fp-footer-col ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.fp-footer-col ul li {
    margin: 0 0 10px;
    padding: 0;
}

.fp-footer-col ul li a {
    color: rgba(255,255,255,0.9);
    text-decoration: none;
    font-size: 15px;
}

.fp-footer-col ul li a:hover {
    color: #fff;
    text-decoration: underline;
}

.fp-blog-footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.18);
    padding: 14px 0;
}

.fp-footer-bottom-row {
    display: flex;
    align-items: center;
    justify-content: center;
}

.fp-footer-bottom-row p {
    margin: 0;
    color: rgba(255,255,255,0.9);
    font-size: 14px;
}

/* ------------------------------
   MOBILE
------------------------------ */
@media (max-width: 991px) {
    .fp-header-row {
        flex-direction: column;
        align-items: flex-start;
    }

    .fp-top-links {
        justify-content: center;
        flex-wrap: wrap;
        gap: 16px;
    }

    .fp-nav ul {
        justify-content: flex-start;
        gap: 18px;
    }

    .fp-main-logo img {
        max-height: 52px;
    }

    .fp-lion-logo img {
        max-height: 46px;
    }

    .fp-footer-row {
        grid-template-columns: 1fr;
        gap: 26px;
    }

    body.blog .page-title,
    body.archive .page-title,
    body.blog .page-top h1,
    body.archive .page-top h1,
    body.blog .entry-title.page-title,
    body.archive .entry-title.page-title,
    body.blog h1.page-title,
    body.archive h1.page-title,
    body.home.blog h1,
    body.blog h1 {
        font-size: 32px;
    }
}

/* ------------------------------
   BLOG HOME LAYOUT
------------------------------ */
.fp-blog-page {
    padding: 24px 0 10px;
}

.fp-blog-page-title {
    max-width: 1200px;
    margin: 0 auto 24px;
    padding: 0 15px;
    box-sizing: border-box;
    font-size: 48px;
    line-height: 1.1;
    font-weight: 700;
    color: #111;
    text-align: left;
}

.fp-blog-grid {
    display: grid;
    grid-template-columns: minmax(0, 2fr) minmax(280px, 360px);
    gap: 34px;
    align-items: start;
}

.fp-blog-main {
    min-width: 0;
}

.fp-blog-card {
    background: #fff;
    border: 1px solid #e8e8e8;
    margin: 0 0 34px;
    overflow: hidden;
}

.fp-blog-thumb {
    display: block;
}

.fp-blog-thumb img {
    width: 100%;
    height: auto;
    display: block;
}

.fp-blog-card-body {
    padding: 22px 22px 18px;
}

.fp-blog-card-title {
    margin: 0 0 10px;
    font-size: 34px;
    line-height: 1.15;
    font-weight: 700;
}

.fp-blog-card-title a {
    color: #111;
    text-decoration: none;
}

.fp-blog-card-title a:hover {
    color: #0b4f7d;
}

.fp-blog-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 0 14px;
    font-size: 14px;
    color: #666;
}

.fp-blog-excerpt {
    font-size: 16px;
    line-height: 1.8;
    color: #333;
}

.fp-read-more {
    display: inline-block;
    margin-top: 18px;
    background: #0b4f7d;
    color: #fff;
    text-decoration: none;
    padding: 10px 18px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
}

.fp-read-more:hover {
    background: #083b5d;
    color: #fff;
}

.fp-blog-sidebar {
    min-width: 0;
}

.fp-sidebar-box {
    background: #fff;
    border: 1px solid #e8e8e8;
    padding: 22px 22px 18px;
    margin-bottom: 24px;
}

.fp-sidebar-title {
    margin: 0 0 16px;
    font-size: 26px;
    line-height: 1.2;
    font-weight: 700;
    color: #111;
    text-transform: uppercase;
}

.fp-recent-posts,
.fp-archives-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.fp-recent-posts li,
.fp-archives-list li {
    margin: 0 0 14px;
    padding: 0 0 14px;
    border-bottom: 1px solid #ececec;
}

.fp-recent-posts li:last-child,
.fp-archives-list li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.fp-recent-posts li a,
.fp-archives-list li a {
    color: #333;
    text-decoration: none;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
}

.fp-recent-posts li a:hover,
.fp-archives-list li a:hover {
    color: #0b4f7d;
}

.fp-pagination {
    margin-top: 15px;
}

.fp-pagination .nav-links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.fp-pagination .page-numbers {
    display: inline-block;
    padding: 10px 14px;
    border: 1px solid #dcdcdc;
    text-decoration: none;
    color: #111;
    background: #fff;
}

.fp-pagination .page-numbers.current,
.fp-pagination .page-numbers:hover {
    background: #0b4f7d;
    border-color: #0b4f7d;
    color: #fff;
}

.fp-no-posts {
    background: #fff;
    border: 1px solid #e8e8e8;
    padding: 24px;
}

@media (max-width: 991px) {
    .fp-blog-grid {
        grid-template-columns: 1fr;
    }

    .fp-blog-page-title {
        font-size: 34px;
        margin-bottom: 18px;
    }

    .fp-blog-card-title {
        font-size: 28px;
    }
}

/* ------------------------------
   BLOG HOME LAYOUT
------------------------------ */
.fp-blog-page {
    padding: 24px 0 10px;
}

.fp-blog-page-title {
    max-width: 1200px;
    margin: 0 auto 24px;
    padding: 0 15px;
    box-sizing: border-box;
    font-size: 48px;
    line-height: 1.1;
    font-weight: 700;
    color: #111;
    text-align: left;
}

.fp-blog-grid {
    display: grid;
    grid-template-columns: minmax(0, 2fr) minmax(280px, 360px);
    gap: 34px;
    align-items: start;
}

.fp-blog-main {
    min-width: 0;
}

.fp-blog-card {
    background: #fff;
    border: 1px solid #e8e8e8;
    margin: 0 0 34px;
    overflow: hidden;
}

.fp-blog-thumb {
    display: block;
}

.fp-blog-thumb img {
    width: 100%;
    height: auto;
    display: block;
}

.fp-blog-card-body {
    padding: 22px 22px 18px;
}

.fp-blog-card-title {
    margin: 0 0 10px;
    font-size: 34px;
    line-height: 1.15;
    font-weight: 700;
}

.fp-blog-card-title a {
    color: #111;
    text-decoration: none;
}

.fp-blog-card-title a:hover {
    color: #0b4f7d;
}

.fp-blog-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 0 14px;
    font-size: 14px;
    color: #666;
}

.fp-blog-excerpt {
    font-size: 16px;
    line-height: 1.8;
    color: #333;
}

.fp-read-more {
    display: inline-block;
    margin-top: 18px;
    background: #0b4f7d;
    color: #fff;
    text-decoration: none;
    padding: 10px 18px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
}

.fp-read-more:hover {
    background: #083b5d;
    color: #fff;
}

.fp-blog-sidebar {
    min-width: 0;
}

.fp-sidebar-box {
    background: #fff;
    border: 1px solid #e8e8e8;
    padding: 22px 22px 18px;
    margin-bottom: 24px;
}

.fp-sidebar-title {
    margin: 0 0 16px;
    font-size: 26px;
    line-height: 1.2;
    font-weight: 700;
    color: #111;
    text-transform: uppercase;
}

.fp-recent-posts,
.fp-archives-list,
.fp-categories-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.fp-recent-posts li,
.fp-archives-list li,
.fp-categories-list li {
    margin: 0 0 14px;
    padding: 0 0 14px;
    border-bottom: 1px solid #ececec;
}

.fp-recent-posts li:last-child,
.fp-archives-list li:last-child,
.fp-categories-list li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.fp-recent-posts li a,
.fp-archives-list li a,
.fp-categories-list li a {
    color: #333;
    text-decoration: none;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
}

.fp-recent-posts li a:hover,
.fp-archives-list li a:hover,
.fp-categories-list li a:hover {
    color: #0b4f7d;
}

.fp-pagination {
    margin-top: 15px;
}

.fp-pagination .nav-links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.fp-pagination .page-numbers {
    display: inline-block;
    padding: 10px 14px;
    border: 1px solid #dcdcdc;
    text-decoration: none;
    color: #111;
    background: #fff;
}

.fp-pagination .page-numbers.current,
.fp-pagination .page-numbers:hover {
    background: #0b4f7d;
    border-color: #0b4f7d;
    color: #fff;
}

.fp-no-posts {
    background: #fff;
    border: 1px solid #e8e8e8;
    padding: 24px;
}

@media (max-width: 991px) {
    .fp-blog-grid {
        grid-template-columns: 1fr;
    }

    .fp-blog-page-title {
        font-size: 34px;
        margin-bottom: 18px;
    }

    .fp-blog-card-title {
        font-size: 28px;
    }
}