.refund-registered {
    margin-top: 30px;
    background-image: url(../images/refund-policy.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0px -178px;
}

.refund-registered-card {
    background: linear-gradient(135deg, #f0f7ff 0%, #ffffff 100%);
    border: 1px solid rgba(0, 76, 154, 0.14);
    border-radius: 28px;
    box-shadow: 0 24px 65px rgba(9, 60, 121, 0.08);
    padding: 2rem 2.2rem;
    margin: 0 auto;
}

.refund-registered-card h2 {
    font-size: 30px;
    margin-bottom: 1rem;
    color: #0f3a76;
    font-weight: 700;
    letter-spacing: 0.3px;
    font-family: 'Poppins', sans-serif;
}

.refund-registered-card p {
    margin: 0.85rem 0;
    color: #2d3c58;
    line-height: 1.75;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
}

.refund-registered-card p strong {
    color: #102f5b;
    font-weight: 700;
}

.refund-hero {
    border-radius: 30px 30px 0 0;
    padding: 2.4rem 2.5rem 2rem;
    margin-bottom: 1px;
    text-align: center;
}

.refund-hero h1 {
    font-size: 98px;
    margin: 0;
    line-height: 1;
    letter-spacing: 4px;
    font-family: 'Playfair Display', serif;
    font-weight: 800;
    color: #3d3b3b;
    text-transform: uppercase;
    text-align: center;
}

.refund-hero h1 span {
    display: block;
    color: #b48948;
    font-size: 92px;
    margin-top: 0.8rem;
}

.refund-hero p {
    margin: 1rem 0 0;
    color: rgb(61 59 59);
    font-size: 0.95rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    text-align: center;
}

.refund-card {
    overflow: hidden;
    margin-top: 0;
}

.refund-hero b {
    color: #b48948;
    text-align: center;
}

.refund-card-table {
    width: 80%;
    border-collapse: separate;
    border-spacing: 0;
    margin: 22px auto 80px auto;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid rgba(15, 32, 80, 0.08);
}

.refund-card-table tr {
    border-bottom: 1px solid rgba(15, 32, 80, 0.08);
}

.refund-card-table td {
    padding: 0.4rem 1.25rem;
    vertical-align: middle;
    border: 0px solid #c7cedf62;
}

.refund-card-table .label-cell {
    width: 30%;
    font-weight: 800;
    color: #13254f;
    background: #dee8ffbd;
    font-size: 24px;
    font-family: 'Oswald';
    text-align: justify;
    border-bottom: 1px solid rgba(15, 32, 80, 0.08);
}

.refund-card-table .value-cell {
    color: #24345e;
    font-size: 20px;
    line-height: 35px;
    background-color: #f0f1f5a8;
    text-align: justify;
    font-family: sans-serif;
    border-bottom: 1px solid rgba(15, 32, 80, 0.08);
}

.refund-card-table .icon-cell {
    width: 60px;
    background: #0f224d;
    color: #ffffff;
    text-align: center;
    font-size: 1.1rem;
    border-bottom: 1px solid rgb(221 224 231 / 65%);
}

.refund-card-table .icon-cell i {
    display: inline-block;
    font-size: 22px;
    line-height: 1.4;
    color: #e0b560;
}

.refund-card-table .value-cell a {
    color: #007bffe8;
    text-decoration: underline;
    font-weight: 600;
}

.refund-pagecontent {
    background: #f4f7fb;
    padding: 24px 0 72px;
}

.refund-policysection {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 15px;
}

.refund-policy-heading {
    text-align: center;
    padding: 8px 0 24px;
}

.refund-policy-eyebrow {
    display: inline-block;
    margin-bottom: 10px;
    padding: 7px 13px;
    border-radius: 999px;
    background: rgba(79, 125, 255, 0.12);
    color: #4b7dff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.refund-policy-heading h2 {
    margin: 0 0 10px;
    color: #10233f;
    font-size: clamp(32px, 4vw, 44px);
    font-weight: 800;
    letter-spacing: -0.02em;
}

.refund-policy-heading p {
    max-width: 680px;
    margin: 0 auto;
    color: #60708d;
    font-size: 1rem;
    line-height: 1.75;
}

.refund-policy-card {
    overflow: hidden;
    border: 1px solid rgba(16, 35, 63, 0.06);
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 18px 45px rgba(15, 31, 61, 0.10);
    margin-bottom: 44px;
}

.refund-policytable {
    width: 100%;
    margin: 0;
    border-collapse: collapse;
    table-layout: fixed;
}

.refund-policytable thead th {
    padding: 20px 24px;
    background: linear-gradient(135deg, #dfd8d88a 0%, #e0b56058 100%);
    color: #3d3b3b;
    font-size: 44px;
    font-weight: bold;
    letter-spacing: 0;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Playfair Display', serif;
}

.refund-policytable thead th:first-child {
    width: 40%;
}

.refund-policytable thead th:last-child {
    width: 60%;
}

.refund-policytable tbody td {
    padding: 18px 24px;
    vertical-align: middle;
    border-bottom: 1px solid #eef3fb;
    width: 35%;
}

.refund-policytable tbody tr:nth-child(odd) td {
    background: #f9fbff;
}

.refund-policytable tbody tr:nth-child(even) td {
    background: #ffffff;
}

.refund-policytable tbody tr:last-child td {
    border-bottom: none;
}

.refund-policyedit {
    position: relative;
    padding-left: 56px;
    width: 32%;
    font-weight: 400;
    color: #13254f;
    font-family: 'Oswald';
    font-size: 28px;
    text-align: left;
}

.refund-policyedit::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 3px;
    height: 58%;
    border-radius: 999px;
    background: linear-gradient(180deg, #e0b560, #0e254d);
    transform: translateY(-50%);
    box-shadow: 0 0 0 3px rgba(79, 125, 255, 0.12);
    animation: refundAccent 2.8s ease-in-out infinite;
}

.refund-policy-icon {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    width: 40px;
    height: 40px;
    margin-right: 14px;
    margin-top: 0px;
    border-radius: 50%;
    background: rgb(239 233 228);
    top: -4px;
    color: #e0b560;
    font-size: 20px;
    position: relative;
}

.refund-policycutd {
    color: #000000;
    font-family: 'Open Sans', sans-serif;
    text-align: justify;
    font-size: 16px;
    line-height: 35px;
}

@keyframes refundAccent {

    0%,
    100% {
        opacity: 0.85;
        transform: translateY(-50%) scaleY(1);
    }

    50% {
        opacity: 1;
        transform: translateY(-50%) scaleY(1.08);
    }
}

@media (min-width: 320px) and (max-width: 375px) {

    .refund-policy-heading h2 {
        font-size: 22px;
        line-height: 1.15;
    }

    .refund-policy-heading p {
        font-size: 14px;
        line-height: 1.6;
    }

    .refund-policy-card {
        margin-bottom: 20px;
        border-radius: 14px;
    }

    .refund-policytable tr {
        padding: 8px 0;
        border-bottom: 1px solid #eef3fb;
    }

    .refund-policyedit {
        align-items: center;
        gap: 0px;
        padding-left: 40px;
        font-size: 18px;
        line-height: 1.2;
    }

    .refund-policyedit::before {
        left: 0px;
        height: 48%;
    }

    .refund-policy-icon {
        width: 30px;
        height: 30px;
        font-size: 16px;
        margin-right: 4px;
        top: 0;
        margin-left: 0px;
        padding: 18px 38px 18px 0px;
        display: none;
    }

    .refund-policycutd {
        font-size: 15px;
    }

    .refund-card-table .label-cell {
        font-size: 16px;
    }

    .refund-card-table .value-cell {
        font-size: 15px;
        overflow-wrap: anywhere;
        width: 100%;
        overflow: visible;
    }

    .refund-hero h1 {
        font-size: 48px;
        line-height: 1;
    }

    .refund-hero h1 span {
        font-size: 48px;
        margin-top: 0.8rem;
    }

    .refund-card-table {
        width: 100%;
        margin: 22px auto 80px auto;
    }

    .refund-registered {
        margin-top: 30px;
        background-position: 0px 158px;
    }

    .refund-policytable thead th {
        padding: 20px 24px;
        font-size: 22px;
    }

    .refund-policytable tbody td {
        padding: 12px 8px;
        vertical-align: middle;
        border-bottom: 0px solid #eef3fb;
        width: 100%;
        flex-direction: column;
        line-height: 30px;
    }

    .refund-card-table td {
        padding: 0.4rem 0.48rem;
    }

    .refund-policytable thead th:first-child {
        width: 50%;
    }

    .refund-pagecontent {
        padding: 24px 0 72px;
        margin-top: -148px;
    }

}

@media (min-width: 376px) and (max-width: 425px) {
    .refund-policy-heading h2 {
        font-size: 22px;
        line-height: 1.15;
    }

    .refund-policy-heading p {
        font-size: 14px;
        line-height: 1.6;
    }

    .refund-policy-card {
        margin-bottom: 20px;
        border-radius: 14px;
    }

    .refund-policytable tr {
        padding: 8px 0;
        border-bottom: 1px solid #eef3fb;
    }

    .refund-policyedit {
        align-items: center;
        gap: 0px;
        padding-left: 40px;
        font-size: 18px;
        line-height: 1.2;
    }

    .refund-policyedit::before {
        left: 0px;
        height: 48%;
    }

    .refund-policy-icon {
        width: 30px;
        height: 30px;
        font-size: 16px;
        margin-right: 4px;
        top: 0;
        margin-left: 0px;
        padding: 18px 38px 18px 0px;
        display: none;
    }

    .refund-policycutd {
        font-size: 15px;
    }

    .refund-card-table .label-cell {
        font-size: 16px;
    }

    .refund-card-table .value-cell {
        font-size: 15px;
        overflow-wrap: anywhere;
        width: 100%;
        overflow: visible;
    }

    .refund-hero h1 {
        font-size: 48px;
        line-height: 1;
    }

    .refund-hero h1 span {
        font-size: 48px;
        margin-top: 0.8rem;
    }

    .refund-card-table {
        width: 100%;
        margin: 22px auto 80px auto;
    }

    .refund-registered {
        margin-top: 30px;
        background-position: 0px 158px;
    }

    .refund-policytable thead th {
        padding: 20px 24px;
        font-size: 22px;
    }

    .refund-policytable tbody td {
        padding: 12px 14px;
        vertical-align: middle;
        border-bottom: 0px solid #eef3fb;
        width: 100%;
        flex-direction: column;
        line-height: 30px;
    }

    .refund-card-table td {
        padding: 0.4rem 0.48rem;
    }

    .refund-policytable thead th:first-child {
        width: 50%;
    }

    .refund-pagecontent {
        padding: 24px 0 72px;
        margin-top: -148px;
    }

}

@media (min-width: 426px) and (max-width: 575px) {

    .refund-policy-heading h2 {
        font-size: 22px;
        line-height: 1.15;
    }

    .refund-policy-heading p {
        font-size: 14px;
        line-height: 1.6;
    }

    .refund-policy-card {
        margin-bottom: 20px;
        border-radius: 14px;
    }

    .refund-policytable tr {
        padding: 8px 0;
        border-bottom: 1px solid #eef3fb;
    }

    .refund-policyedit {
        align-items: center;
        gap: 0px;
        padding-left: 40px;
        font-size: 18px;
        line-height: 1.2;
    }

    .refund-policyedit::before {
        left: 0px;
        height: 48%;
    }

    .refund-policy-icon {
        width: 30px;
        height: 30px;
        font-size: 16px;
        margin-right: 4px;
        top: 0;
        margin-left: 0px;
        padding: 18px 38px 18px 0px;
    }

    .refund-policycutd {
        font-size: 15px;
    }

    .refund-card-table .label-cell {
        font-size: 16px;
    }

    .refund-card-table .value-cell {
        font-size: 15px;
        overflow-wrap: anywhere;
        width: 100%;
        overflow: visible;
    }

    .refund-hero h1 {
        font-size: 48px;
        line-height: 1;
    }

    .refund-hero h1 span {
        font-size: 48px;
        margin-top: 0.8rem;
    }

    .refund-card-table {
        width: 100%;
        margin: 22px auto 80px auto;
    }

    .refund-registered {
        margin-top: 30px;
        background-position: 0px 158px;
    }

    .refund-policytable thead th {
        padding: 20px 24px;
        font-size: 22px;
    }

    .refund-policytable tbody td {
        padding: 12px 14px;
        vertical-align: middle;
        border-bottom: 0px solid #eef3fb;
        width: 100%;
        flex-direction: column;
        border-right: none;
        line-height: 40px;
    }

    .refund-card-table td {
        padding: 0.4rem 0.48rem;
    }

    .refund-policytable thead th:first-child {
        width: 50%;
    }

    .refund-pagecontent {
        padding: 24px 0 72px;
        margin-top: -148px;
    }

}

@media (min-width: 576px) and (max-width: 767px){

    .refund-policy-heading h2 {
        font-size: 22px;
        line-height: 1.15;
    }

    .refund-policy-heading p {
        font-size: 14px;
        line-height: 1.6;
    }

    .refund-policy-card {
        margin-bottom: 20px;
        border-radius: 14px;
    }

    .refund-policytable tr {
        padding: 8px 0;
        border-bottom: 1px solid #eef3fb;
    }

    .refund-policyedit {
        align-items: center;
        gap: 0px;
        padding-left: 40px;
        font-size: 18px;
        line-height: 1.2;
    }

    .refund-policyedit::before {
        left: 0px;
        height: 48%;
    }

    .refund-policy-icon {
        width: 30px;
        height: 30px;
        font-size: 16px;
        margin-right: 4px;
        top: 0;
        margin-left: 0px;
        padding: 18px 38px 18px 0px;
    }

    .refund-policycutd {
        font-size: 15px;
    }

    .refund-card-table .label-cell {
        font-size: 16px;
    }

    .refund-card-table .value-cell {
        font-size: 15px;
        overflow-wrap: anywhere;
        width: 100%;
        overflow: visible;
    }

    .refund-hero h1 {
        font-size: 48px;
        line-height: 1;
    }

    .refund-hero h1 span {
        font-size: 48px;
        margin-top: 0.8rem;
    }

    .refund-card-table {
        width: 100%;
        margin: 22px auto 80px auto;
    }

    .refund-registered {
        margin-top: 30px;
        background-position: 0px 158px;
    }

    .refund-policytable thead th {
        padding: 20px 24px;
        font-size: 22px;
    }

    .refund-policytable tbody td {
        padding: 12px 14px;
        vertical-align: middle;
        border-bottom: 0px solid #eef3fb;
        width: 100%;
        flex-direction: column;
        border-right: none;
        line-height: 40px;
    }

    .refund-card-table td {
        padding: 0.4rem 0.48rem;
    }

    .refund-policytable thead th:first-child {
        width: 50%;
    }

    .refund-pagecontent {
        padding: 24px 0 72px;
        margin-top: -148px;
    }

}

@media (min-width: 768px) and (max-width: 991px){

    .refund-policy-heading h2 {
        font-size: 22px;
        line-height: 1.15;
    }

    .refund-policy-heading p {
        font-size: 14px;
        line-height: 1.6;
    }

    .refund-policy-card {
        margin-bottom: 20px;
        border-radius: 14px;
    }

    .refund-policytable tr {
        padding: 8px 0;
        border-bottom: 1px solid #eef3fb;
    }

    .refund-policyedit {
        align-items: center;
        gap: 0px;
        padding-left: 40px;
        font-size: 18px;
        line-height: 1.2;
    }

    .refund-policyedit::before {
        left: 0px;
        height: 48%;
    }

    .refund-policy-icon {
        width: 30px;
        height: 30px;
        font-size: 16px;
        margin-right: 4px;
        top: 0;
        margin-left: 0px;
        padding: 18px 38px 18px 0px;
    }

    .refund-policycutd {
        font-size: 15px;
    }

    .refund-card-table .label-cell {
        font-size: 16px;
    }

    .refund-card-table .value-cell {
        font-size: 15px;
        overflow-wrap: anywhere;
        width: 100%;
        overflow: visible;
    }

    .refund-hero h1 {
        font-size: 48px;
        line-height: 1;
    }

    .refund-hero h1 span {
        font-size: 48px;
        margin-top: 0.8rem;
    }

    .refund-card-table {
        width: 80%;
        margin: 22px auto 80px auto;
    }

    .refund-registered {
        margin-top: 30px;
        background-position: 0px 158px;
    }

    .refund-policytable thead th {
        padding: 20px 24px;
        font-size: 22px;
    }

    .refund-policytable tbody td {
        padding: 12px 14px;
        vertical-align: middle;
        border-bottom: 0px solid #eef3fb;
        width: 100%;
        flex-direction: column;
        border-right: none;
        line-height: 40px;
    }

    .refund-card-table td {
        padding: 0.4rem 0.48rem;
    }

    .refund-policytable thead th:first-child {
        width: 50%;
    }

    .refund-pagecontent {
        padding: 24px 0 72px;
        margin-top: 0px;
    }

}

@media (min-width: 1240px){

.refund-registered {
    margin-top: 30px;
    background-position: 0px -128px;
}

}

@media (min-width: 1920px){

.refund-registered {
    margin-top: 30px;
    background-position: 0px -348px;
}

}