.elementor-207 .elementor-element.elementor-element-cdeb74a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-207 .elementor-element.elementor-element-82acb4b{--display:flex;}/* Start custom CSS for html, class: .elementor-element-ebdc5ee *//* Container and Typography */
.bh-blog-wrapper {
    max-width: 900px;
    margin: 40px auto;
    background: #ffffff;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 12px 35px rgba(0,0,0,0.08);
    color: #222;
    line-height: 1.8;
    font-family: "Segoe UI", Arial, sans-serif;
}

.bh-blog-hero h1 {
    font-size: 34px;
    color: #103d2e;
    margin-bottom: 15px;
    line-height: 1.3;
}

.bh-blog-hero p {
    font-size: 18px;
    color: #444;
}

.bh-content-section {
    margin-top: 30px;
}

.bh-content-section h2 {
    font-size: 26px;
    color: #103d2e;
    margin-bottom: 15px;
}

.bh-content-section p {
    color: #444;
    margin-bottom: 15px;
}

/* List Styles */
.bh-check-list {
    margin-left: 0;
    padding-left: 0;
}

.bh-check-list li {
    list-style: none;
    position: relative;
    padding-left: 28px;
    margin-bottom: 10px;
}

.bh-check-list li::before {
    content: "✔";
    position: absolute;
    left: 0;
    color: #1e8f5a;
    font-weight: bold;
}

/* Project Overview Box */
.bh-info-box {
    margin-top: 40px;
    padding: 25px;
    background: #eef7f3;
    border-radius: 10px;
}

.bh-info-box ul {
    list-style: disc;
    margin-left: 20px;
}

/* Grid Layout for Amenities */
.bh-grid-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    list-style: disc;
    margin-left: 20px;
}

/* CTA Section */
.bh-cta-section {
    margin-top: 45px;
    padding: 35px;
    text-align: center;
    background: linear-gradient(135deg, #103d2e, #1e8f5a);
    color: #ffffff;
    border-radius: 12px;
}

.bh-cta-section h3 {
    color: #fff;
    font-size: 22px;
    margin-bottom: 10px;
}

.bh-cta-section p {
    color: #e7f5ef;
}

.bh-cta-btn {
    display: inline-block;
    margin-top: 18px;
    padding: 14px 34px;
    background: #ffffff;
    color: #103d2e;
    text-decoration: none;
    font-weight: bold;
    border-radius: 30px;
    transition: all 0.3s ease;
}

.bh-cta-btn:hover {
    background: #e6f4ef;
    transform: translateY(-3px);
}

/* FAQ Section */
.bh-faq {
    margin-top: 40px;
}

.bh-faq strong {
    color: #103d2e;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .bh-grid-list {
        grid-template-columns: 1fr;
    }

    .bh-blog-wrapper {
        padding: 25px;
        margin: 20px;
    }

    .bh-blog-hero h1 {
        font-size: 26px;
    }
}/* End custom CSS */