/**
 * Theme Name:     Investmoon Child
 * Author:         Jegtheme
 * Template:       investmoon
 * Text Domain:	   investmoon-child
 * Description:    Investmoon is a modern and clean Gutenverse theme for Investment Company, Financial Service, Finance Company, Financial Advisor, Accountant, Insurance, Consulting, or any other related business.
 * Theme URI:      https://fse.jegtheme.com/investmoon/
 * Author URI:     https://support.jegtheme.com/
 * Version:        1.0.0
 * License:        GNU General Public License v3 or later.
 * License URI:    https://www.gnu.org/licenses/gpl-3.0.html
 * Tags:           custom-colors,custom-logo,custom-menu,editor-style,featured-images,full-site-editing,block-patterns
 */

/* ========================================
   BREADCRUMBS STYLES
   ======================================== */
.custom-breadcrumbs {
    padding: 15px 0;
    font-family: "Inter", sans-serif;
    font-size: 12px;
}

.custom-breadcrumbs .breadcrumb-list {
    list-style: none !important;
    list-style-type: none !important;
    padding: 0 !important;
    margin: 0 !important;
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

.custom-breadcrumbs .breadcrumb-list li {
    list-style: none !important;
    list-style-type: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.custom-breadcrumbs .breadcrumb-list li::before {
    content: none !important;
    display: none !important;
}

.custom-breadcrumbs .breadcrumb-list li::marker {
    content: none !important;
    display: none !important;
}

.custom-breadcrumbs .breadcrumb-item a {
    color: #173c65;
    text-decoration: none;
    transition: color 0.3s ease;
}

.custom-breadcrumbs .breadcrumb-item a:hover {
    color: #006BB6;
    text-decoration: underline;
}

.custom-breadcrumbs .breadcrumb-separator {
    color: #666;
    font-weight: 400;
}

.custom-breadcrumbs .breadcrumb-current span {
    color: #666;
    font-weight: 400;
}

@media (max-width: 768px) {
    .custom-breadcrumbs {
        font-size: 12px;
    }
    
    .custom-breadcrumbs .breadcrumb-list {
        gap: 6px;
    }
}
/* ========================================
   REPORT DOWNLOAD BUTTON STYLES
   ======================================== */
.report-download-wrapper {
    display: flex;
    justify-content: center;
    width: 100%;
}

@media screen and (max-width: 991.98px) {
    .guten-section > .guten-container > .guten-yXrkWG.guten-column > .guten-column-wrapper .report-download-wrapper {
        padding-right: 30px;
    }
}

@media screen and (min-width: 992px) {
    .guten-section > .guten-container > .guten-yXrkWG.guten-column > .guten-column-wrapper .report-download-wrapper {
        display: none;
    }
}

.report-download-btn {
    background-color: #006BB6;
    color: white !important;
    font-weight: bold;
    padding: 10px 20px;
    text-decoration: none;
    display: inline-block;
    width: 75%;
    border-radius: 0;
    margin-bottom: 20px;
    text-align: center;
    text-transform: uppercase;
}
.report-download-btn:hover {
    color: white !important;
    opacity: 0.9;
}

.nmrk-report-modal {
    position: fixed;
    z-index: 999999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.nmrk-modal-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
    cursor: pointer;
}
.nmrk-modal-content {
    background-color: #006BB6;
    position: relative;
    padding: 25px;
    width: 90%;
    max-width: 600px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    z-index: 1000000;
    margin: auto;
    transform: none;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto;
    will-change: auto;
}

.nmrk-modal-content .wpcf7-form-control.wpcf7-text,
.nmrk-modal-content .wpcf7-list-item input {
    background-color: #006BB6;
}

.nmrk-modal-heading,
.nmrk-modal-description {
    color: white;
    text-align: center;
}

.nmrk-modal-heading {
    font-family: "Libre Baskerville";
    font-size: 28px;
    margin-bottom: 0;
}

.nmrk-modal-description {
    margin-bottom: 20px;
}

.nmrk-modal-close {
    color: white;
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 28px;
    font-weight: bold;
    line-height: 1;
}
.nmrk-modal-close:hover,
.nmrk-modal-close:focus {
    color: #000;
    text-decoration: none;
}

.related-posts-block {
    margin: 0;
}

.related-posts-list {
    list-style: none !important;
    padding: 0;
    margin: 0;
}

.related-posts-list li {
    text-indent: 0;
}

.related-post-item {
    margin-bottom: 25px;
}

.related-post-item:last-child {
    margin-bottom: 0;
}

.related-post-link {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    text-decoration: none !important;
    transition: opacity 0.3s ease;
}

.related-post-link:hover {
    opacity: 0.7;
}

.related-post-icon {
    width: 25px;
    height: 25px;
    flex-shrink: 0;
    margin-top: 2px;
}

.related-post-content {
    flex: 1;
}

.related-post-title {
    font-family: "Inter", sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #666666;
    margin: 0 0 5px 0;
    line-height: 1.4;
}

.related-post-date {
    font-family: "Inter", sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #666666;
    display: block;
}

@media (max-width: 768px) {
    .related-post-title {
        font-size: 16px;
    }
    
    .related-post-date {
        font-size: 13px;
    }
    
    .related-post-icon {
        width: 20px;
        height: 20px;
    }
}