.topbar i,
.topbar .fa,
.topbar .fas,
.topbar .fa-solid {
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900 !important;
}/* Reilu PhoneFix - Font Awesome header icon fix */
.location i,
.email i,
.phone i {
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900 !important;
    font-style: normal !important;
}



/* ==================================================
   Reilu PhoneFix - Single Blog Post Responsive Design
   ================================================== */

/* Post title banner */
.single-post .title-box .above_title {
    min-height: 180px !important;
    height: auto !important;
    padding: 40px 30px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background-position: center !important;
    background-size: cover !important;
}

/* Post main title */
.single-post .title-box h1 {
    font-size: 42px !important;
    line-height: 1.15 !important;
    font-weight: 700 !important;
    text-align: center !important;
    max-width: 1100px !important;
    margin: 0 auto !important;
}

/* Tablet */
@media (max-width: 1024px) {
    .single-post .title-box .above_title {
        min-height: 150px !important;
        padding: 30px 20px !important;
    }

    .single-post .title-box h1 {
        font-size: 34px !important;
        line-height: 1.2 !important;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .single-post .title-box .above_title {
        min-height: 120px !important;
        padding: 25px 15px !important;
    }

    .single-post .title-box h1 {
        font-size: 26px !important;
        line-height: 1.2 !important;
        word-break: normal !important;
        overflow-wrap: normal !important;
    }
}

/* Small mobile */
@media (max-width: 480px) {
    .single-post .title-box h1 {
        font-size: 24px !important;
        line-height: 1.2 !important;
    }
}

/* Reilu PhoneFix - Global Page/Post Title Banner */
.title-box .above_title {
    background-image: none !important;
    background-color: #275319 !important;
}

.title-box .above_title h1 {
    color: #ffffff !important;
}

/* =================================================
   Reilu PhoneFix - Latest Blog / News Cards
   ================================================= */

/* Each blog card */
#latest_news .latest-content {
    position: relative !important;
    background: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    height: auto !important;
}

/* Make ALL blog thumbnails same size */
#latest_news .latest-content img {
    width: 100% !important;
    height: 260px !important;
    object-fit: cover !important;
    object-position: center !important;
    display: block !important;
    border-radius: 20px 20px 0 0 !important;
}

/* Content/data area must sit BELOW image */
#latest_news .latest-content .data {
    position: static !important;
    transform: none !important;
    width: 100% !important;
    height: auto !important;
    padding: 18px 20px 22px !important;
    background: #ffffff !important;
}

/* Post title */
#latest_news .latest-content .title {
    position: static !important;
    transform: none !important;
    margin: 8px 0 10px !important;
    line-height: 1.3 !important;
    height: auto !important;
}

/* Description/excerpt */
#latest_news .latest-content p.text {
    position: static !important;
    transform: none !important;
    margin: 0 !important;
    line-height: 1.6 !important;
    height: auto !important;
}

/* Prevent carousel cards from clipping text */
#latest_news .owl-stage,
#latest_news .owl-stage-outer,
#latest_news .owl-item {
    height: auto !important;
}

/* Mobile */
@media (max-width: 767px) {

    #latest_news .latest-content img {
        height: 220px !important;
    }

    #latest_news .latest-content .data {
        padding: 15px !important;
    }

    #latest_news .latest-content .title {
        font-size: 20px !important;
        line-height: 1.3 !important;
    }

    #latest_news .latest-content p.text {
        font-size: 16px !important;
        line-height: 1.6 !important;
    }
}

/* Reilu PhoneFix - Clean Latest Blog Metadata */

/* Hide author */
#latest_news .post-author,
#latest_news .author {
    display: none !important;
}

/* Hide comments */
#latest_news .comments,
#latest_news .comment {
    display: none !important;
}

/* Make remaining date readable */
#latest_news ul {
    margin: 14px 0 8px !important;
}

#latest_news ul li {
    color: #666666 !important;
    font-size: 14px !important;
}

.footer-book-button a {
    background: #99C835;
    color: #0B2A47;
    border: 2px solid #99C835;
    border-radius: 8px;
    padding: 12px 22px;
    font-weight: 600;
    transition: all 0.25s ease;
}

.footer-book-button a:hover {
    background: #FFFFFF;
    color: #275319;
    border-color: #99C835;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0,0,0,0.18);
}