﻿.right-content-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 32px 24px; /* Space between columns and rows */
    justify-content: flex-start;
    align-items: flex-start;
    background: #fff;
    padding: 24px 16px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.08);
    border-radius: 6px;
    width: 100%;
}

.inner-pg-right-side-get-in-touch-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 32px 24px;
    width: 100%;
    justify-content: flex-start;
    align-items: stretch;
}

.side-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-width: 220px;
    max-width: 260px;
    background: #faf8fa;
    border-radius: 6px;
    padding: 12px 16px 18px 16px;
    margin-bottom: 8px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.07);
}

.right-side-link-wrap {
    margin: 0 0 8px 0 !important;
    padding: 0;
    text-align: left !important;
}

.right-side-para-wrap {
    margin: 0 0 8px 0 !important;
    padding: 0;
}

.font-weight-bold{
    font-weight:600;
}

.pg-help-header {
    width: 100%;
    margin-bottom: 10px;
    padding: 10px 0;
    text-align: left;
}

.form-group > .radio {
    flex: 1 1 49%; /* Each radio takes about half width minus some margin */
    box-sizing: border-box;
}

.form-group {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 20px; /* vertical and horizontal gap */
}


@media (max-width: 1000px) {
    .inner-pg-right-side-get-in-touch-wrap, .right-content-wrap {
        flex-direction: column;
        gap: 14px;
        align-items: stretch;
    }

    .side-item {
        max-width: 100%;
        min-width: 0;
    }
}
