.page-id-772  
.jupiterx-main-content > .container > .row > [class*=col-] {
padding: 0;
}

/* Change the max-width to 100% or 'none' */
.page-id-772
.container {
    max-width: 100% !important;
    width: 100%;
    padding-left: 0; /* Optional: remove default padding */
    padding-right: 0;
}

}
.page-id-772
.jupiterx-main-content > .container > .row { 
margin: 0;
}


/* Custom CTA Related Posts */
.custom-post-cta-related {
    margin-top: 80px;
    margin-bottom: 80px;
}

.cta-related-title {
    text-align: center;
    margin-bottom: 50px;
    font-size: 32px;
    font-weight: 700;
    color: #fff;
}

.cta-related-card {
    background: #fff;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    border-radius: 12px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    color: #444;
}

.cta-related-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.1);
}

.cta-related-image img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.cta-related-body {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    padding: 30px;
}

.cta-card-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    line-height: 1.4;
    color: #222;
}

.cta-card-excerpt {
    font-size: 15px;
    color: #666;
    line-height: 1.6;
    flex-grow: 1;
}

.cta-card-btn {
    align-self: flex-start;
    padding: 10px 25px;
    border-radius: 6px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0.5px;
}

/* Hide default related posts if they exist */
.jupiterx-post-related {
    display: none !important;
}

@media (max-width: 767px) {
    .custom-post-cta-related {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .cta-related-title {
        font-size: 24px;
        margin-bottom: 30px;
    }
}
