.section-title{
    font-family: Freight;
    font-size:36px; 
    margin-bottom:20px; 
    color:#002349 !important;
    font-weight: 400;
}
.single-page-canvas {
    display: flex;
    justify-content: center;
    padding: 0 20px; /* better default spacing */
}

.single-main-container {
    width: 100%;
    max-width: 1400px;
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-top: 40px;
}
.odc-mb{
    margin-bottom: 80px;
}
.odc-single-title {
    font-family: Freight;
    font-size: 38px;
    line-height: 1.2;
    font-weight: 400;
    letter-spacing: 1px;
    color: #002349;
}
.odc-single-date {
    margin-top: 8px;
    color: #777;
    font-size: 14px;
}
@media (max-width: 1200px) {
    .single-page-canvas{
        padding: 0 32px;
    }
}
.odc-single-content {
    /* margin-top: 24px; */
    /* padding: 24px; */
    /* background: #fff; */
    border-radius: 16px;
    /* box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06); */
    color: #212121;
    line-height: 1.75;
}

.odc-single-content h1,
.odc-single-content h2,
.odc-single-content h3,
.odc-single-content h4 {
    margin: 0 0 18px;
    line-height: 1.2;
    font-family: Freight;
}



.odc-single-content p {
    margin: 0 0 16px;
    font-size: 1rem;
    color: #444;
    font-family: bentonsans;
}

.odc-single-content ul,
.odc-single-content ol {
    margin: 0 0 20px 1.3rem;
    padding: 0;
}

.odc-single-content ul {
    list-style: disc;
}

.odc-single-content li {
    margin-bottom: 10px;
    font-size: 0.97rem;
    color: #444;
}

.odc-single-content strong,
.odc-single-content b {
    color: #111;
    font-family: Freight;
}

.odc-single-content a {
    color: #111;
    text-decoration: underline;
}

.odc-single-content blockquote {
    margin: 0 0 20px;
    padding: 18px 20px;
    border-left: 4px solid #111;
    background: #f7f7f7;
    color: #444;
}
.odc-single-featured-image {
    height: 600px;
    overflow: hidden;
    border-radius: 16px;
}

.odc-single-featured-image a,
.odc-single-featured-image img {
    width: 100%;
    height: 100%;
    display: block;
}

.odc-single-featured-image img {
    object-fit: cover;
    object-position: center;
}
@media (max-width: 1024px) {

    .odc-single-title {
        font-size: 30px;
    }

    .odc-single-featured-image {
        height: 420px;
    }

    .odc-single-content h2 {
        font-size: 1.6rem;
    }
}
@media (max-width: 768px) {
    .search-filter-holder{
        display: none !important;
    }
    .single-page-canvas {
        padding: 0 16px;
    }

    .single-main-container {
        gap: 25px;
        margin-top: 20px;
    }

    .odc-single-title {
        font-size: 24px;
    }

    .odc-single-featured-image {
        height: 260px;
        border-radius: 12px;
    }

    .odc-single-content p {
        font-size: 0.95rem;
    }

    .odc-single-content h2 {
        font-size: 1.3rem;
    }
    .property-listing-sidebar-wrapper{
        display: none !important;
    }
    .section-title{
        margin-bottom: 0 !important;
    }
}
@media (max-width: 480px) {

    .odc-single-title {
        font-size: 20px;
    }

    .odc-single-featured-image {
        height: 200px;
    }

    .odc-single-content {
        line-height: 1.6;
    }

    .odc-single-content ul,
    .odc-single-content ol {
        margin-left: 1rem;
    }
}
.search-filter-holder{
    position: sticky;
    top: 84px;
    z-index: 999;
    background: #fff;
    display: flex;
    justify-content: center;
}
.et-db #et-boc .et-l .et_pb_module a{
    color: #002349;
}