/*
Theme Name: Risk Tree Service
Theme URI: https://risktreeservice.com
Author: AiCoders
Author URI: https://aicoders.com
Description: Custom WordPress theme for Risk Tree Service - Professional Tree Service in New Orleans. Built with ACF, Gravity Forms, and Custom Post Types.
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: risktree
Tags: custom-menu, custom-logo, featured-images, theme-options
*/

/* Google Fonts */
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700|Poppins:300,400');

/* Admin bar fix - push sticky header below WP admin bar */
.admin-bar .header-bottom.sticky-active,
.admin-bar .is-sticky .header-bottom {
    top: 32px !important;
}
@media (max-width: 782px) {
    .admin-bar .header-bottom.sticky-active,
    .admin-bar .is-sticky .header-bottom {
        top: 46px !important;
    }
}

/* Homepage Slider & Inner Page Banner - full width images */
.slider-area .slide-one img {
    width: 100% !important;
    height: auto;
    object-fit: cover;
    min-height: 500px;
}
.pages-header {
    background-size: cover !important;
    background-position: center center !important;
}
.pages-header img {
    width: 100%;
    height: auto;
}

/* Inner Page Hero Banner */
.pages-header {
    position: relative;
    overflow: hidden;
}

/* About page - Who we are box - force white text */
.about-area .about-garden *,
.about-area .border-box *,
.about-area .overlay.overlay-1 *,
.about-garden.dashed-border *,
.border-box.overlay * {
    color: #fff !important;
    text-shadow: 0 1px 3px rgba(0,0,0,0.3) !important;
}

/* Awards/Seals section */
.counterup-area .all-counterup {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.counterup-area .all-counterup > div[class*="col-"] {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}
.counterup-area .single-counter {
    text-align: center;
}
.counterup-area .single-counter img {
    height: 200px;
    width: auto;
    max-width: 100%;
    margin: 0 auto;
    display: block;
    object-fit: contain;
}
/* Awards section - text and links white */
.counterup-area .single-counter p,
.counterup-area .single-counter a,
.counterup-area .single-counter h3,
.counterup-area .single-counter span,
.counterup-area .all-counterup li {
    color: #fff !important;
}
/* HomeAdvisor alt text list styling */
.counterup-area .single-counter a[href*="homeadvisor"] {
    display: block;
    color: #fff !important;
    font-size: 14px;
    line-height: 1.6;
    padding: 8px 0;
    border-bottom: 1px solid rgba(255,255,255,0.15);
    text-align: left;
}
.counterup-area .single-counter a[href*="homeadvisor"]:last-child {
    border-bottom: none;
}
.counterup-area .single-counter a[href*="homeadvisor"] img {
    height: auto;
    display: inline;
}

/* Services page - force 3 col grid with equal rows */
.blog-news .row {
    display: flex;
    flex-wrap: wrap;
}
.blog-news .row > div[class*="col-"] {
    display: flex;
}
.blog-news .row > div[class*="col-"] .single-slide {
    width: 100%;
}
.blog-news .row > div[class*="col-"] .single-blog {
    width: 100%;
    display: flex;
    flex-direction: column;
}
.blog-news .row > div[class*="col-"] .single-blog .blog-text {
    flex: 1;
}
.blog-news .row > .section-title-2 {
    width: 100%;
    flex: 0 0 100%;
}

/* Comment Form Styling */
.comment-respond {
    margin-top: 40px;
    padding: 30px;
    background: #f9f9f9;
    border-radius: 6px;
}
.comment-respond .comment-reply-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    font-weight: 600;
    color: #243141;
    margin-bottom: 15px;
}
.comment-respond .comment-notes {
    font-size: 14px;
    color: #696969;
    margin-bottom: 20px;
}
.comment-respond label {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #243141;
    margin-bottom: 5px;
}
.comment-respond input[type="text"],
.comment-respond input[type="email"],
.comment-respond input[type="url"],
.comment-respond textarea {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 15px;
    transition: border-color 0.3s ease;
}
.comment-respond input:focus,
.comment-respond textarea:focus {
    border-color: #5b974e;
    outline: none;
}
.comment-respond textarea {
    min-height: 150px;
    resize: vertical;
}
.comment-respond .form-submit input[type="submit"] {
    display: inline-block;
    padding: 12px 30px;
    background: #5b974e;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: background 0.3s ease;
}
.comment-respond .form-submit input[type="submit"]:hover {
    background: #397d2b;
}

/* Post Navigation */
.post-navigation {
    margin-top: 30px;
    padding: 20px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.post-navigation a {
    color: #5b974e;
}
.post-navigation a:hover {
    color: #397d2b;
}

/* WordPress default elements */
.wp-block-group,
.wp-block-heading,
.wp-block-latest-posts,
.wp-block-latest-comments,
.wp-block-search {
    margin-bottom: 15px;
}

/* Text visibility fixes */
.entry-content,
.service-content,
.blog-detail,
.careers-content,
.about-content,
.page-content {
    color: #696969;
    font-size: 15px;
    line-height: 1.8;
}
.entry-content h2,
.entry-content h3,
.entry-content h4,
.service-content h2,
.service-content h3 {
    color: #243141;
    margin-bottom: 15px;
}
.entry-content p,
.service-content p {
    margin-bottom: 15px;
}
.entry-content ul,
.entry-content ol,
.service-content ul {
    padding-left: 20px;
    margin-bottom: 15px;
}
.entry-content li,
.service-content li {
    margin-bottom: 5px;
}
.entry-content ul li,
.service-content ul li,
.blog-text ul li,
.title-description ul li {
    list-style: disc;
    margin-left: 15px;
}
.entry-content ol li,
.service-content ol li {
    list-style: decimal;
    margin-left: 15px;
}

/* =============================================
   RESPONSIVE FIXES - ALL SECTIONS
   ============================================= */


@media (max-width: 1199px) {
    /* Header */

    .header-top .right.top-contact li.appo-btn a {
        padding: 0 15px;
        font-size: 13px;
    }
  
 }


/* === TABLET (768px - 991px) === */
@media (min-width: 768px) and (max-width: 991px) {



    /* Slider text */
    .slide-text .font-60 {
        font-size: 36px !important;
    }
    .slide-text .font-36 {
        font-size: 24px !important;
    }

    /* Services choose section */
    .single-choose.text-right,
    .single-choose.text-left {
        text-align: center !important;
    }
    .pr-40 { padding-right: 15px !important; }
    .pl-40 { padding-left: 15px !important; }
    .mr-30 { margin-right: 0 !important; }
    .ml-30 { margin-left: 0 !important; }

    /* Welcome cards */
    .single-welcome {
        margin-bottom: 30px;
    }

    /* Gallery */
    .project-grid .grid-item.percent-25 {
        width: 50% !important;
    }

    /* Testimonials */
    .testimonial-one .content .font-26 {
        font-size: 20px;
    }

    /* Blog cards */
    .single-blog {
        margin-bottom: 30px;
    }

    /* Footer columns */
    .footer-top .col-sm-4,
    .footer-top .col-md-3 {
        margin-top: 30px;
    }

    /* Contact box */
    .contact-box {
        padding: 30px;
    }

    /* Team members */
    .single-member {
        margin-bottom: 30px;
    }

.pb-0 {
    padding-bottom: 0 !important;
}

}

/* === FOOTER STACKED - up to 1024px === */
@media (max-width: 1024px) {
    .footer-area,
    .footer-top,
    .footer-top.bg-color-2,
    .footer-bottom,
    .footer-bottom.bg-color-2 {
        background: #1d2b3a !important;
    }
    .footer-top .row > div[class*="col-"] {
        width: 100% !important;
        float: none !important;
        text-align: center;
        margin-bottom: 30px;
    }
    .footer-top .col-sm-6.col-md-5 {
        width: 100% !important;
    }
    .footer-top .col-sm-6.col-md-5 .row > div[class*="col-"] {
        width: 100% !important;
        float: none !important;
        text-align: center;
        margin-bottom: 25px;
    }
    .footer-top .footer-text {
        text-align: center;
    }
    .footer-top .footer-text h3 {
        text-align: center;
    }
    .footer-top .footer-text ul {
        text-align: center;
        list-style: none;
        padding: 0;
    }
    .footer-top .footer-text ul li {
        text-align: center;
    }
    .footer-top .footer-contact li {
        text-align: center;
    }
    .footer-top .footer-contact table {
        margin: 0 auto;
        text-align: center;
    }
    .footer-top .footer-contact table td {
        text-align: center;
    }
    .footer-top .double-line {
        margin: 0 auto 30px;
    }
    .footer-top .social-icon {
        text-align: center;
    }
    .footer-top .social-icon ul {
        display: inline-block;
        text-align: center;
    }
    .footer-top iframe {
        max-width: 100%;
        margin: 0 auto;
        display: block;
    }
    .footer-top .flickr-photo {
        text-align: center;
    }

    /* Footer Quick Links - full width list style */
    .footer-top .footer-text h3 {
        background: #5b974e;
        color: #fff !important;
        padding: 10px 20px;
        border-radius: 4px;
        margin-bottom: 0 !important;
        font-size: 16px;
        text-transform: uppercase;
        letter-spacing: 1px;
    }
    .footer-top .footer-text .double-line {
        display: none;
    }
    .footer-top .footer-text ul,
    .footer-top .footer-text .mt-30 {
        margin-top: 0 !important;
        padding: 0;
        list-style: none;
    }
    .footer-top .footer-text ul li {
        border-bottom: 1px solid rgba(255,255,255,0.1);
        padding: 10px 0;
    }
    .footer-top .footer-text ul li:last-child {
        border-bottom: none;
    }
    .footer-top .footer-text ul li a {
        color: rgba(255,255,255,0.8) !important;
        font-size: 14px;
    }
    .footer-top .footer-contact li {
        border-bottom: 1px solid rgba(255,255,255,0.1);
        padding: 10px 0;
    }

    .footer-bottom .left.floatleft,
    .footer-bottom .right.floatright {
        float: none !important;
        text-align: center;
    }
    .footer-bottom .right ul {
        display: inline-block;
    }

}

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

    /* --- HEADER --- */
    .header-top .left.floatleft,
    .header-top .right.top-contact {
        float: none !important;
        text-align: center;
    }
    .header-top .logo {
        text-align: center;
        margin-bottom: 15px;
    }
    .header-top .logo img {
        max-width: 200px;
        height: auto;
    }
    .header-style-one .top-contact.right {
        text-align: center;
    }
    .header-style-one .top-contact.right li {
        display: inline-block;
        float: none !important;
        margin: 5px 8px !important;
        text-align: center;width: 150px;
    }
    .header-style-one .top-contact.right li.appo-btn {
        display: inline-block;
        float: none !important;
    }
    .header-style-one .top-contact.right li.appo-btn a {
        padding: 0 20px;
        font-size: 13px;
        line-height: 35px;
    }
    .header-style-one .top-contact.right li i {
        margin-right: 5px;
    }
    .header-style-one .top-contact.right li h4 {
        font-size: 14px !important;
    }
    .header-style-one .top-contact.right li span a {
        font-size: 13px;
    }

    /* Header bottom nav bar */
    .header-bottom {
        padding: 8px 0 !important;
        min-height: auto !important;
    }
    .header-bottom .container {
        position: relative;
    }
    .header-bottom .left.floatleft {
        float: none !important;
        display: inline-block;
        vertical-align: middle;
    }
    .header-bottom .right.floatright {
        float: none !important;
        display: inline-block;
        vertical-align: middle;
    }
    .header-bottom .social-icon {
        display: inline-block;
        vertical-align: middle;
    }
    .header-bottom .social-icon ul {
        margin: 0;
    }
    .header-bottom .col-xs-12 {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    /* ========== MOBILE MENU - SLIDE PANEL ========== */

    /* Burger button */
    .navbar-toggle {
        display: block !important;
        float: right;
        margin: 0 !important;
        padding: 8px 10px !important;
        border: none !important;
        border-radius: 4px;
        background: rgba(255,255,255,0.1) !important;
        cursor: pointer;
        z-index: 10001;
        position: relative;
    }
    .navbar-toggle .icon-bar {
        background-color: #fff !important;
        display: block;
        width: 24px;
        height: 2px;
        margin: 5px 0;
        border-radius: 2px;
    }

    /* Mobile nav panel - always positioned off-screen, slides in */
    .mainmenu .navbar-collapse,
    .mainmenu .navbar-collapse.collapse,
    .navbar-collapse,
    .navbar-collapse.collapse {
        display: block !important;
        position: fixed !important;
        top: 0 !important;
        right: -300px !important;
        left: auto !important;
        width: 280px !important;
        height: 100vh !important;
        max-height: none !important;
        background: #1d2b3a !important;
        z-index: 10000 !important;
        overflow-y: auto !important;
        overflow-x: hidden !important;
        transition: right 0.35s ease !important;
        padding: 0 !important;
        border: none !important;
        box-shadow: -5px 0 30px rgba(0,0,0,0.3) !important;
        margin: 0 !important;
    }
    .mainmenu .navbar-collapse.collapse.in,
    .navbar-collapse.collapse.in,
    .navbar-collapse.in {
        right: 0 !important;
    }

    /* Dark overlay when menu is open */
    .navbar-collapse.in::before {
        content: '';
        position: fixed;
        top: 0;
        left: -100vw;
        width: 100vw;
        height: 100vh;
        background: rgba(0,0,0,0.5);
        z-index: -1;
    }

    /* Close button inside menu */
    .navbar-collapse .navigation::before {
        content: '\f136';
        font-family: 'Material-Design-Iconic-Font';
        display: block;
        text-align: right;
        padding: 15px 20px;
        font-size: 24px;
        color: rgba(255,255,255,0.7);
        cursor: pointer;
        border-bottom: 1px solid rgba(255,255,255,0.1);
    }

    /* Override original responsive.css menu styles */
    .mainmenu .navigation {
        margin: 0 !important;
        padding: 0 !important;
        list-style: none !important;
        z-index: auto !important;
        position: static !important;
    }
    .mainmenu .navigation > li {
        display: block !important;
        float: none !important;
        border: none !important;
        padding: 0 !important;
        position: relative !important;
    }
    .mainmenu .navigation > li > a,
    .mainmenu .navigation li a {
        display: block !important;
        padding: 14px 25px !important;
        color: rgba(255,255,255,0.85) !important;
        font-size: 14px !important;
        font-family: 'Montserrat', sans-serif !important;
        font-weight: 500 !important;
        letter-spacing: 0.5px !important;
        text-transform: uppercase !important;
        text-align: left !important;
        border-top: none !important;
        border-bottom: 1px solid rgba(255,255,255,0.08) !important;
        border-left: none !important;
        line-height: 1.4 !important;
        background: transparent !important;
        transition: all 0.2s ease !important;
    }
    .mainmenu .navigation > li > a:hover,
    .mainmenu .navigation > li > a:focus,
    .mainmenu .navigation li a:hover,
    .mainmenu ul.navigation > li:hover > a {
        color: #fff !important;
        background: rgba(91,151,78,0.2) !important;
        padding-left: 30px !important;
    }

    /* Submenu */
    .mainmenu .navigation > li > ul,
    .mainmenu .navigation > li > .sub-menu,
    .mainmenu .navbar-collapse > .navigation > li > ul {
        position: static !important;
        display: none !important;
        background: rgba(0,0,0,0.25) !important;
        box-shadow: none !important;
        border: none !important;
        opacity: 1 !important;
        visibility: visible !important;
        padding: 0 !important;
        margin: 0 !important;
        width: 100% !important;
        min-width: 0 !important;
        left: auto !important;
        right: auto !important;
        top: auto !important;
        transition: none !important;
    }
    .mainmenu .navigation > li:hover > ul,
    .mainmenu .navigation > li:hover > .sub-menu,
    .mainmenu .navigation > li.open > ul {
        display: block !important;
    }
    .mainmenu .navigation > li > ul > li > a,
    .mainmenu .navigation > li > .sub-menu > li > a {
        padding: 12px 25px 12px 40px !important;
        color: rgba(255,255,255,0.6) !important;
        font-size: 13px !important;
        font-weight: 400 !important;
        text-transform: none !important;
        border-bottom: 1px solid rgba(255,255,255,0.05) !important;
        background: transparent !important;
    }
    .mainmenu .navigation > li > ul > li > a::before,
    .mainmenu .navigation > li > .sub-menu > li > a::before {
        content: '— ';
        color: #5b974e;
    }
    .mainmenu .navigation > li > ul > li > a:hover,
    .mainmenu .navigation > li > ul > li:hover a,
    .mainmenu .navigation > li > .sub-menu > li > a:hover {
        color: #fff !important;
        background: rgba(91,151,78,0.15) !important;
        padding-left: 45px !important;
    }

    /* Hide ALL arrow pseudo elements on mobile nav */
    .mainmenu .navigation > li > a::after {
        display: none !important;
    }

    /* Hide original CSS dropdown arrows that leak outside */
    .header-style-one .mainmenu .navigation li a::after,
    .mainmenu .navigation > li > a::after,
    .navigation > li > a::after {
        display: none !important;
        content: none !important;
    }

    /* --- SLIDER --- */
    .slider-area .slide-text .font-60,
    .slider-area .slide-text h1 {
        font-size: 24px !important;
        line-height: 1.3;
        margin-bottom: 15px !important;
    }
    .slider-area .slide-text .font-36,
    .slider-area .slide-text h2 {
        font-size: 16px !important;
    }
    .slider-area .slide-text .font-18 {
        font-size: 14px !important;
    }
    .slider-area .slide-text .paragraph {
        display: none;
    }
    .slider-area .slide-text .mt-20 a {
        padding: 8px 20px;
        font-size: 13px;
    }

    /* --- PAGE HERO BANNER --- */
    .pages-header .page-title h1 {
        font-size: 22px !important;
        line-height: 1.3;
    }
    .pages-header .pt-180 {
        padding-top: 100px;
    }
    .pages-header .pb-95 {
        padding-bottom: 50px;
    }
    .pages-header ul li {
        font-size: 13px;
    }

    /* --- WELCOME SECTION --- */
    .welcome-area .section-title-2 h2 {
        font-size: 24px !important;
    }
    .single-welcome {
        margin-bottom: 15px;
    }
    .welcome-one .horizontal-line {
        display: none;
    }
    .image-shape {
        max-width: 150px;
        margin: 0 auto 20px !important;
        overflow: hidden;
    }
    .image-shape img {
        max-width: 100%;
        height: auto;
    }
    .border-shape::before,
    .border-shape::after,
    .border-shape-right::after {
        display: none !important;
    }

    /* --- SERVICES / CHOOSE SECTION --- */
    .single-choose.text-right,
    .single-choose.text-left {
        text-align: center !important;
    }
    .single-choose .single-list {
        text-align: center;
        margin-bottom: 20px;
    }
    .single-choose .icon {
        display: inline-block;
    }
    .single-choose.text-right.pb-90.mr-30,
    .single-choose.text-left.pb-90.ml-30 {
        margin: 0 !important;
        padding-bottom: 20px !important;
    }
    .pr-40 { padding-right: 15px !important; }
    .pl-40 { padding-left: 15px !important; }
    .choose-man {
        margin: 0 0 30px;
    }

    /* --- VIDEO SECTION --- */
    .video-one {
        min-height: 250px;
    }
    .play-icon {
        font-size: 80px;
    }

    /* --- PROMO / CTA SECTION --- */
    .promo-title h2.floatleft,
    .promo-title .floatright {
        float: none !important;
        text-align: center;
        margin-bottom: 10px;
    }
    .promo-title h2 {
        font-size: 22px !important;
        margin-bottom: 15px !important;
    }

    /* --- GALLERY / PROJECTS --- */
    .project-grid .grid-item.percent-25 {
        width: 50% !important;
    }
    .project-grid .grid-item.percent-50 {
        width: 100% !important;
    }
    .single-project .title h3 {
        font-size: 16px;
    }
    .single-project .plr-40 {
        padding: 0 10px;
    }

    /* --- TESTIMONIALS --- */
    .testimonial-one .content .font-26,
    .testimonial-area .font-26 {
        font-size: 16px !important;
        line-height: 26px;
    }
    .testimonial-area .heading .title h3 {
        font-size: 16px;
    }

    /* --- AWARDS / COUNTER --- */
    .counterup-area .col-xs-12 {
        margin-bottom: 20px;
    }
    .single-counter img {
        max-width: 180px;
        height: auto;
        margin: 0 auto;
    }

    /* --- BLOG SECTION --- */
    .single-blog {
        margin-bottom: 30px;
    }
    .blog-text .title-description h3 {
        font-size: 16px;
    }

    /* --- CONTACT PAGE --- */
    .contact-box {
        padding: 20px;
    }
    .contact-page .plr-30 {
        padding: 0;
    }
    .contact-text li h5 {
        font-size: 14px !important;
    }

    /* --- TEAM MEMBERS --- */
    .single-member {
        margin-bottom: 30px;
    }
    .single-member img {
        max-width: 200px;
        height: auto;
        margin: 0 auto;
    }

    /* --- ABOUT PAGE --- */
    .about-garden {
        margin-bottom: 30px;
    }
    .single-about-list {
        margin-bottom: 30px;
    }

    /* --- CAREERS PAGE --- */
    .blog-details-area .sidebar {
        margin-top: 30px;
    }

    /* --- FOOTER --- */
    .footer-top .col-xs-12 {
        margin-bottom: 20px;
    }
    .footer-top .footer-text {
        text-align: center;
    }
    .footer-top .footer-text ul {
        text-align: center;
    }
    .footer-top .footer-contact li {
        text-align: center;
    }
    .footer-top .double-line {
        margin: 0 auto 30px;
    }
    .footer-top .social-icon ul {
        text-align: center;
    }
    .footer-top iframe {
        max-width: 100%;
    }
    .footer-bottom .left.floatleft,
    .footer-bottom .right.floatright {
        float: none !important;
        text-align: center;
    }
    .footer-bottom .right ul {
        display: inline-block;
    }

    /* --- SECTION PADDING ADJUSTMENTS --- */
    .section-padding {
        padding: 50px 0 !important;
    }
    .section-pt {
        padding-top: 50px !important;
    }
    .section-title-2 h2,
    .font-36 {
        font-size: 22px !important;
    }
    .font-26 {
        font-size: 18px !important;
    }
    .mb-50 {
        margin-bottom: 30px !important;
    }

    /* --- QUOTE PAGE --- */
    .welcome-area .col-md-5 {
        margin-top: 30px;
    }

    /* --- THANK YOU / 404 --- */
    .thank-you-content {
        padding: 0 15px;
    }
.pb-0 {
    padding-bottom: 0 !important;
}


}

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

    /* Header */
    .header-top .logo img {
        max-width: 160px;
    }
    .header-style-one .top-contact.right li.appo-btn a {
        padding: 0 15px;
        font-size: 12px;
        line-height: 30px;
    }
    .header-style-one .top-contact.right li h4 {
        font-size: 13px !important;
    }

    /* Slider */
    .slider-area .slide-text h1 {
        font-size: 18px !important;
    }
    .slider-area .slide-text h2 {
        font-size: 14px !important;
    }

    /* Page hero */
    .pages-header .page-title h1 {
        font-size: 18px !important;
    }

    /* Gallery */
    .project-grid .grid-item.percent-25,
    .project-grid .grid-item.percent-50 {
        width: 100% !important;
    }

    /* Section titles */
    .section-title-2 h2,
    .font-36 {
        font-size: 20px !important;
    }

    /* Awards */
    .single-counter img {
        max-width: 140px;
    }

    /* Team */
    .single-member img {
        max-width: 160px;
    }
.pb-0 {
    padding-bottom: 0 !important;
}


}

/* ==========================================================================
   Blog Sidebar
   ========================================================================== */
.blog-sidebar .single-content {
    background: #fff;
    border: 1px solid #eee;
    padding: 20px;
    border-radius: 4px;
}
.blog-sidebar .single-content h3 {
    font-size: 18px;
    margin: 0 0 10px;
    color: #222;
}
.blog-sidebar .double-line {
    width: 40px;
    height: 2px;
    background: #5b974e;
    position: relative;
    margin-bottom: 15px;
}
.blog-sidebar .double-line:after {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 25px;
    height: 1px;
    background: #5b974e;
}

/* Sidebar search */
.sidebar-search-form {
    margin: 0;
}
.sidebar-search-wrap {
    position: relative;
    display: flex;
    align-items: stretch;
    border: 1px solid #ddd;
    border-radius: 4px;
    overflow: hidden;
    background: #fff;
}
.sidebar-search-wrap:focus-within {
    border-color: #5b974e;
    box-shadow: 0 0 0 2px rgba(91, 151, 78, 0.15);
}
.sidebar-search-input {
    flex: 1;
    width: 100%;
    border: 0;
    outline: none;
    padding: 10px 12px;
    font-size: 14px;
    background: transparent;
    color: #333;
    box-shadow: none;
    margin: 0;
}
.sidebar-search-input::placeholder {
    color: #999;
}
.sidebar-search-btn {
    border: 0;
    background: #5b974e;
    color: #fff;
    padding: 0 16px;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.2s ease;
}
.sidebar-search-btn:hover,
.sidebar-search-btn:focus {
    background: #4a7f3f;
    color: #fff;
}

/* Sidebar lists (recent posts, categories) */
.blog-sidebar .sidebar-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.blog-sidebar .sidebar-list li {
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}
.blog-sidebar .sidebar-list li:last-child {
    border-bottom: 0;
}
.blog-sidebar .sidebar-list a {
    color: #333;
    text-decoration: none;
    transition: color 0.2s ease;
}
.blog-sidebar .sidebar-list a:hover {
    color: #5b974e;
}
.sidebar-list-meta {
    color: #999;
    margin-top: 2px;
}
.sidebar-list-count {
    color: #999;
    font-size: 12px;
}

/* Need Help box (single service sidebar) */
.need-help-box {
    background: #f5f5f5;
    padding: 25px;
    border-radius: 4px;
}
.need-help-box h3 {
    margin: 0 0 10px;
}
.need-help-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.need-help-list li {
    padding: 8px 0;
    font-size: 15px;
    line-height: 1.4;
    display: flex;
    align-items: center;
}
.need-help-list li + li {
    border-top: 1px solid #e5e5e5;
}
.need-help-list li i {
    width: 22px;
    color: #5b974e;
    font-size: 16px;
    margin-right: 6px;
}
.need-help-list a {
    color: #333;
    text-decoration: none;
    transition: color 0.2s ease;
}
.need-help-list a:hover {
    color: #5b974e;
}
.mb-15 {
    margin-bottom: 15px !important;
}

/* Blog bottom contact section */
.blog-contact-section {
    border: 1px solid #e5e5e5;
}
.blog-contact-section h3 {
    color: #222;
    margin-top: 0;
}
.blog-contact-form iframe,
.blog-contact-form form {
    max-width: 100%;
}

